Chapter 14. Spring Portlet MVC Framework

In this chapter, you will learn about portlet development using the Spring Portlet MVC framework, which is very similar to the Spring MVC framework discussed in Chapter 14.

Portlets are common in web applications that have a wide array of features, with each feature belonging to a different stakeholder. Since the integration of features belonging to different stakeholders into a single application can create considerable administrative overhead, each stakeholder is charged with creating a more user-friendly integration component, a portlet.

A portlet is a servlet-like web component that can process requests and generate responses dynamically. The content generated by a portlet is usually an HTML fragment ...

Get Spring Recipes, Second Edition 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.