You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

portal-overview.asciidoc 1.0KB

123456789101112131415161718192021222324252627
  1. ---
  2. title: Overview
  3. order: 1
  4. layout: page
  5. ---
  6. [[portal.overview]]
  7. = Overview
  8. Vaadin Framework supports running UIs as portlets in a portal, as defined in
  9. the JSR-286 (Java Portlet API 2.0) standard. A portlet UI is defined just as a
  10. regular UI, but deploying to a portal is somewhat different from deployment of
  11. regular web applications, requiring special portlet descriptors, etc. Creating
  12. the portlet project with the Maven archetype automatically generates the
  13. necessary descriptors.
  14. Vaadin Framework also supports developing OSGi portlets for Liferay 7.
  15. In addition to providing user interface through the Vaadin UI, portlets can
  16. integrate with the portal to switch between portlet modes and process special
  17. portal requests, such as actions and events.
  18. While providing generic support for all portals implementing the standard,
  19. Vaadin especially supports the Liferay portal and the needed portal-specific
  20. configuration in this chapter is given for Liferay. Vaadin also has a special
  21. Liferay IPC add-on to enable communication between portlets.