Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #25854
| Date | 2011-02-08 19:08 -0500 |
|---|---|
| From | Arne Vajhøj <arne@vajhoej.dk> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: The easiest framework for Java Database applications development released for production use |
| References | (1 earlier) <MPG.27b8fec562e57f9e9897c8@news.justthe.net> <iinp9v$765$1@news.albasani.net> <92e64642-b624-4598-beaa-c57540a30733@k22g2000yqh.googlegroups.com> <mn.3ce37db2e6aca6cf.70216@a.com> <e44186ef-e97d-44a2-a242-7b45e8578664@d19g2000yql.googlegroups.com> |
| Message-ID | <4d51dae3$0$23756$14726298@news.sunsite.dk> (permalink) |
| Organization | SunSITE.dk - Supporting Open source |
On 08-02-2011 08:44, yaormaAdmin wrote: > Thanks for the comments Wojtek. In the example code the connection is > instantiated using the DriverManager just to make the example simpler > (and so it stands on its own, without needing additional > dependencies). The Yaorma framework has been used in several > applications using pooled connections. Most of this work has used > Tomcat and would only run inside some sort of container. I'll look > into Proxool more, thanks for the tip. What would you consider the > gold standard for a connection pool for a desktop/rich client (Swing, > RCP, etc.) application? Desktop apps does not always need connection pools - I may even say that they rarely need it. http://commons.apache.org/dbcp/ is good database connection pool. Arne
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: The easiest framework for Java Database applications development released for production use Wojtek <nowhere@a.com> - 2011-02-07 20:51 -0800
Re: The easiest framework for Java Database applications development released for production use Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-02-08 20:01 -0400
Re: The easiest framework for Java Database applications development released for production use Arne Vajhøj <arne@vajhoej.dk> - 2011-02-08 19:08 -0500
Re: The easiest framework for Java Database applications development released for production use Lew <noone@lewscanon.com> - 2011-02-09 07:55 -0500
Re: The easiest framework for Java Database applications development released for production use yaormaAdmin <yaorma@gmail.com> - 2011-02-08 05:44 -0800
Re: The easiest framework for Java Database applications development released for production use Arne Vajhøj <arne@vajhoej.dk> - 2011-02-08 19:06 -0500
Re: The easiest framework for Java Database applications development released for production use Wojtek <nowhere@a.com> - 2011-02-08 21:59 -0800
csiph-web