Chapter 16. The Struts Application Framework

IN THIS CHAPTER

Programmers who started doing Web sites back when CGI coding was the hot technology are accustomed to developing sites in a certain way. For example, a form will be presented on one page, a second page is loaded to process the data when the customer hits Submit, and so on.

JSP allows you to refine this somewhat. For example, in this book you have frequently used the same page to both display and process a form. But there's an entirely new way to organize Web sites using the MVC pattern. In this ...

Get MySQL™ and JSP™ Web Applications: Data-Driven Programming Using Tomcat and MySQL now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.