2 Replies Latest reply on Sep 25, 2007 7:24 AM by thejavafreak

    Seam 2 on Websphere 5

    thejavafreak

      Dear all,

      I am assigned a task to deploy Seam apps on Websphere 5. No EJB3 is applied, just a plain POJO. Has anyone succeed deploying Seam apps on Websphere 5. What are the issues and the workaround?

      If the issues is too much, we are considering not to use Seam instead.

      Thanks in advance

        • 1. Re: Seam 2 on Websphere 5
          stu2

          Seam is built using JDK 5 features. IBM is a little, er, more patient than their customers regarding JDK 5, and so decided to wait until their Websphere 6.1 release to start using JDK 5. So unless you're deploying to WAS 6.1, you're not going to be able to use Seam.

          • 2. Re: Seam 2 on Websphere 5
            thejavafreak

            Wow this is interesting. So eventhough I use JDK 1.5 to run the WAS 5, I still won't be able to run Seam apps?