Connection Pooling with different type of databases?
Answer Posted / pradeep
u can configure the connection pooling in program..
Javax.naming.IntialContext ic=new
javax.naming.IntitialContext();
javax.sql.Datasource ds=ic.lookup("jndi name");
Connection con=ds.getConnection();
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Why does the option tag render selected=selected instead of just selected?
Have you used threads in Servelet?
Why do I get a duplicate name error when loading a jar file?
Can you give me a simple example of using the requiredif validator rule?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
whats is mean by tiles in struts
What classes of exceptions may be caught by a catch clause?
How a component can be placed on Windows?
What happens when a thread cannot acquire a lock on an object?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is synchronization and why is it important?
Explain phantom read?
How to deploy Jar, War files in J2EE?
What is the difference between ear, jar and war file?
How substring() method of string class create memory leaks?