Hello all,
        As per the Cocoon contribution guidelines, I've made some Cocoon extensions
source code available for download at:
http://www.tempeststrings.com/cocoon/index.html.
There are two files that meet the guidelines for contribution to the Cocoon
code base:
org.apache.cocoon.acting.MultiPartPostAction.java &
org.apache.cocoon.generation.FilePartGenerator.java

Together, these will allow Cocoon to accept a multi part post containing an
uploaded file and kickoff a pipeline by parsing the file's contents for
generation.

I've used this source to configure a Cocoon installation as a real-time data
conversion service. Using the service, a user can upload a file in XML
format, and immediately receive a response containing the same data in any
format supported by Cocoon Serializers.
A sample sitemap.xconf is included in the header comments of
MultiPartPostAction. My hope is that these contributions will make their way
into the Coccon code base. Please let me know if I can assist in any way.
Please note that the other files (not the two described above) found in this
distribution rely on GPL code and can not be released under the Apache
license.

Thanks,
-Eric Simmerman

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

Reply via email to