On Tue, Apr 6, 2010 at 8:55 PM, Torsten Schoenebaum <[email protected]> wrote: > Asier schrieb: >> El 06/04/2010 13:36, Torsten Schoenebaum escribió: >> >> >> Yes, but I think that will only work if I'm developing with Ruby and >> have access to ruote internals, but if I'm working with an external >> application (c#, java) I can't "interface" with Ruby, so there's the >> need for ruote-kit and it's REST interface.
Quick note. With some storage implementations [1], it's possible to [un]register participants directly (without passing by the Ruby ruote classes). For instance, if you use the Ruote::FsStorage implementation, you can locate the file participant_list.json and modify it (better lock the file during the manipulation, else the engine might cough on half-written content) with any language/tool that understand locks and JSON. Best regards, [1] http://ruote.rubyforge.org/configuration.html#storage -- 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 To unsubscribe, reply using "remove me" as the subject.
