Web Development
ejb.txt
Associated article: A Universal Model for Designing the Entity EJB Layer
Tags: Web Development
Published source code accompanying the article by Jonathon Leibundguth, Michael Pease, and Andrei Povodyrev in which they propose the Universum Bean, an alternative to the container-managed persistent and bean-managed persistent Entity EJBs. Also see EJB.ZIP.
A Universal Model for Designing the Entity EJB Layer by Jonathon Leibundguth, Michael Pease, and Andrei Povodyrev Example 1: Universum findByPrimaryKey(UniversumPK pk) throws FinderException, RemoteException; Universum create(UniversumData data, UniversumPK pk) throws RemoteException, CreateException; Collection findBySQLWhere(String where, UniversumPK pk) ...


