2 Replies Latest reply on May 12, 2007 1:41 PM by jasonlai1975

    SaaS and Seam

    jasonlai1975

      Hi All,
      We have been working on single instance seam application 1 year ago and wish to deliver the application as (Software-as-a-Service) SaaS.Is JBoss Seam is good platform in term of the framework scalability and performance if we want to move our existing application to SaaS? What is the technical consideration we need to know ?
      FYI,We are currently using plain POJO Hibernate JPA (not EJB3) for persistence management running on Tomcat 5.5 and MySQL 4.1.
      Please advise

      Thank You
      Jason Lai

        • 1. Re: SaaS and Seam
          pmuir

          I have no idea about SaaS. Ask some specific questions, or list your specific requirements and I'm sure people can help.

          • 2. Re: SaaS and Seam
            jasonlai1975

            You can have a look at Microsoft reference implementation for SaaS sample application LitewareHR at http://msdn2.microsoft.com/en-us/architecture/bb229292.aspx

            In order to improve scalability ,we are redesign the application to run on MySQL ,JBoss 4.0.5 (EJB3 with clusterings).

            My question would it be easy to implement single instance multi-tenant architecture based on Jboss Seam framework?
            For example if the dvdstore example is multi-company application ,the workflow definition,security will be unique for each company.

            I m sorry if my question is not revelant to JBoss Seam
            Thank You