Skip to content

zkoss-demo/portlet-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Overview

A simple portlet example. According to Deploying WARs, we don't have to deploy an OSGi bundled for making a portlet. This example doesn't use OSGi bundle and include standdard zk jar.

Limitation

  • You cannot put 2 zk portlets of different zk versions on the same page. The later-loaded ZK javascript will override the previously-loaded version and cause all widgets not working properly.

Liferay Portal

We use 7.4.3.125-ga125 as the target portal.

Download from here

How to deploy

  1. build war with mvn clean package
  2. copy to [LIFERAY_HOME]/deploy

Start, Stop

./liferay-dxp-version/tomcat-version/bin/startup.sh

./liferay-dxp-version/tomcat-version/bin/shutdown.sh

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published