Getting Started with Red Hat Developer Studio

Version: 1.0.0.beta1

Note: This document is a work in progress and hence some sections might be incomplete and screenshots not 100% accurate.


Table of Contents

1. Getting Started with Red Hat Developer Studio
1.1. Configuring Your Java Environment
1.1.1. Installing and Configuring 32-bit Sun JDK 5.0 on Linux
1.1.1.1. Select alternatives for java, javac and java_sdk_1.5.0
1.1.2. Installing and Configuring 32-bit Sun JDK 5.0 on Microsoft Windows
1.2. Red Hat Developer Studio Installation
1.2.1. Installing from the downloaded version
1.3. Upgrading
1.4. Uninstalling
1.5. Support
1.6. FAQ
1.6.1. Downloading
1.6.2. Installation Issues
1.6.3. Importing Projects
1.6.4. Troubleshooting, Problems, Configuration, Error Messages
1.7. Other relevant resources on the topic
2. Manage JBoss AS from Red Hat Developer Studio
2.1. How to manage the JBoss AS bundled in RHDS
2.1.1. Starting JBoss server
2.1.2. Stopping JBoss server
2.1.3. Server Container Preferences
2.2. How to manage JBoss AS instances in RHDS
2.2.1. JBoss AS Installation
2.2.2. Adding and configuring JBoss server
3. Write Your First Web Application
3.1. Create a Seam Project
3.2. Build and Deploy the Seam Application
3.3. Add a Web Page and an Action
3.4. Input Validation
3.5. Add a new UI Component
3.6. Add Security to the Application
3.7. Other relevant resources on the topic
4. Generate a CURD Database Application
5. The CURD Application Walkthrough