Apache Portals Bridges
Last Published: 26 May 2022
|
Version: 1.0
Portals
|
Applications
|
Jetspeed-2
|
JSR-168
|
JSR-286
Portals Bridges
Overview
News and Status
Current Portals Bridges
Common Utilities and Interfaces
Struts Bridge
Velocity Bridge
Script Bridge
Groovy Bridge
Archived Portals Bridges
JSF Bridge
PHP Bridge
Perl Bridge
Portlet Filter
Get Portals Bridges
Download
Release Notes
Support
Project Team
Project License
Mailing List
Issue Tracking
Summary
Perl Bridge Overview
Designed to run existing perl applications inside the portal
Minimal re-coding of the perl required.
Usage of Java Script might require some code modifications.
Executes perl scripts in a command shell and rewrites output HTML.
Relative URL's are converted to Portlet Actions.
Invocation from other portlets pass parameters as a session object.
Slower than running on Apache Web Server.
Communication
Portlet sees Parameters posted to itself (JSR-168 restriction)
Invokation from another portlet through a session object.
ScriptRuntimeData class can be used to pass parameters to a PHP /Perl portlet
Portlets process query arguments (GET) and Parameters (POST)