- write entity beans with bi-directional relationship;
- use these Entity beans in EJBs (Statless session beans);
- use other EJBs in EJBs;
- use EJBs in a servlet or a JSP located in a WAR (i.e. no processing of the
@EJBannotation); - build a multi-module Java EE maven project with jars, wars, ears;
- how to write JSPs with the JSTL (Ok I am not very proud of these JSPs yet they do the job) and
- deploy a multi-module ear within Glassfish and use a container defined datasource
24 oct. · dim. 2010
CommunityBoard
CommunityBoard is a sample multi-module maven / glassfish / eclipse Java EE project.
It realizes is a little Forum / Note publishing application. Its main purpose it to act as an
introducing laboratory to Java EE programming. As such the functionalities are rather limited. Yet it covers the most
fundamental aspects or issues with Java EE programing in the way it show hows to :