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 Web Logic Portal 01

  2. Give a file name then click Next.

    ZK Installation Guide Web Logic Portal 02

  3. Select JSP/HTML Portlet then click Next.

    ZK Installation Guide Web Logic Portal 03

  4. Check Minmizable and Maximizable and you can define title and zul page location then click Create.

    ZK Installation Guide Web Logic Portal 04

Add Zul page to your webapp

  • Create myZulPage.zul in the WebContent/portlet/myzulpage folder.

    ZK Installation Guide Web Logic Portal 05

Add portlet to portal page

  1. Drag myZulPage.portlet to “Page 1” in the index.portal.

    ZK Installation Guide Web Logic Portal 06

  2. Done.

    ZK Installation Guide Web Logic Portal 07

Run the weblogic server