Enterprise Java Development@TOPIC@

Enterprise Java (605.784.31) Development Environment Setup

Revision: v2013-09-02

2014-03-07 00:43 EST

Abstract

This paper contains setup information required to begin building, deploying, running, and modifying examples. It also provides a basis for building class projects to be turned in.


Purpose
1. Java JDK Setup
1.1. Download and Install JDK
1.2. Verify your JDK is installed
2. Git Client Setup
2.1. Install Git Client
2.2. Get Class Repository
3. Maven Environment Setup
3.1. Maven Installation
3.2. Maven Configuration
3.3. Test Maven Build
3.4. Missing Dependencies
4. (Optional!!!) Maven Proxy Setup
4.1. Nexus OSS Manual Setup
4.2. Integrate Proxy with Maven
5. JBoss Setup
5.1. Download and Install JBoss EAP 6.1.0.Final
5.2. Configure JBoss Server
5.3. Add JBoss Admin Account
5.4. Enable JBoss Remote Debugging
5.5. Define JBoss Maven Properties in settings.xml
6. H2 Database Setup
6.1. Locate the h2*.jar file
6.2. Start Server
6.3. Access DB User Interface
6.4. Activate H2 Server Profile for Builds
6.5. Update JBoss to use Server Mode
7. Eclipse Setup
7.1. Download and Install Eclipse Kepler
7.2. Define JDK location
7.3. Setup Maven Eclipse Integration (m2e)
7.4. Setup EGit Eclipse Team Provider
7.5. Setup JBoss Eclipse Integration
8. Ant Setup
8.1. Install Ant