Project VI for Web Management Class

For this project you must reorganize the program you developed for Project V so that it is divided into two programs.
  1. The first program contains all the Java program you have written for Project V. It should use a bean to access the database and to store the various variables used by the program (f_name etc.). This program acts as a controller program and calls the second program to output the HTML.
  2. The second program contains all the HTML program you have written for Project V and gets its information from the bean created in the first part.
Here is a divided program to help you
A Clue
Here is a program for you to read
NewEx1
You should also read the HTML program in my Tomcat ROOT directory named NewEx2.jsp.
Here is a bean to help you.
A Bean
Place it in your ROOT directory for TomCat in the directory named below. Remember to compile it. This is the location for the class file.
/ROOT/WEB-INF/classes/coreservlets/beans
Remember to include the following in a file in your home directory called PROFILE and to execute the commands
sh
. PROFILE
whenever you login to ocelot. Thereafter remain in the Bash shell for compilations of your Bean.
JAVA_HOME=/depot/J2SE-1.5
TOM_HOME=/home/ocelot/aul-user-web/apache-tomcat-5.5.17
CLASSPATH=$CLASSPATH:$TOM_HOME/common/lib/servlet-api.jar:
CLASSPATH=$CLASSPATH:$HOME/cgs4854/webapps/ROOT/WEB-INF/classes
export CLASSPATH JAVA_HOME TOM_HOME
Your project should be run on ocelot.aul.fiu.edu.
The project should be completed by November 3rd, 2009.
You should submit a hard copy listing of your HTML/Java programs in your JSP.