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 are the advantages of using jdbc datasource?
How to check jdbc driver version in sql server?
which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.
What does jdbc stand for?
When you will get error like ?No suitable driver??
How can you make a connection?
What type of driver called is pure Java driver?
Why do we use jdbc statements?
What is executequery in java?
How do you determine the sensitivity of the ResultSet object?
Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?
How does jdbc driver work?