The dev2dev portlet illustrates a portlet that uses static HTML links for accessing valuable BEA resources and information.
This HTML portlet illustrates that portlets can be created with only HTML tags. No knowledge of JSP development is necessary. Simply give an HTML file a .jsp extension and create a portlet with it.
The file does not need <HTML>, <HEAD>, <TITLE>, or <BODY> tags. Simply enclose your HTML content in opening and closing <div></div> tags.
This sample is located in the <BEA_HOME>/<WEBLOGIC_HOME>/samples/portal/portalApp/portalApp.work application.
See Viewing the Samples in Portal Samples.
Import or copy this | to this directory (create if necessary) |
<WEBLOGIC_HOME>/samples/portal/portalApp/ |
<PORTAL_APP>/<project>/portlets/includes/ |
<WEBLOGIC_HOME>/samples/portal/portalApp/ sampleportal/portlets/dev2dev/ |
<PORTAL_APP>/<project>/portlets/ |