Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

Anchor
Workstation configuration
Workstation configuration

Workstation configuration

General

indent
1
1

h4. General
* [Install Java JDK | Install Java JDK]
* [Install the Oracle OC4J 
  • Install Java JDK
  • Install the Oracle OC4J
    10.1.3.5 stand alone
    server
  • Install Maven
  • Eclipse

    Eclipse Installation and Configuration
  • Eclipse - Download and Installation
  • Eclipse - Java JDK installation and configuration
  • Eclipse - Subversion installation and configuration
  • Eclipse - OC4J server installation and configuration
  • Eclipse - Maven installation and configuration
  • Eclipse - m2e Subversive Connector installation and configuration
     server | Install the Oracle OC4J 10.1.3.5 standalone server]
    * [Install Maven | Install Maven]
    
    h4. Eclipse
    * [Eclipse Installation and Configuration | Eclipse Installation and Configuration]
    \\
    \\
    ** [Eclipse - Download and Installation | Eclipse Installation and Configuration#Eclipse - Download and Installation]
    ** [Eclipse - Java JDK installation and configuration | Eclipse Installation and Configuration#Eclipse - Java JDK installation and configuration]
    ** [Eclipse - Subversion installation and configuration | Eclipse Installation and Configuration#Eclipse - Subversion installation and configuration]
    ** [Eclipse - OC4J server installation and configuration | Eclipse Installation and Configuration#Eclipse - OC4J server installation and configuration]
    ** [Eclipse - Maven installation and configuration | Eclipse Installation and Configuration#Eclipse - Maven installation and configuration]
    ** [Eclipse - m2e Subversive Connector installation and configuration | Eclipse Installation and Configuration#Eclipse - m2e Subversive Connector installation and configuration]
    
    Panel

    Anchor
    Education Systems Maven projects
    Education Systems Maven projects

    Education Systems Maven projects

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

    indent
    1
    1
    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.

    ...