0 Replies Latest reply on Jan 14, 2005 12:19 AM by mduffy_lists

    EJB3 Struts

    mduffy_lists

      Yes. They are two separate aspects your enterprise application.

      Follow the model demonstrated by the tutorial that comes with the EJB 3.0 Preview. Set up your data access objects (DAO) as stateless session beans. The DAOs will make calls to the entity beans. The Struts Action classes will make calls to the interface of the stateless session beans.