March 27, 2008 by muralis
Java Database Connectivity or JDBC for short is set of Java API’s that enables the developers to create platform and database independent applications in java. The biggest advantage of programming in Java is its platform independence. An application written to access the MS Access database on Win 95/Win NT platform can work on Linux against Oracle database, only by changing the name of driver, provided none of the database calls it makes are vendor specific.
Continue Reading »
Posted in Database, JAVA | No Comments »
March 26, 2008 by muralis
A persistence framework moves the program data in its most natural form (in memory objects) to and from a permanent data store the database. The persistence framework manages database and the mapping between the database and the objects.
Continue Reading »
Posted in Hibernate | No Comments »
March 26, 2008 by muralis
Posted in Emergency | No Comments »
March 26, 2008 by muralis
Tamilnadu Kidney Research Foundation where they treat all kidney related problems
free of cost
There is a foundation called TANKER (Tamilnadu Kidney Research Foundation), where they treat all kidney related problems free of cost. They even do Dialysis free of cost. Please forward this message and let people utilize this opportunity. It can help people who are in need. Don’t neglect. For further Details contact: 044 - 28273407 and 28241635.
Posted in Emergency | No Comments »
March 26, 2008 by muralis
1. Do not write “the same” in an email - it makes little sense to them.
Example - I will try to organize the project artifacts and inform you of the same when it is done.This is somewhat an Indian construct. It is better written simply as:
I will try to organize the project artifacts and inform you when that is done
Continue Reading »
Posted in Accent | No Comments »
March 26, 2008 by muralis
Use the XMLHttpRequest Object to Post Data
When using XMLHttpRequest object, there is a way to post data in the same way that an HTML Form is posted. All you need to do is add an HTTP header, and send the data the same way you’d send it on the QueryString.Here’s a JScript example for the client side, that submits form data to another page:
Continue Reading »
Posted in Ajax | 1 Comment »