On Tue, May 13, 2008 at 6:18 PM, Diego Moreno <[EMAIL PROTECTED]> wrote: > > What is the difference between functionality in kisha and ruote-web?
Hi Diego, They are both based on Rails. Kisha is not meant for human consumption. Ruote-web is biased towards human consumption (browsers). > I've been watching the api of ruote-rest: > http://github.com/jmettraux/ruote-rest/tree/master/README.txt > > In principle, I need a very basic rest api. I should be able to resume > a workitem passing parameters to it. > Is this possible with ruote-rest and "PUT /workitems/{wid}"? Yes : http://github.com/jmettraux/ruote-rest/tree/master/test/st_workitems.rb#L90-104 > I am assuming ruote-rest is compatible with ruote-web. Am I wrong? Ruote-rest is based on Sinatra (http://sinatrarb.com) and not Rails. Hence it's way smaller. Still it uses the same ActiveRecord based participants that Ruote-web (and Kisha) use. It's a bit difficult to say whether they are compatible or not. The HTML interface of Ruote-rest is less shiny that the one of Ruote-web. Especially the access control models of both applications are completely different. There is no concept of user in Ruote-rest. I hope this helps, 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 -~----------~----~----~----~------~----~------~--~---
