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 1005B

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