1 / 5

Overview of Portlet Deployment and Dependencies in Java Applications

This document provides an overview of the essential dependencies and configurations for deploying portlet applications in Java. Key components include Subversion, Subclipse, Maven, Mevenide, Tomcat, and HSQL. Detailed explanations of portlet deployment descriptors such as title, description, preferences, caching, and initialization parameters are included. The guide also addresses custom portlet modes, window states, user attributes, and security role references necessary for effective portlet application management. This information is crucial for developers looking to configure and deploy robust Java-based web applications.

nayef
Télécharger la présentation

Overview of Portlet Deployment and Dependencies in Java Applications

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Dependencies • Subversion - http://subversion.tigris.org/ • Subclipse - http://subclipse.tigris.org/ • Maven 2 - http://maven.apache.org/ • Mevenide - http://mevenide.codehaus.org/ • Tomcat 5.5 - http://tomcat.apache.org/ • HSQL 1.8 - http://hsqldb.org/

  2. Deployment portlet.xml Domain Objects <portlet-app> Custom portlet-modes & window-states user-attributes, security role refs Portlet Application Deployment <portlet> title, description, preferences, caching, init-paramters, content-types, locales Portlet Deployment

  3. Definition Database Domain Objects Portlet Application Deployment Custom portlet-modes Custom window-states user-attributes security role refs Portlet Application Definition Portlet Deployment title, description, preferences, caching, init-paramters, content-types, locales Portlet Definition

  4. Entity Database Domain Objects User Portlet Application Definition No Attributes Portlet Application Entity Portlet Definition preferences Portlet Entity

  5. Window Database Domain Objects Portlet Entity request attributes, portlet-mode, window-state Portlet Window

More Related