| Sign In/My Account | View Cart |
| Article: |
JBoss Optimizations 101 | |
| Subject: | O/R Mapping Tools and JBoss | |
| Date: | 2003-05-30 00:48:14 | |
| From: | anonymous2 | |
|
Response to: O/R Mapping Tools and JBoss
|
||
|
If you simply use Hibernate directly from SLSB, then it is up to Hibernate to provide these services (locking, caching, etc. ) and no more the app server.
|
||
Showing messages 1 through 3 of 3.
My current implementation is configured to use UserTransaction retrieved from the JNDI and keep Hibernate's SessionTransaction it in a Thread Local. My SLSBs actually calls my own entry point for business logic which uses Hibernate codes.
Len