On 1/15/07, kbsymanz <[EMAIL PROTECTED]> wrote:
I am researching a web project that will need these major components: 1. Workflow (considering OpenWFE) 2. Native XML database (considering the Exist db) 3. XForms support (considering Orbeon Forms) I would like to know if anyone has any suggestions or experience with using OpenWFE and Orbeon Forms together in the same application? I am aware of using Formsplayer from x-port as another potential solution (and one that has been successfully implemented), but the server only implementation of XForms like Orbeon offers has an advantage in our particular situation.
Hi Kurt, If I understood them correctly, the Formsplayer guys did interact with OpenWFE via its REST interfaces. The worklist REST interface is detailed at : http://svn.sourceforge.net/viewvc/openwfe/trunk/openwfe/doc/rest_worklist_iface.txt?view=markup The other REST interface connects directly to the OpenWFE engine (not the worklist), there's no formal documentation for it. For something detailed and up to date, see the Ruby implementation of the connectors to these interfaces : http://rubyforge.org/viewvc/trunk/openwfe-ruby/lib/?root=openwferu http://rubyforge.org/viewvc/trunk/openwfe-ruby/lib/worklistclient.rb?root=openwferu&view=markup http://rubyforge.org/viewvc/trunk/openwfe-ruby/lib/controlclient.rb?root=openwferu&view=markup http://rubyforge.org/viewvc/trunk/openwfe-ruby/lib/restclient.rb?root=openwferu&view=markup These xforms based solution are very very interesting. Best regards, nice landscape pics btw, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFE users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwfe-users?hl=en -~----------~----~----~----~------~----~------~--~---
