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 |
What is database null and Java null?
What happens if we don't close the connection in jdbc?
Why do we need a jdbcrowset like wrapper around resultset?
Explain Basic Steps in Writing a Java Program Using Jdbc?
What are the factors that the jdbc driver performance depends upon?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
In which ways is driver class is registered with drive manager?
What is jdbc servlet?
How can we move the cursor in a scrollable result set?
What is PreparedStatement?
How to retrieve warnings in jdbc?
What is an SQL Locator?