3 Replies Latest reply on Aug 29, 2006 2:32 AM by mzeijen

    Seperate entities deployment

    mzeijen

      I was pondering about if something is possible. Maybe it sounds a bit strange because I am still inexpirienced with a lot of parts of the J2EE EJB3, Seam, Portlets development.

      I would like to create a set of portlets that use Seam. They all use the same database en also the same entity beans. What I know from ejb3 is that you could create a seperate ear deployment with only the entity beans and other deployments with the seperate portlets. You could retrieve the entity beans over jndi.

      My question is how do I combine this with Seam? Can I use this deployment schema and still access these entities easily from the Seam powerd Portlets?