Mark Nickel wrote:
>
> "Kevin A. Burton" wrote:
>
> > So I was off the net for a day :(. Anyway last night and this morning I
> > made some cool changes.
>
> Yeah, way cool! But a day w/o the net? Yikes. ;)
>
> > - I redesigned the daemon package to be smarter and easier to plugin new
> > code. (see UML)
> >
> > - we now have UML at: http://java.apache.org/jetspeed/site/uml.html
>
> WoW! a picture really is worth 1000 words. I think that I might need to
> use this tool.... thanks jon for the pointer to your project!
Actually that was done with GNOME Dia. (Go GNOME!!!) Somewhat less
powerful than Argo for UML work but *very* fast and very stable.
> > - I removed the RunData requirement for the daemon and mostly the cache
> > packages.
>
> 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.
Kevin
--
Kevin A Burton ([EMAIL PROTECTED])
http://relativity.yi.org
Message to SUN: "Please Open Source Java!"
"For evil to win is for good men to do nothing."
--
--------------------------------------------------------------
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]