Projects tagged ‘jsr168’ and ‘portlet’


[9 total ]

13 Users
 

Apache Pluto is the reference implementation of JSR-168 and JSR-286 (Java Portlet API 1.0 and 2.0). Pluto is part of the Apache Portals project (http://www.apache.org/portals).
Created over 3 years ago.

11 Users

GridSphere is an open source standards-compliant (JSR 168) portal and portlet container.
Created over 3 years ago.

0 Users

AJAX-enabled, tabbed search portlet allows users to perform searches in various search engines. The portlet may be configured to perform searches against Google, an LDAP directory, and a Google Search Appliance.
Created about 1 year ago.

0 Users

A JSR 168 compliant Portlet that will interact with the Google applications. Initial support is included for Google Search. Future support may include Google Maps.
Created 12 months ago.

0 Users

Welcome to CyberelayThe architecture of Cyberelay portal server has four main components: Aggregation Servlet, Request Process Chain and Portlet Container which reside in Portal Application, and ... [More] Portlet Invocation Servlet which resides in Portlet Application. (See Figure 1) Figure 1: Cyberelay Architecture Portal ApplicationAggregation ServletThe only task for Aggregation Servlet is to accept portal page request sent from browser and to pass the received request to Request Process Chain for handling. Request Process ChainRequest Process Chain is composed of a set of nodes. Each node assumes a certain task. While the received request traverses a node, a certain task would be accomplished. The outcome of a successful traversal would be a generated portal page. (See Figure 2) Figure 2: Portal Request Process Chain Request Pre-process Node Its responsiblities includes: Wrapping the incoming portal request/response to enrich them with additional built-in request attributes; Parsing/validating the incoming request URL; Logging out portal application if the incoming request is a logout request; Resolving requesting page. If not such page found, a PageNotFoundException would be thrown; Any other task need to be done during request pre-processing phase; Figure 3: Page Aggregation Framework The project is still under extensive development. Please contact cyberelay@gmail.com for detailed information. [Less]
Created 12 months ago.

0 Users

This project consists of sample Java Portlet (JSR 168) applications built using Spring Portlet MVC. They are intended to illustrate proper use of the framework. They are also useful for the testing ... [More] of portals, portlet containers, and the framework itself. [Less]
Created 12 months ago.

0 Users

Simple Framework for developing Portlets in a Command / Controller fashion similar to the J2EE FrontController pattern.
Created 12 months ago.

0 Users

portlet.pyThe aim of this project is to allow developers to write portlets in Python that can be deployed on a Java Portal using the JSR-168/286 specifications. This is simply a single Java class - ... [More] PyPortlet - that implements the Portlet API and dispatches requests to a Python class. The PyPortlet class is based on the org.python.util.PyServlet class that ships with the Jython distribution. The main difference of PyPortlet compared to PyServlet mostly lies in the difference in the Servlet/Portlet APIs. Other notable difference is that PyPortlet only dispatches to a single Python class while PyServlet dispatches to a Python class based on the URL. The project will also include a Python module, portlet.py, which is a thin wrapper around the Portlet API in order to simplify it and take advantage of python instead of being just an adapter. [Less]
Created 12 months ago.

0 Users

A JSR 286 compliant Portlet Container
Created 2 months ago.