summaryrefslogtreecommitdiffstats
path: root/documentation/portal/portal-deployment.asciidoc
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-05-02 12:43:10 +0300
committerIlia Motornyi <elmot@vaadin.com>2017-05-02 12:43:10 +0300
commit1f070e124d628ea439a3369e99bbc07bdd917e8d (patch)
tree6bbb7557f64b3154a98437995594846b28486050 /documentation/portal/portal-deployment.asciidoc
parentd0a64a804920bff30d586e7700af895247a1fad2 (diff)
downloadvaadin-framework-1f070e124d628ea439a3369e99bbc07bdd917e8d.tar.gz
vaadin-framework-1f070e124d628ea439a3369e99bbc07bdd917e8d.zip
Update portlet documentation for OSGi portlets
Diffstat (limited to 'documentation/portal/portal-deployment.asciidoc')
-rw-r--r--documentation/portal/portal-deployment.asciidoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/portal/portal-deployment.asciidoc b/documentation/portal/portal-deployment.asciidoc
index 7350fb0536..fec0fd4793 100644
--- a/documentation/portal/portal-deployment.asciidoc
+++ b/documentation/portal/portal-deployment.asciidoc
@@ -7,6 +7,10 @@ layout: page
[[portal.deployment]]
= Deploying to a Portal
+For OSGi portlets in Liferay 7, see
+<<dummy/../../../framework/portal/portal-osgi#portal.osgi.portlet,"Publishing a Portlet With OSGi">>.
+The text below applies mostly to non-OSGi portlets.
+
To deploy a portlet WAR in a portal, you need to provide a
[filename]#portlet.xml# descriptor specified in the Java Portlet API 2.0
standard (JSR-286). In addition, you may need to include possible portal vendor
@@ -33,9 +37,6 @@ changes to the UI itself, but only the following:
* Vaadin libraries installed to portal (optional)
* Portal configuration settings (optional)
-The Vaadin Plugin for Eclipse creates these files for you, when you create a
-portlet project as described in <<portal-eclipse#portal.eclipse,"Creating a Generic Portlet in Eclipse">>.
-
Installing the widget set and themes to the portal is required for running two or more Vaadin portlets simultaneously in a single portal page.
As this situation occurs quite easily, we recommend installing them in any case.
Instructions for Liferay are given in <<portal-liferay#portal.liferay,"Developing Vaadin Portlets for Liferay">> and the procedure is similar for other portals.