JBoss.comEnterprise Documentation

Getting Started with JBoss Developer Studio

Version: 1.1.0.CR1

April 2008


1. Getting Started with JBoss Developer Studio
1.1. What is JBDS?
1.2. Configuring Your Java Environment
1.2.1. Installing and Configuring 32-bit Sun JDK 5.0 on Linux
1.2.2. Installing and Configuring 32-bit Sun JDK 5.0 on Microsoft Windows
1.3. JBoss Developer Studio Installation
1.3.1. Installing from the downloaded version
1.3.2. What is the difference between JBoss Developer Studio and JBoss Tools
1.4. Welcome to JBoss Developer Studio
1.5. Upgrading
1.6. Uninstalling
1.7. Support
1.8. FAQ
1.8.1. Installation Issues
1.8.2. Importing Projects
1.8.3. Troubleshooting, Problems, Configuration, Error Messages
1.9. Other relevant resources on the topic
2. Manage JBoss AS from JBoss Developer Studio
2.1. How to Manage the JBoss AS Bundled in JBDS
2.1.1. Starting JBoss server
2.1.2. Stopping JBoss Server
2.1.3. Server Container Preferences
2.2. How to Use Your Own JBoss AS Instance with JBDS
2.2.1. JBoss AS Installation
2.2.2. Adding and configuring JBoss server
3. Write Your First Project with JBoss Developer Studio
3.1. Create a Seam Application
3.1.1. Start Development Database
3.1.2. Create and deploy Seam Web Project
3.1.3. Start JBoss Application Server
3.1.4. Workshop Project Code Overview
3.2. Seam Action Development
3.2.1. Create a New Seam Action
3.2.2. Test Seam Action
3.2.3. Modify Seam Action User Interface
3.3. Declarative Security
3.3.1. Edit Login Authentication Logic
3.3.2. Secure Seam Page Component
3.4. Browsing Workshop Database
3.4.1. Database Connectivity Setup
3.4.2. Browse Workshop Database
3.5. Database Programming
3.5.1. Reverse Engineer CRUD from a Running Database
3.5.2. Use Hibernate Tools to Query Data via JPA
3.5.3. Use Hibernate Tools to visualize the Data Model
3.6. Rich Components
3.6.1. Add a Richfaces component to the CRUD Application
4. Developing a simple JSP web application
4.1. Setting Up the Project
4.2. Creating JSP Page
4.2.1. Editing a JSP Page
4.2.2. web.xml file
4.2.3. Deploying the project
4.2.4. JSP Page Preview
4.2.5. Launch JSP Project
5. RAD development of a simple JSF application
5.1. Setting up the project
5.2. Creating JSP Pages
5.3. Creating Transition between two views
5.4. Creating Resource File
5.5. Creating Java Bean
5.6. Editing faces-config.xml File
5.7. Editing the JSP View Files
5.7.1. Editing inputnumber.jsp page
5.7.2. Editing success.jsp page
5.8. Creating index.jsp page
5.9. Running the Application
6. Further Reading