You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Frans Thamura <ft...@yahoo.com> on 2001/08/01 11:04:43 UTC

TURBINE_USER

Dear All,

Do you have a sample or anything? so I can used table
other than TURBINE_USER.

Frans

=====
Let's Empowering Open Source

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: AW: AW: Pull-Service

Posted by Jon Stevens <jo...@latchkey.com>.
on 8/1/01 11:53 PM, "Gunter Miessbrandt" <mi...@ixtern.de> wrote:

> That gives me the rest, now i use velocity!!! ;-)
> 
> Thanks Jon!
> Gunter M.

One more person who sees the light. :-)

One billion people more to go. :-(

-jon


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


AW: AW: Pull-Service

Posted by Gunter Miessbrandt <mi...@ixtern.de>.
That gives me the rest, now i use velocity!!! ;-)

Thanks Jon!
Gunter M.

-----Ursprungliche Nachricht-----
Von: Jon Stevens [mailto:jon@latchkey.com]
Gesendet: Mittwoch, 1. August 2001 12:37
An: Turbine-user
Betreff: Re: AW: Pull-Service


on 8/1/01 3:25 AM, "Gunter Miessbrandt" <mi...@ixtern.de> wrote:

> I want to use the Pull-Service to put an Shopping-Cart-Object into the
> sessiondata from an user, so that the JSP-shoptemplates can use it and the
> others dont know about anything!
> Is that the right way, or is there a better one??
>
> Gunter Miessbrandt

With JSP alone you are pretty much screwed.

The equivalent to the Pull Service with JSP is to use the <jsp:useBean> tag
however, you will have to copy/paste that into all of your templates. Thus
defeating the whole purpose of the Pull Service entirely.

Read:
    <http://jakarta.apache.org/velocity/ymtd/ymtd-javabeans.html>

You might be able to get around that by using Struts or building a
controller Servlet to include an object into the context for each request,
but then you are re-inventing Turbine. :-)

Once again, let me repeat: JSP SUCKS BALLS.

:-)

-jon


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: AW: Pull-Service

Posted by Jon Stevens <jo...@latchkey.com>.
on 8/1/01 3:25 AM, "Gunter Miessbrandt" <mi...@ixtern.de> wrote:

> I want to use the Pull-Service to put an Shopping-Cart-Object into the
> sessiondata from an user, so that the JSP-shoptemplates can use it and the
> others dont know about anything!
> Is that the right way, or is there a better one??
> 
> Gunter Miessbrandt

With JSP alone you are pretty much screwed.

The equivalent to the Pull Service with JSP is to use the <jsp:useBean> tag
however, you will have to copy/paste that into all of your templates. Thus
defeating the whole purpose of the Pull Service entirely.

Read:
    <http://jakarta.apache.org/velocity/ymtd/ymtd-javabeans.html>

You might be able to get around that by using Struts or building a
controller Servlet to include an object into the context for each request,
but then you are re-inventing Turbine. :-)

Once again, let me repeat: JSP SUCKS BALLS.

:-)

-jon


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


AW: Pull-Service

Posted by Gunter Miessbrandt <mi...@ixtern.de>.
I want to use the Pull-Service to put an Shopping-Cart-Object into the
sessiondata from an user, so that the JSP-shoptemplates can use it and the
others dont know about anything!
Is that the right way, or is there a better one??

Gunter Miessbrandt

-----Ursprungliche Nachricht-----
Von: Jon Stevens [mailto:jon@latchkey.com]
Gesendet: Mittwoch, 1. August 2001 12:14
An: Turbine-user
Betreff: Re: Pull-Service


on 8/1/01 2:47 AM, "Gunter Miessbrandt" <mi...@ixtern.de> wrote:

> Hello!
>
> Little question:
> Is the pull-service velocity-specific or can I use it with JSP too??
>
> Thanks
> Gunter Miessbrandt

The pull service itself can be used alone. However, there are features (such
as scope) that are only implemented within the Velocity Service. No, that
doesn't make it velocity-specific, it just means that certain specific
features are implemented in another service.

-jon


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: Pull-Service

Posted by Jon Stevens <jo...@latchkey.com>.
on 8/1/01 2:47 AM, "Gunter Miessbrandt" <mi...@ixtern.de> wrote:

> Hello!
> 
> Little question:
> Is the pull-service velocity-specific or can I use it with JSP too??
> 
> Thanks
> Gunter Miessbrandt

The pull service itself can be used alone. However, there are features (such
as scope) that are only implemented within the Velocity Service. No, that
doesn't make it velocity-specific, it just means that certain specific
features are implemented in another service.

-jon


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Pull-Service

Posted by Gunter Miessbrandt <mi...@ixtern.de>.
Hello!

Little question:
Is the pull-service velocity-specific or can I use it with JSP too??

Thanks
Gunter Miessbrandt



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org