|
Common tips for Stateless Session Bean |
|
- Every Session Bean class should be public and concrete as EJB container creates instances of the Bean
- EJB Container must create instances of Bean so constructor should not be private or protected
- Though Need of finalize method is less, but if needed cleanup code should be placed in ejbRemove or ejbPassivate method.
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.