An Education Systems (ES) project will typically consist of 2 Maven artifacts. These Maven artifacts are: indent |
---|
server]
* [*How to install Maven*|How to install Maven]
h4.Eclipse
* [Eclipse - Download and Installation | Eclipse Installation and Configuration#Eclipse - Download and Installation]
* [Eclipse - Subversion installation | Eclipse Installation and Configuration#Eclipse - Subversion installation]
* [Eclipse - OC4J server installation | Eclipse Installation and Configuration#Eclipse - OC4J server installation]
* [Eclipse - Maven installation| Eclipse Installation and Configuration#Eclipse - Maven installation]
{panel}
h3. Education Systems Maven projects
{panel}
An Education Systems (ES) project will typically consist of 2 Maven artifacts. These Maven artifacts are:
{indent}
1. Only one Maven WAR artifact which contains all the WEB facing (i.e. jsp's, controllers, css, js, ...) components of the ES project.
2. At least one Maven JAR artifact which contains all the support (i.e. services, daos, hibernate mapping, ...) components of the ES project.
{indent}
The following are the instructions on how the create and configure an ES Maven WAR or Maven JAR project. How to create an ES Maven JAR project using the JAR template How to configure the ES Maven JAR project pom.xml
* [*How to create an ES Maven WAR project using the WAR template* | The project WAR template#Software Development]
* [*How to configure the ES Maven WAR project pom.xml* | The project WAR pom.xml configuration#Software Development]
* [*How to create an ES Maven JAR project using the JAR template* | The project JAR template#Software Development]
* [*How to configure the ES Maven JAR project pom.xml* | The project JAR pom.xml configuration#Software Development]
{panel}
|