Re: sending an intance of a class to servlet from session bean
Posted By:
sreenath_reddy
Posted On:
Tuesday, December 4, 2007 05:17 AM
If the EJB and servlet running on same JVM then the static block will not be excuted.
If they are running on different machines it will be excuted.
Correct me if I am wrong.