Hello Folks,<div><br></div><div>I have been looking at options of using ruby objects as fact objects in Drool&#39;s working memory.</div><div><br></div><div>One obvious way is using services.</div><div><br></div><div>Another path that I have been researching about is to use Spring as outlined here <a href="http://www.jroller.com/habuma/entry/spring_meet_ruby">http://www.jroller.com/habuma/entry/spring_meet_ruby</a> </div>
<div><br></div><div>Now, in this example, if the Lime ruby object were like a POJO, (contains fields), will I be able to insert this object into the workingMemory?  My Lime interface would have getters and setters. Will the engine look for the fields themselves in an object or can it work with just getters and setters ( as would be declared in the Lime.java interface and defined in the Lime.rb ruby class? </div>
<div><br></div><div>Are there any drawbacks in doing it this way?</div><div><br></div><div>Any comments/pointers will be appreciated.</div><div><br></div><div>Thanks!!</div>