${renderedContent}
About this TAB
The topics presented in this TAB are primarily designed for the software developer who:
- is a new hire and needs to configure his/her workstation, or
- has a new workstation and needs to get it configured, or
- 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).
Quick Links to:
- About this TAB
- Workstation configuration
- General
- Install Java JDK
- Install Maven
- Install your Maven settings.xml
- Install the Oracle OC4J 10.1.3.5 stand alone server
- Install Tomcat 7
- Eclipse Indigo - Eclipse IDE for Java EE Developers
- Download and Installation
- Java JDK installation and configuration
- Subversion installation and configuration
- OC4J server installation and configuration
- Tomcat 7 server installation and configuration
- Maven installation and configuration
- m2e Subversive Connector installation and configuration
- JVM memory configuration
- Eclipse MyEclipse
- Download and Installation
- General
- Education Systems Maven projects
- Selecting names for your project
- How to create an ES Maven JAR project using the JAR template
- How to customize the ES Maven JAR project pom.xml
- How to create an ES Maven WAR project using the WAR template
- How to customize the ES Maven WAR project pom.xml
- Using the unit test base class
- Available for downloading
Workstation configuration
General
- Install Java JDK
- Install Maven
- Install your Maven settings.xml
- Install the Oracle OC4J 10.1.3.5 stand alone server
- Install Tomcat 7
Eclipse Indigo - Eclipse IDE for Java EE Developers
- Eclipse Indigo Installation and Configuration
- Download and Installation
- Java JDK installation and configuration
- Subversion installation and configuration
- OC4J server installation and configuration
- Tomcat 7 server installation and configuration
- Maven installation and configuration
- m2e Subversive Connector installation and configuration
- JVM memory configuration
Eclipse MyEclipse
- Eclipse MyEclipse Installation and Configuration (under construction)
Education Systems Maven projects
An Education Systems (ES) project will typically consist of 2 Maven artifacts. These Maven artifacts are:
- Only one Maven WAR artifact which contains all the WEB facing (i.e. jsp's, controllers, css, js, ...) components of the ES project.
- 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.
- Selecting names for your project
- How to create an ES Maven JAR project using the JAR template
- How to customize the ES Maven JAR project pom.xml
- How to create an ES Maven WAR project using the WAR template
- How to customize the ES Maven WAR project pom.xml
The following are instructions on how to writing unit tests
Available for downloading
- MAC plugin for managing Environmental Variables
- project.properties
- settings.xml (right clicking 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. - serverTrustStore.jks