Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What is the best way to connect a daba base from a desktop swing aplication

Miguel AngelJul 27 2010 — edited Jul 30 2010
I have a java deskopt application which has to connect to a oracle(10g) data base for make some transacctions such as find, insert,delete, update and others batch processes. What i want is to minimize the time that this aplication has to connect to the data base. The number of users is about 50. Some of the users are going to connect to this application via VPN(Virtual Private Network), others with LAN.

Do i have to use a singleton class conection with JDBC as usually? ,or a connection pool manager?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 27 2010
Added on Jul 27 2010
7 comments
260 views