aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/portal/portal-overview.asciidoc
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2015-12-03 14:59:05 +0000
committerVaadin Code Review <review@vaadin.com>2015-12-03 14:59:12 +0000
commit2af72ba9636bec70046394c41744f89ce4572e35 (patch)
treeccb3dc2d2239585f8c3f79eb5f131ff61ca9ce86 /documentation/portal/portal-overview.asciidoc
parent8aa5fabe89f2967e966a64842a608eceaf80d08f (diff)
downloadvaadin-framework-2af72ba9636bec70046394c41744f89ce4572e35.tar.gz
vaadin-framework-2af72ba9636bec70046394c41744f89ce4572e35.zip
Revert "Merge branch 'documentation'"7.6.0.beta2
This reverts commit f6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00. Change-Id: I67ee1c30ba3e3bcc3c43a1dd2e73a822791514bf
Diffstat (limited to 'documentation/portal/portal-overview.asciidoc')
-rw-r--r--documentation/portal/portal-overview.asciidoc27
1 files changed, 0 insertions, 27 deletions
diff --git a/documentation/portal/portal-overview.asciidoc b/documentation/portal/portal-overview.asciidoc
deleted file mode 100644
index 8368de1fe2..0000000000
--- a/documentation/portal/portal-overview.asciidoc
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: Overview
-order: 1
-layout: page
----
-
-[[portal.overview]]
-= Overview
-
-Vaadin supports running UIs as portlets in a portal, as defined in the JSR-286
-(Java Portlet API 2.0) standard. A portlet UI is defined just as a regular UI,
-but deploying to a portal is somewhat different from deployment of regular web
-applications, requiring special portlet descriptors, etc. Creating the portlet
-project with the Vaadin Plugin for Eclipse or a Maven archetype automatically
-generates the necessary descriptors.
-
-In addition to providing user interface through the Vaadin UI, portlets can
-integrate with the portal to switch between portlet modes and process special
-portal requests, such as actions and events.
-
-While providing generic support for all portals implementing the standard,
-Vaadin especially supports the Liferay portal and the needed portal-specific
-configuration in this chapter is given for Liferay. Vaadin also has a special
-Liferay IPC add-on to enable communication between portlets.
-
-
-