On Tue, May 13, 2008 at 7:40 PM, Diego Moreno <[EMAIL PROTECTED]> wrote: > > What is the difference between functionality in kisha and ruote-REST?
Hello Diego, Kisha is a first draft, Ruote-rest is the "take 2" (see http://jmettraux.wordpress.com/2008/05/07/restful-workflow-engine-on-sinatra/) Kisha supports a beginning of AtomPub and if I remember correclty uses ActiveResource XML [de]serialization while Ruote-rest uses the new Ruote XML thing (http://github.com/jmettraux/ruote/tree/master/lib/openwfe/util/xml.rb). I can't remember if Kisha does JSON representations, but Ruote-Rest certainly will. Ruote-rest auth and auth is dead dumb (thus extremely flexible) (http://github.com/jmettraux/ruote-rest/tree/master/conf/auth.rb) > In the other hand, I don't know if there is a way to have ruote-web > and ruote-rest running over the same workflow engine. Is this > possible? Basically I need a basic REST interface over ruote-web. > Other solution is make it by myself. What do you recommend to me? I would say, take a look at what Pat is doing, maybe that's what you need. Else take Ruote-web, fork it and with some inspiration from Ruote-rest and Kisha include some restful controllers or adapt the ones already present in Ruote-web. Seems like Pat is building a restful thing for the web at large (oauth && openid) while I'm more like building something for the "intranet" and the backend. If you have any questions just fire them here on the list, I'll help the best I can. Best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
