Hi Julian,

At 10:11 18.12.2002 -0800, you wrote:
  I recently asked a question about extending slide to
allow an http doPost, but after further research, I
found  another possible avenue, Cocoon Transformers.
I am wondering if the SlideSource can handle http
posts or does it only run via a slide:// protocol?  If
anyone has any input about this, I would greatly
appreciate it.
In a project I work in we try to build an infrastructure working with any Content Management System using a kind of "CMS driver" or "CMS connector" structure. The connector implementation we use right now works with Slide as a CMS.

One component accessing the CMS over the connector is Cocoon we use for XSL transformation. Therefore I wrote a simple Cocoon source implementing and accessing the cms:// protocol you wrote about. Creating such a source is quite simple as you have to implement a source factory derived from

org.apache.cocoon.components.source.SourceFactory

and a source derived from

org.apache.cocoon.environment.Source

and then to register the new protocol in cocoon config file.

Quite simple, as I said.

If there are questions about that, please ask.

Regards,
Christian



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



Reply via email to