Java Reference
In-Depth Information
As you can see, the
ticket-agency-ejb
and
ticket-agency-ejb-client
projects have been
organized as a standard Maven project:
•
src/main/java
will contain our source code
•
src/main/resources
is meant for the configuration (containing a bare-
bones
ejb-jar.xml
configuration file for the EJB project)
•
src/test/java
is used to store the test classes
At the moment, we will focus on the main file
pom.xml
, which needs to be aware of the
Java EE dependencies.
