On Wed, Nov 18, 2009 at 5:13 AM, scott wade <[email protected]> wrote: > > Also I'd like to begin tackling the use of workflow for our new > application. I'm not a ROR guru, so don't feel I can contribute much past > getting it to work, and asking many dumb question. But I'm not sure what > git package to use. Do I ask/wait for John's ruote2.0? Do I use ruote-http > and ruote-kit (what is the difference) what about all the other ruote-xxx?
Hello Scott, any feedback is appreciated. Dumb questions are appreciated as well, they help refine documents, clarify misunderstandings, etc... Active (ruote 2.0) : - ruote - now at 2.0, it's the core engine [library] - ruote-kit - an HTTP (HTML and JSON) wrapper for ruote, with a RESTful ideal - ruote-http - same as ruote-kit but prototypical (don't use it) - ruote-dm - DataMapper persistence (expressions / participants) for ruote - ruote-activerecord - - ruote-fluo - a library for javascript canvas for drawing process definitions - ruote-forms - a javascript lib for editing workitem payload (well JSON hashes) In maintenance : - ruote-rest - based on ruote 0.9.x, the ancestor of ruote-kit (and ruote-http) - ruote-transition - a library for turning XPDL into ruote's process definition language Almost dead : - ruote-web2 - a rails based ruote wrapper (no time to maintain it) - ruote_plugin - used in ruote-web2 Dead : - ruote-web The future : - ruote 2.1, I'm working on an evolution of ruote based on a worker architecture. Changes a lot of things for the storage. I guess when you say "application" it's a Rails web application. The recommended arch for now is ruote-kit on the backend. You could also use ruote2.0 as a library in your rails app, but beware multi - ruby-processes setups, it should be OK, but test thoroughly. I hope this will help, best regards, -- John Mettraux - http://jmettraux.wordpress.com -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
