There are many tradeoffs that you need to consider, which are specific to your app's requirements.
If the objects are EJB3 entities, they will already be cached in the 2nd-level cache. JBoss's EJB3 JPA implementation uses Hibernate, which in turn uses JBoss Cache. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136664#4136664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136664 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
