Also, the specific use case I'm planning to implement is this: I have
a digital library system. I need to setup rules/workflow like any user
can add a document and fill in basic metadata. But once a specified
set of metadata is complete, the document gets transferred from the
"anyone queue" to the "supervisor queue" where a supervisor will write
an abstract for the document. Once that's done, the document is
considered "complete". Ideally, I want to have an interface within
the application, so that these kinds of rules and resulting actions
can be defined dynamically. Which tool(s) should I look at to
implement this kind of logic?
Thanks!
---------------------------
www.maf.org/rhoads
www.ontherhoads.org
On Thu, Apr 7, 2011 at 8:58 PM, limcheekin <limch...@vobject.com> wrote:
> Hi Arief,
>
> We welcome you to the online group.
>
> Yes, I do aware that Activiti support business rule task with Drools
> integration, but didn't explore it yet. Are you using the plugin with
> Drools rule engine?
>
> May I know what modification you made to the plugin? It will be great
> if you can contribute the modified source codes back to the plugin.
>
> Also, did you look into http://grails.org/plugin/drools-gorm? Any idea
> how the activiti plugin make use of it?
>
> Wish to hear from you soon!
>
> Best regards,
> Chee Kin
>
>
>
>
>
> On Apr 8, 12:54 am, Arief Hidayat <real.sharin...@gmail.com> wrote:
>> Hi Lim,
>>
>> First of all, I want to thank for your effort to create the plugin.
>> I'm developing application using activiti.
>> I've modified the 5.3 plugin a bit to let me use it with rule engine.
>>
>> Do you have any plan on how to integrate grails with other activiti modules
>> like modeler, cycle, etc?
>> That would be even more awesome.
>>
>> Cheers,
>> arief
>>
>> On Thu, Apr 7, 2011 at 11:02 PM, limcheekin <limchee...@vobject.com> wrote:
>> > Hi there,
>>
>> > May I know how do you use the plugin?
>>
>> > Did you use it in production environment or still evaluating it, or
>> > something else?
>>
>> > I'd love to hear your sharing.
>>
>> > Best regards,
>> > Chee Kin
---------------------------
www.maf.org/rhoads
www.ontherhoads.org
On Wed, Apr 20, 2011 at 11:26 AM, Bauna <bau...@gmail.com> wrote:
> Hi Brad,
> Drools is not just a Rule Engine, it started that way but then it
> evolved to a whole Business Logic integration Platform which provides
> a unified and integrated platform for Rules, Workflow and Event
> Processing. The BPM/Workflow engine is jBPM 5[1] former known as
> drools-flow.
>
> And if you want to use drools inside a grails app I strongly recommend
> to use drools-gorm plugin [2][3] (I have updated it to use the latest
> drools and jBPM 5 stable versions ;-))
>
> So don't hesitate to contact me if you have further questions on
> drools or drools-gorm.
>
> [1] http://www.jboss.org/drools/drools-flow.html
> [2] http://grails.org/plugin/drools-gorm
> [2] https://github.com/bauna/drools-gorm
> [3] https://github.com/bauna/drools-gorm-example
>
> Regards,
> --
> Pablo Nussembaum
>
> On Apr 11, 4:47 pm, Brad Rhoads <bdr...@gmail.com> wrote:
>> I was under the impression that Activiti and Drools did about the same
>> things. Could someone please explain the differences and when you'd
>> use one or the other (or the combination of the two)?
>>
>> Also, the specific use case I'm planning to implement is this: I have
>> a digital library system. I need to setup rules/workflow like any user
>> can add a document and fill in basic metadata. But once a specified
>> set of metadata is complete, the document gets transferred from the
>> "anyone queue" to the "supervisor queue" where a supervisor will write
>> an abstract for the document. Once that's done, the document is
>> considered "complete". Ideally, I want to have an interface within
>> the application, so that these kinds of rules and resulting actions
>> can be defined dynamically. Which tool(s) should I look at to
>> implement this kind of logic?
>>
>> Thanks!
>> ---------------------------www.maf.org/rhoadswww.ontherhoads.org
>>
>>
>>
>>
>>
>>
>>
>> On Thu, Apr 7, 2011 at 8:58 PM, limcheekin <limchee...@vobject.com> wrote:
>> > Hi Arief,
>>
>> > We welcome you to the online group.
>>
>> > Yes, I do aware that Activiti support business rule task with Drools
>> > integration, but didn't explore it yet. Are you using the plugin with
>> > Drools rule engine?
>>
>> > May I know what modification you made to the plugin? It will be great
>> > if you can contribute the modified source codes back to the plugin.
>>
>> > Also, did you look intohttp://grails.org/plugin/drools-gorm?Any idea
On 04/21/2011 09:52 AM, limcheekin wrote:
> Hi Pablo Nussembaum,
>
> Thanks for writing.
>
> Can I used drools-gorm plugin without jBPM 5?ur
BTW - the demo has your personal directory specified for the plugin in
its buildconfig.
Thanks!
---------------------------
www.maf.org/rhoads
www.ontherhoads.org
You can also try cloning from github and change the grails app.grails.version=1.3.5 inside application.properties file, and let me know if every works ;-)
Regarding the demo, I did it before the plugin was upload to the repo. I'll update it.
Thanks,
On 04/21/2011 03:26 PM, Brad Rhoads wrote:
Thanks,
[1] https://github.com/bauna/drools-gorm/tree/grails137
--
bauna