Big Java example project

You can use this project as follows:

 - BlueJ has no specific inbuilt support for JavaServer Pages and Servlets
 - 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 25 
"JavaServer Pages and Servlets".
  
 - to implement dynamic web pages with JavaServer Pages technology
 - to learn the syntactical elements of JavaServer Pages
 - to structure a web application as a sequence of JavaServer Pages
 - to understand the relationship between JavaServer Pages and servlets


For information on setting up the Tomcat Servlet Container see:

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