Enterprise Java Development@TOPIC@

Part I. Enterprise Java (605.784.31) Development Environment Setup

2019-08-22 07:08 EST

Table of Contents

Purpose
2. Java JDK Setup
2.1. Download and Install JDK 11
2.2. Add JDK to PATH
2.3. Verify your JDK is installed
3. Git Client Setup
3.1. Install Git Client
3.2. Get Class Repository
4. Maven Environment Setup
4.1. Maven Installation
4.2. Maven Configuration
4.3. Test Maven Build
4.4. Missing Dependencies
4.5. Build Local Site
5. JBoss (Wildfly) Setup
5.1. Download and Install Wildfly 17.0.1.Final
5.2. Configure JBoss Server
5.3. Add JBoss Admin Account
5.4. Enable JBoss Remote Debugging
5.5. (Optional) Using Alternate Networks
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
7.2.
7.3. Define JDK location
7.4. Setup Maven Eclipse Integration (m2e)
7.5. Setup Git Eclipse Team Provider
7.6. Setup JBoss Eclipse Integration
8. Ant Setup
8.1. Install Ant