You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 200 Next »

${renderedContent}

About this TAB

The topics presented in this TAB are primarily designed for the software developer who:

  1. is a new hire and needs to configure his/her workstation, or
  2. has a new workstation and needs to get it configured, or
  3. has a need for a Maven WAR or JAR artifact which is not related to an on going ES project (e.g. A Proof of Concept project).

Education Systems Maven projects

An Education Systems (ES) project will typically consist of 2 Maven artifacts. These Maven artifacts are:

  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.

The following are the instructions on how the create and configure an ES Maven WAR or Maven JAR project.

  1. Selecting names for your project
  2. How to create an ES Maven JAR project using the JAR template
  3. How to customize the ES Maven JAR project pom.xml
  4. How to create an ES Maven WAR project using the WAR template
  5. How to customize the ES Maven WAR project pom.xml

The following are instructions on how to writing unit tests

Available for downloading

  1. MAC plugin for managing Environmental Variables
  2. project.properties (right click on this link then select Save target as....  Navigate to your ${user.home} directory and click Save)
  3. settings.xml (right click on this link then select Save target as....  Navigate to your ${user.home}/.m2 directory and click Save)
    This link contains instructions on how to configure the settings.xml file.
  4. serverTrustStore.jks
  • No labels