> > Is RunData a class or method that is provided by turbine?  I see this thing
> > all over the place in the code, but I don't quite understand what it's used
> > for.
>
> It is a class with ties all the Servlet information (context, response,
> request) etc so that you don't have to constantly pass 1000 objects
> within your method.  I want to remove its use from the core so that
> Jetspeed can work in a headless/engine mode.

Aaahhh...  By removing the Servlet information from the core, Jetspeed won't
have to manage all the servlet info.  Who will?  The servlet, that we as users
of the Jetspeed API, create?  Will we have a way to peek at, for instance, the
session information of a user that is logged into the Portal?  Or won't we need
to...

In any case, the diagram really shows everything that makes up Jetspeed.  Very
easy to follow!  :)

Mark



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to