vaadin/vaadin-fullstack-portlet

Name: vaadin-fullstack-portlet

Owner: Vaadin

Description: Example portlet using Vaadin and Spring

Created: 2015-11-13 15:50:36.0

Updated: 2017-07-13 08:00:45.0

Pushed: 2015-11-18 07:56:31.0

Homepage: null

Size: 82

Language: CSS

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Portlet screenshot

Example of portlet with Vaadin + Spring Boot for Liferay

How to deploy this portlet to Liferay:
1. Download and run Liferay.
2. Configure Maven properties:
ray.version
ray.maven.plugin.version
ray.auto.deploy.dir
ray.app.server.deploy.dir
ray.app.server.lib.global.dir
ray.app.server.portal.dir
Example for Liferay 6.2 GA4:
eray.version>6.2.3</liferay.version>
eray.maven.plugin.version>6.2.10.13</liferay.maven.plugin.version>
eray.auto.deploy.dir>/data/Java/extensions/liferay-portal-6.2-ce-ga4/deploy</liferay.auto.deploy.dir>
eray.app.server.deploy.dir>/data/Java/extensions/liferay-portal-6.2-ce-ga4/tomcat-7.0.42/webapps</liferay.app.server.deploy.dir>
eray.app.server.lib.global.dir>/data/Java/extensions/liferay-portal-6.2-ce-ga4/tomcat-7.0.42/lib/ext</liferay.app.server.lib.global.dir>
eray.app.server.portal.dir>/data/Java/extensions/liferay-portal-6.2-ce-ga4/tomcat-7.0.42/webapps/ROOT</liferay.app.server.portal.dir>

A good way to define these is for example to create a liferay profile to your .m2/settings.xml file.

3. Create package and deploy
package liferay:deploy
Optional: use different database

The example uses in memory h2 database by default. To switch into another database, ensure you have proper drivers on your classpath and define the database url in your application.properties file.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.