Archive for September, 2009
Wednesday, September 16th, 2009
SQL Server JDBC Driver provides misleading error messages and sometimes even locks down processing SQL Query request.
In one of my application tests that used Hibernate framework to abstract database access, SQL Server JDBC Driver went into infinite loop trying to process a simple query on a view such as :
...
Posted in Databases, Programming | No Comments »
Tuesday, September 15th, 2009
Most of the server side applications use database back-end. Being used to Test-Driven Development practices, it is desirable to be able to write a test for numerous stored procedures we put in our code. Building Java code to launch a simple stored procedure, flush database and setting to a predefined ...
Posted in Databases, Java, Programming | No Comments »
Wednesday, September 9th, 2009
Points Of Interest or simply POIs are the feature of tomorrow. GPS and compass enabled smartphones will guide our every step and habits. We will enjoy, go shopping, rest choose place to invest basing on the local suggestion of our little friends. Here are some services that enable this future:
http://www.geocode.ca/
http://foodpages.ca/
Enjoy
Posted in Mobile Development, Web | No Comments »