aspose file tools
The moose likes Swing / AWT / SWT and the fly likes how to use jpa & database connection pool in swing? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "how to use jpa & database connection pool in swing?" Watch "how to use jpa & database connection pool in swing?" New topic
Author

how to use jpa & database connection pool in swing?

Kevin Pang
Ranch Hand

Joined: Mar 01, 2005
Posts: 38
how to use jpa & database connection pool in swing?any idea? thanks.
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8441

Is this a stand alone or distributed application?


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
Kevin Pang
Ranch Hand

Joined: Mar 01, 2005
Posts: 38
2 tier application . if it's stand alone application, can this achieve?
denis sorn
Ranch Hand

Joined: Apr 30, 2008
Posts: 33
Don't know for JPA, I have worked only with jdbc, but for Connection Pooling I suggest you try MiniConnectionPoolManager.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to use jpa & database connection pool in swing?
 
Similar Threads
JPA and dynamic user authentication with the database
Setting Connection Time Out
how to use connection pools in wl6.1
Database Connection pool in struts
best way to return connection back to the connection pool