Chapter 31. Struts and JBuilder

IN THIS CHAPTER

Struts, from the Jakarta Project, is a development framework for Java servlet applications based on the Model-View-Controller (MVC) design paradigm. An MVC system untangles and separates the business logic, server-side processing, and display logic into distinct components. This separation allows each component to be easily reused and interchanged with other components. Struts is comprised of a controller servlet, beans and other Java classes, configuration files, and tag libraries. This means that when you use the Struts framework you will have the following available

  • A controller for your application (the Struts ...

Get Borland® JBuilder™ Developer’s Guide 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.