The following directory structure was used to create the portlet called HelloUserRemotePortlet.
Directory |
Contents |
portlet_work (root)
This directory serves as a development area for the portlet. |
Portlet deployment descriptor file portlet.xml
The name of the deployment descriptor file must be portlet.xml .
|
/HelloUserRemotePortlet
|
This is the main portlet directory. It does not contain any files. The directory name must not have any spaces, and it must match the name of the portlet as specified in the name attribute of the <remote-portlet> element in portlet.xml .
|
/HelloUserRemotePortlet /classes |
The display resources file called portletDisplayResources.properties .
|