Re: Standalone Pipelines

2003-12-15 Thread Upayavira
Reinhard Poetz wrote:

From: Jeffrey Winter [mailto:[EMAIL PROTECTED] 

 

I have been wading through the Cocoon documentation but
have been unable to answer a question:
Can Cocoon (or modules of it) be easily used outside of a 
servlet container?   

I like the generator, transformer, serializer paradigm, but 
from what I can tell, these pipelines are triggered via an 
HTTP request.  

Is it possible to define pipelines that are callable as 
stand-alone components from one's own context/container, etc.?

If someone could reference and example or a pointer into
the documentation that discusses this I would greatly appreciate it.
   

You can access Cocoon using the CocoonBean. Cocoon also offers a
CommandLineInterface
(http://wiki.cocoondev.org/Wiki.jsp?page=CommandLine) 

or: http://cocoon.apache.org/2.1/userdocs/offline/index.html

which uses the
CocoonBean (AFAIK there is no documentation for the CocoonBean available
except the comments in the sources)
 

There are as yet no docs on the CocoonBean. Best place to look is in the 
org.apache.cocoon.Main class (the actual CLI), which is nothing more 
than a wrapper around the CocoonBean.

Upayavira



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


RE: Standalone Pipelines

2003-12-15 Thread Reinhard Poetz

From: Jeffrey Winter [mailto:[EMAIL PROTECTED] 

> 
> I have been wading through the Cocoon documentation but
> have been unable to answer a question:
> 
> Can Cocoon (or modules of it) be easily used outside of a 
> servlet container?   
> 
> I like the generator, transformer, serializer paradigm, but 
> from what I can tell, these pipelines are triggered via an 
> HTTP request.  
> 
> Is it possible to define pipelines that are callable as 
> stand-alone components from one's own context/container, etc.?
> 
> If someone could reference and example or a pointer into
> the documentation that discusses this I would greatly appreciate it.

You can access Cocoon using the CocoonBean. Cocoon also offers a
CommandLineInterface
(http://wiki.cocoondev.org/Wiki.jsp?page=CommandLine) which uses the
CocoonBean (AFAIK there is no documentation for the CocoonBean available
except the comments in the sources)

--
Reinhard


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



Standalone Pipelines

2003-12-15 Thread Jeffrey Winter

I have been wading through the Cocoon documentation but
have been unable to answer a question:

Can Cocoon (or modules of it) be easily used outside of a 
servlet container?   

I like the generator, transformer, serializer paradigm, but
from what I can tell, these pipelines are triggered via an
HTTP request.  

Is it possible to define pipelines that are callable as 
stand-alone components from one's own context/container, etc.?

If someone could reference and example or a pointer into
the documentation that discusses this I would greatly
appreciate it.

Thanks

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