Ok, will give it a try.

One problem remains (maybe just as I am new to the whole flowscript/woody framework).

How can I transfer my XML document from and to the flowscript?

My sitemap would like this:

Generator => call flowscript => user doing updates => flowscript calls transformer

In flowscript sample for xml binding a loadDocument is done only with an URL, but not with a xml as parameter.

At the end I can do a save to the document, but can I transfer the saved document to a transformer?

Christian


Marc Portier wrote:

I don't see why this would count as overhead?

there is no reason why you shouldn't be able to e.g.

1/ install binding1, load from xml1
2/ install binding2, load from beanX
3/ showform
4/ install binding1, save to beanY

any mix should just work

regards,
-marc=

Or can I do this flow:

Java class delievers XML (also possible to use this class as
generator)
=> show Form => user changes values => get updated data in model =>
write to XML file => send XML to transformer (my second Java class
which
is responsible for sending the xml data)

What would you suggest to handle this flow?

Thanks,
Christian

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


-- Marc Portier http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center Read my weblog at http://blogs.cocoondev.org/mpo/ [EMAIL PROTECTED] [EMAIL PROTECTED]

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



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



Reply via email to