WebLogic Portal

From Documentation


Introduction

Weblogic Portal provides several types of portlets, if you want to convert an existing zul page into a portlet, you can 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/18


Version Date Content
     



Last Update : 2011/11/18

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