Hi Mike, On 6/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I plan to use openWFE in a new project. Looking forward, which version shall > I use, openWFEja or openWFEru? Which one will be your more strategic > version?
The strategic version is OpenWFEru. > The current php bridge is based on REST, actually I do not know REST, is it > also possible to build a php bridge based on CURL? Well, I think so. CURL is a PHP library wrapper around the CURL tool, is it? GET/POST documents are you're done. REST is just the GET/POST HTTP model not just for browsers. You can use RESTful services via CURL. OpenWFEru sports the old (OpenWFEja) REST interface, but for now it's not much documented and I haven't yet rewritten the old REST interface for the engine itself, only for the worklist. http://openwferu.rubyforge.org/old_rest.html By using ActiveResources, I'd like to move to a newer REST interface, simpler, and truer to REST. Medium term. Best regards, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru 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/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
