This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
In session facade, the session bean is responsible for looking up of the entity bean. However, I found that there are 4 differences in placing the lookup code in the session bean: 1) the code of the lookup is placed in the ejbCreate( ) method 2) the code of the lookup is placed in the ejbCreate( ) method and ejbActivate( ) method 3) the code of the lookup is placed in the setSessionContext( ) method 4) the code of the lookup is placed in the method which is not corresponding to the session bean What is the difference between those cases? When should I use them? How about the performance? Thank you very much! Stephen Lee
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.