Chapter 19. Using Struts

Welcome to Day 19! Today you'll learn about the Struts framework, an application framework that you can use to build your own Web applications. Struts contains various components that enable you to develop Model-View-Controller (MVC) applications of the type discussed in Day 13, “Creating More Powerful Servlets,” and because of its adoption by the Apache project, it's now in widespread use. Developing the application is up to you; what Struts does is provide a framework that you can use to implement MVC architecture. Struts supports ways of communicating between MVC components as well as base classes whose methods you can override to implement your own logic. Here are today's topics:

  • Getting Struts

  • Installing Struts

  • Creating ...

Get Sams Teach Yourself JavaServer Pages™ in 21 Days 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.