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 the WebSphere from JDeveloper


We will develop a JSP application to retrieve data from the DB2 database, and display the data in a browser. JDeveloper does not have the provision to connect to WebSphere application server, or deploy an application to WebSphere. JDeveloper can be used to create a JSP that can be deployed to WebSphere. Create an application 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 the application name, select application template as no template and click on OK. In the Create Project window, specify the project name and click on ok. An application and a project are added to JDeveloper. Add a JSP to the project. Select File | New and in the New Gallery window, select Web Tier | JSP. In the Items, select JSP and click on ok. Click on next in the Create JSP Wizard. Select J2EE 1.4 in the Web Application window, and click...