All,

I have an idea for allowing users to more easily plug into the servlet API
for lifecycle events.  What if we create a new listener which can be
configured in the web.xml file that implements all of the servlet listener
interfaces (HttpSessionAttributeListener and the like)?  The listener would
delegate to a pipeline configured in HiveMind (it'd look up the registry on
the context).  Then, a hivemodule could contribute to the pipeline they want
in order to avoid having to plug stuff into the web.xml file.  This would
make it easier to make hivemodules more "dropinnable" as they wouldn't need
the user to add anything special to their web.xml file.

James 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to