JSP Portlet

Tutorial 8 introduces the JSP Portlet. This section covers:

Let's get started. From the JPortal distribution root directory, type:


maven -Dtutorial=8 jetspeed:deploy

Recommend bringing up these files in your editor:

  • 1. webapp/WEB-INF/conf/t8-portlets.xreg
  • 2. src/java/org/apache/jetspeed/tutorial/modules/actions/portlets/ TutorialStockQuoteAction8.java
  • 3. webapp/WEB-INF/templates/jsp/portlet/html/TutorialStockQuote8.jsp

since we will reference them in tutorial 8.