WebLogic Portal"

From Documentation
(Created page with "{{ZKInstallationGuidePageHeader}} =Add JSP/HTML Portlet= #Right click on ''portlet'' folder > [New] > [Portlet] #:File:ZK_Installation_Guide_WebLogic_Portal_01.png #Give a ...")
 
Line 1: Line 1:
 
{{ZKInstallationGuidePageHeader}}
 
{{ZKInstallationGuidePageHeader}}
 +
 +
=Introduction=
 +
Weblogic Portal provide several type of portlet, if you want to convert an existing zul page into a portlet, you might consider using a JSP portlet.
  
 
=Add JSP/HTML Portlet=
 
=Add JSP/HTML Portlet=

Revision as of 07:42, 16 November 2011


Introduction

Weblogic Portal provide several type of portlet, if you want to convert an existing zul page into a portlet, you might consider using a JSP portlet.

Add JSP/HTML Portlet

  1. Right click on portlet folder > [New] > [Portlet]
    ZK Installation Guide WebLogic Portal 01.png
  2. Give a file name then click Next.
    ZK Installation Guide WebLogic Portal 02.png
  3. Select JSP/HTML Portlet then click Next.
    ZK Installation Guide WebLogic Portal 03.png
  4. Check Minmizable and Maximizable and you can define title and zul page location then click Create.
    ZK Installation Guide WebLogic Portal 04.png

Add Zul page to your webapp

  • Create myZulPage.zul in the WebContent/portlet/myzulpage folder.
    ZK Installation Guide WebLogic Portal 05.png

Add portlet to portal page

  1. Drag myZulPage.portlet to "Page 1" in the index.portal.
    ZK Installation Guide WebLogic Portal 06.png
  2. Done.
    ZK Installation Guide WebLogic Portal 07.png

Run the weblogic server


Version History

Last Update : 2011/11/16


Version Date Content
     



Last Update : 2011/11/16

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.