Hi to all.. well i want to make a standalone application
which can use the concept of connection pooling, constraint
is that i have not to use any application server like
weblogic etc.
Please help me out.
Thaks in advance.
Answers were Sorted based on User's Feedback
Answer / biswa
You need to write JDBC programmes which supports connection
pooling. You need to provide Syncronised mathods to achieve
Connection pooling. but again you need to specify your
server specific pool Size to initialize no of JDBC
Connections you need in the pool during start up.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / natraj
One of the service provided by App server or webserver is
connection pooling.If there is no app server or webserver
it is not possible to work with connection pooling.
Is This Answer Correct ? | 0 Yes | 0 No |
Does jdbctemplate close connection?
How do you insert images into database using jdbc?
What are the differences between resultset and rowset?
What is the fastest type of JDBC driver?
Give an example for execution of sql statement.
How can I determine the isolation levels supported by my DBMS?
Does jpa use jdbc?
What are different types of transactions?
Which database is used for java?
How do we call a stored procedure from jdbc?
What are four types of JDBC driver?
How to get a whole row of data at once?