8 Replies Latest reply on May 11, 2007 12:43 PM by smithbstl

    Mixing EJB3 and POJO

      Is it wise to mix the two when developing Seam applications? I have situations where I need to create components that do nothing but perform database queries for me. A SFSB is not really necessary (results will be passed to a SFSB from the querying component) and SLSB in Seam seem to be sort of pointless. Can I create a simple POJO for this? Can I use a TransactionalSeamPhaseListener with EJBs since I think I can only define one Phase Listener or the other to get a Persistence Context injected.

      Or do I need to stick to a purely EJB3 application or purely POJO (J2EE)?

      Thanks

      -Brian