> From: Hall, Joe [mailto:[EMAIL PROTECTED]]
> 
> I think servlets may not be the solution.
> The developer docs for Cocoon 2 are not complete.

Can you complete it? You are welcome to send patches for any incomplete
docs.

> What is the recommended way of running Java code in Cocoon2 without
the use
> of XSP?

Generators, transformers, serializers, actions, matchers, selectors -
depending on what you want to achieve.

> I haven't seen any documentation on this or how to configure Cocoon to
run
> it after I write the code.
> I have existing Java code that is currently in servlets.  I would like
to
> get it to run in Cocoon.
> In Cocoon 1 we used Producers.  What's the equivalent of a Producer in
> Cocoon 2?

Generators.

>  Will I still have access to the HttpRequest object?

org.apache.cocoon.environment.Request. *Very* similar to HttpRequest.

Vadim

> 
> How would you do this?
> 
> Thank you all very much for your help.
> 
> Joe Hall


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to