0 Replies Latest reply on May 26, 2008 6:08 PM by daedalus_hammer

    How to avoid using EJB's (how to load EntityManager outside

    daedalus_hammer

      Hi

      I need to acces EntityManager from a portlet and I don't know how to do it.
      Alas it is so simple in EJB but I'm trying to avoid using EJB's, because I really don't think I need them (I plan to write a few POJO's that would act like statefull session beans, but I don't see why I would need full blown session beans).

      Thanks!