| Author |
Database Connection without connection pooling
|
varun bihani
Ranch Hand
Joined: Aug 11, 2003
Posts: 96
|
|
|
Can I use MySQL Database without making connection pooling. If yes how shuld I connect to database and use it with EJBs in Weblogics 8.1
|
<a href="http://www.galaxyweblinks.com" target="_blank" rel="nofollow">www.galaxyweblinks.com</a><br /><a href="http://www.freechatcode.com" target="_blank" rel="nofollow">www.freechatcode.com</a><br /><a href="http://www.onlinefamilytreemaker.com" target="_blank" rel="nofollow">www.onlinefamilytreemaker.com</a>
|
 |
Marcos Maia
Ranch Hand
Joined: Jan 06, 2001
Posts: 977
|
|
Yes, you can, but not recommended. If u decide to go this way you may use POJO classes as DAO objects and build facade session beans to access them. You may also build BMP entity beans or eve use a persistent framework as Hibernate to get to the DB. regards.
|
 |
 |
|
|
subject: Database Connection without connection pooling
|
|
|