2 Replies Latest reply on Feb 29, 2008 11:44 AM by damianharvey.damianharvey.gmail.com

    Please sugest on Design Decisions

    jbossindia

      I have a project with following enviornment.


      Jboss Seam, RichFaces, Hibernate, Ms-SQL, Jboss AS



      Requirement


      SaaS model - each client having seperate DB
      Clustering Jboss AS across clients.


      Current Status


      Seam-Gen generated code.
      Using EntityHome and EntityQuery as listeners.


      Questions


      How to implement ConnectionProvider for mapping each request to client-user specific DB.


      Clustering: Should I user StatefulSessionBean(ConversationScoped) or continue EntityHome and EntityQuery (Both conversation Scope)


      Should I use SMPC or EJB Container Managed one.Conversation scoped transactions?