on 5/15/01 8:06 PM, "Sky Torch" <[EMAIL PROTECTED]> wrote:
> thanks jon.
>
> i checked the pull model on the web site. one question
> about this model:
>
> if control of data source, vs reference to data source
> in push model, is put to front end, it's similar as
> jsp approach.
>
> how do you compare this model with jsp + (session bean
> for some logic api) + (entity bean for db access) model ?
>
> -sky
They are very similar (imagine that), however, the way that it is
implemented in Turbine/Velocity is far cleaner because you don't have to
embed fugly taglibs all over the place.
Instead, you just use Turbine's Pull Service to put a few small objects into
the context for you behind the scenes.
READ:
http://jakarta.apache.org/turbine/services/pull-service.html
http://jakarta.apache.org/velocity/ymtd/ymtd-javabeans.html
http://jakarta.apache.org/velocity/ymtd/ymtd-sampleapp.html
http://jakarta.apache.org/velocity/ymtd/ymtd-taglibs.html
-jon
--
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]