Last active
December 28, 2015 11:08
-
-
Save jamesfalkner/7490854 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Super-simple example of a WCM app | |
#set ($userLocalService = $serviceLocator.findService("com.liferay.portal.service.UserLocalService")) | |
<em>Demo 1: Super-simple example of a WCM app</em> | |
<h1>Hello, Liferay!</h1> | |
<img src="http://www.liferay.com/osb-community-theme/images/custom/heading.png"> | |
<h3>User Count: $userLocalService.getUsersCount()</h3> | |
<h3>Config Setting: $appconfig1.data</h3> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment