ejb « Performance « JPA Q&A





1. getting MySQL Queried from a Hibernate Ejb Query    stackoverflow.com

In Our project we are using Hibernate with EJB. Currently I am working on performance tunning of Application, I got some slow queries from a Mysql Slow query log . But these queries are ...

2. Hibernate v/s EJB - Performance    forum.hibernate.org

I am currently looking at an application that uses a large number of BMP for data persistence. The stateless session facade looks like a structural code and workflow methods looks like C. On top of this we are experiencing a certain degree of performance issue due to the need to persist all the data (especially CLOB data type) I am looking ...