The following comment has been added to this issue:
Author: David Sean Taylor
Created: Thu, 3 Jun 2004 5:30 PM
Body:
> What now if I wanted to use a pipeline for a specific operation, without providing a
> RequestContext object, but maybe just a Map ?
What if RequestContext extended Map...
> I think it might be interesting to revise the Pipeline interface to change this :
>����void invoke (RequestContext context) throws PipelineException;
> to :
>���void invoke (Object context) throws PipelineException;
> We could then if needed create a RequestPipeline that would provide a wrapper method
> > that casts the object into a RequestContext.
I am very supportive of re-using J2 components in building other portals and systems
(not just J2). With this refactoring, the pipeline will become a standalone component.
+1 on this proposal, as long as we keep the casting to an absolute minimal.
---------------------------------------------------------------------
View this comment:
http://issues.apache.org/jira/browse/JS2-61?page=comments#action_35900
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/JS2-61
Here is an overview of the issue:
---------------------------------------------------------------------
Key: JS2-61
Summary: Move pipeline assembly out of XML and into jetspeed.groovy assembly
Type: Task
Status: Open
Priority: Major
Project: Jetspeed 2
Components:
Other
Versions:
2.0-a1
Assignee: Scott T Weaver
Reporter: Scott T Weaver
Created: Fri, 28 May 2004 8:14 AM
Updated: Thu, 3 Jun 2004 5:30 PM
Description:
Having the pipeline's valve assembly defined within an XML smells funny as it is
describing "guts" (i.e. class names) with in a configuration script instead of
assembly. Moving this into jetspeed.groovy AND making the JetpseedPipline extend
pico container and deploy it as a sub-container makes a whole lotta sense to me.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]