J2EE Demos

In JDeveloper create a new application called demos. Use the "JSP, Struts, ADF BC" template. This application contains two projects: Model and ViewController. We will be adding HTML and JSP pages to the Web Content folder of the ViewController project and JAVA files to the view package in the Application Sources folder.

Begin by adding an HTML page called index.html to Web Content. This page should be titled "J2EE Demonstrations" and will contain links to your other HTML and JSP pages.

Create a second page called home.html. This page should contain your name, a photograph of you or your avatar, a link to your employer's home page, and anything else you want to reveal about yourself, a list of hobbies, for example. Feel free to lie. The point is to experiment with HTML elements, fonts, colors, etc.

Put a link called "about me" from index.html to home.html.

Make index.html the default start page under the Run/Debug settings of the project properties.

Run index.html.