on 4/17/00 11:57 PM, Chris Meyer <[EMAIL PROTECTED]> wrote:
> Layout buildLayout void ConcreteElement
> Navigation buildNavigation ConcreteElement ConcreteElement
> Page buildPage void ConcreteElement
> Screen buildScreen ConcreteElement ConcreteElement
One other thing that I just remembered (it has been a few years now since I
made these decisions)...
I named things build() instead of buildScreen() because I felt that
buildScreen() was redundant. You already know that you are in a Screen
Module when you call that because of the Singleton nature: ie:
ScreenLoader.exec("myscreen")
and also:
build() is in a class that extends Screen
I'm still fine with changing things though if it makes you happy. :-)
Also, these Modules should probably become TurbineServices at some point,
but that can wait or not happen at all...
-jon
--
Scarab -
Java Servlet Based - Open Source
Bug/Issue Tracking System
<http://scarab.tigris.org/>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]