Web Development with Java

The purpose of this book is to use existing tools and object oriented design to speed up the development of an e-commerce site. Tools such as Hibernate, Bean Utilities, and the Java Standard Template Library can be used to streamline the development process so that time is spent on the unique features of a web site, and not on the features that are common to all web sites.

Students should have a solid background in Java programming, since advanced Java techniques will be used in this course. Students should have taken at least two semesters of Java programming before attempting this course.

A framework will be developed that separates the three main aspects of any web site: the data, the view presented to users, and the logic that controls what the web site is doing. The data will be represented in Java classes and will be saved to a database using Hibernate. The views to the user will be presented using Java Server Pages. The logic of the application will be presented in a Java servlet. The framework will stress the separation of the view from the logic, and the encapsulation of the data.

By the end of the course, students will recognize that this framework could be used to generate any e-commerce site that they see on the web.


Contact the author