Re: Action XSP

2002-05-17 Thread Konstantin Piroumian
From: <[EMAIL PROTECTED]> > "Konstantin > Piroumian" To: <[EMAIL PROTECTED]> > <[EMAIL PROTECTED]> Subject: Re: Action XSP > >From: "Artur Bialecki&qu

Re: Action XSP

2002-05-16 Thread mratliff
AIL PROTECTED]> Subject: Re: Action XSP 0

Re: Action XSP

2002-05-16 Thread Konstantin Piroumian
From: "Sylvain Wallez" <[EMAIL PROTECTED]> > Konstantin Piroumian wrote: > >From: "Artur Bialecki" <[EMAIL PROTECTED]> > > ... > > > >May I ask a question? Why do you need an XSP based action? IMHO, actions > >should be pure Java classes that perform some programmatic logic and you > >have Generat

Re: Action XSP

2002-05-16 Thread Sylvain Wallez
Konstantin Piroumian wrote: >From: "Artur Bialecki" <[EMAIL PROTECTED]> > > > >>Actions are great, however it would be nice If >>I could dynamically create them with XSP so in >>my sitemap I have: >>> name="my-action" >> src="/actions/my-action.xsp" >> logger="action.my-action" >>/> >> >>Whe

RE: Action XSP

2002-05-16 Thread Artur Bialecki
also like the shorten development cycle since I can quicky test my actions on a live system without the recompile/redeploy/restart (iAS needs restarting) cycle. So I don't want generate XML in my actions. I want to control flow based on business logic provided by my ejbs. I'm also looking i

RE: Action XSP

2002-05-16 Thread Vadim Gritsenko
> From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] > > From: "Artur Bialecki" <[EMAIL PROTECTED]> > > > > > Actions are great, however it would be nice If > > I could dynamically create them with XSP so in > > my sitemap I have: > > > name="my-action" > > src="/actions/my-action.xsp" >

Re: Action XSP

2002-05-16 Thread Konstantin Piroumian
From: "Artur Bialecki" <[EMAIL PROTECTED]> > > Actions are great, however it would be nice If > I could dynamically create them with XSP so in > my sitemap I have: >name="my-action" > src="/actions/my-action.xsp" > logger="action.my-action" > /> > > Where my-action.xsp gets trasfomed to j

Action XSP

2002-05-16 Thread Artur Bialecki
Actions are great, however it would be nice If I could dynamically create them with XSP so in my sitemap I have: Where my-action.xsp gets trasfomed to java using some action.xsl, builtin and custom logicsheets. Cocoon already has everything I need other than the action.xsl. How would I go abo