Portlet applications
A portlet application consists of Java classes, JSP files, images and other resources.
Developing a portlet application involves the following tasks:
- Deciding whether to use the JSR 168 portlet API or the IBM portlet API. See Portlet APIs for more information.
- Selecting the markup languages, such as HTML, cHTML or WML, to use. See Markup languages for more information.
- Deciding whether to use Struts technology. See Struts portlet applications for more information.
- Deciding whether to use JavaServer Faces (Faces) technology. See JavaServer Faces portlet applications for more information.
- Creating a portlet project and developing portlets. See Developing portlets
Related concepts
Portlet tools overview
Creating portlets and portlet projects
Related tasks
Developing portlets
Testing, debugging, or profiling portlets