1 Reply Latest reply on Dec 28, 2010 6:16 AM by oranheim

    Is SEAM still needed when using JSF2?

    dymitrp

      Hi, i want to start new project. Already i used Struts2 and JSF2 with SEAM (but i'm not advanced). I want to use JSF2 and i'm wondering is any need to use SEAM with it?
      JSF2 is providing such funcionalities as AJAX support, CDI, Facelets are included, and many other.. So is SEAM still needed with JSF2? What it can provide?

        • 1. Re: Is SEAM still needed when using JSF2?
          oranheim

          What is your requirements?


          Check out the Weld, Seam 3 and Solder documentation.


          Seam Solder and Weld is the reference implementation of CDI.


          Are you using and transactions in your solution?


          CDI offers a great programming model for beans (injections, producers, annotations, ...)


          -ove