Big Java example project

You can use this project as follows:

 - BlueJ has no specific inbuilt support for JavaServer Faces
 - to successfully compile classes the servlet classes of your servlet container 
 need to be added to BlueJ's classpath
 - many classes can still be created and have their methods invokde from inside BlueJ.
 - JSP html pages cannot be directly edited within BlueJ.
  
This project illustrates concepts covered in Big Java, Chapter 27 
"JavaServer Faces".
  
 - to implement dynamic web pages with JavaServer Faces (JSF) technology
 - to learn the syntactical elements of JavaServer Faces
 - to learn about navigation in JSF applications
 - to build three-tier web applications


For information on setting up the Tomcat Servlet Container see:

http://www.horstmann.com/bigj/tomcat.html