Hi Sky,
You can still create one screen template only for each screen and just do
nothing in your layout. This way you get the effect that you want. I would
suggest that you take this route, because you might want to use the
layout/navigation modules at some stage. Besides, all modules are cached
and only one instance gets created for each module - so the overhead will be
negligible.
If you're still worried about the extra overhead (which is going to be
_very_ little indeed) you can take a look at how modules are implemented and
create your own Screen module, which isn't tied to a Layout. This requires
you to do some work but it can be done.
If you're still not satisfied you can take a look at the AssemblerBroker
service and create your own home-grown set of Assemblers that does exactly
what you want them to. The extra work probably does not justify the
returns.
~ Leon
----- Original Message -----
From: "Sky Torch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 30, 2001 9:58 PM
Subject: benefit of Turbine
> All,
>
> my understanding of Turbine so far is: it streamlines the web flow and
> processing to 5 modules and provide a service framework to integrate
> different template engines and utilities. does this overall statement
sound
> right?
>
> if someone implement another service framework with same services in
Turbine
> - let's call it surbine for now, let's assume the surbine system provide
> 1. security which is based on service framework
> 2. action plugins
> 3. runtime info data such as RunData
> 4. no layout, screen, navigation, page, all you need to do is write
template
> for the page, populate context, i.e. no templates for these different
> modules.
>
> how do you compare surbine with turbine ? :)
>
> what i'm trying to see is what's the benefit of difference modules within
> turbine.
>
> thanks.
>
> -sky
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]