Answered Questions

  • What is EJB

    sai.pappu

    • Sep 26th, 2008

    EJB is an server side component & its a WODA ( Write Once Deploy Any Where).EJB's run will under the control of EJB container.EJB is popular due to System level services provided by it.Developer can more concentrate on Business Logic due to services provided byu EJB.thanks.

  • What is the difference between JavaBean and EJB

    Answer posted by Mohan on 2005-05-20 08:40:04: Java Beans is intra-process component where as EJB is an Inter-Process component  JavaBeans is particularly well-suited for asynchronous, intra-application communications among software

    Guest

    • Dec 14th, 2005

    JavaBeans- are reuseable,non-deployable components. They can't exist independently.EJB - are deployable, reuesable, server side components. They can exist independently or in integration with other components.