1 Reply Latest reply on Mar 29, 2010 9:56 PM by asookazian

    EJB3

    mediamana

      Hello,


      With seam 2.2.1 is it still interesting using EJB 3 vs POJOS


      Thanks

        • 1. Re: EJB3
          asookazian

          EJB 3 components are always interesting!  You get a lot of container services (security, transactions, asynchronous messaging, timers, etc.) for free.  Also EJB interceptors.


          Remember that you can't hot redeploy EJB 3 components (well, that is about to change with the release of JRebel 3!) and you need a local/remote interface with EJB 3.0 (local interface not required with EJB 3.1 in EE 6).