Book Image

JDBC 4.0 and Oracle JDeveloper for J2EE Development

Book Image

JDBC 4.0 and Oracle JDeveloper for J2EE Development

Overview of this book

Table of Contents (20 chapters)
JDBC 4.0 and Oracle JDeveloper for J2EE Development
Credits
About the Author
About the Reviewer
Preface

Deploying a Web Application to JBoss from JDeveloper


In this section we will create a web application and deploy the web application to JBoss application server, all from JDeveloper IDE. JDeveloper has a built-in feature to configure a connection with JBoss application server, and deploy a web application to the server. First, create an application in JDeveloper by selecting File | New. In the New Gallery window select General in Categories and Application in Items and click on OK. In the Create Application window, specify an Application Name and click on the OK button. In the Create Project window, specify a project name and click OK. An application and a project get added to the Applications Navigator. Next, to add a JSP select the project node in the Applications Navigator and select File | New. In the New Gallery window select Web Tier | JSP in Categories and JSP in Items and click on OK. The Create JSP Wizard gets started. Now, click on Next. Select J2EE 1.4 in the Web Application window...