Originally Posted by
mattoofaisal
Why we use EJB? When to use it?
EJB the name it self gives some information
Enterprise Java Beans
Enterprise - for business applications (applications situated at different java virtual machines or different computers)
Beans - Template kind of thing which can be reusable as the enterprise applications need very good tuning i.e giving good response and managing all the resources etc.,
Rather than concentrating on how to communicate between the applications (core level networking) it will help you to concentrate on the bussiness logic methods rest of the communication thing is handled by the EJB container