Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gyrex-dev] How to integrate with Gyrex?

Ok,

JBPM team is working a new component named jbpm-services, that will supply services for management of processes and human tasks . It is using Weld.

Weld team is working in a
weld-osgi, that could be a RI for the RFP 146.

So, to be able to use jbpm-services, my bundles should get all jbpm services using CDi approach.

A simple topology scenario that I'm previewing:
- One node for the Process Management Server
- One node for the Human Task server
- one or more nodes for the Application Server( that needs to communicate with both above).
- one node for the cloud administration

My initial thinking is to use ECF's remote async methods calling to do the communication between the nodes and maybe add some message framework (Mina, Hornetq) to help.

let me know if you need more detailed info.

cheers

Cristiano

On 08/11/12 09:39, Gunnar Wagenknecht wrote:
Am 08.11.2012 13:16, schrieb Cristiano Gavião:
But there are one thing that I need to reach first due my need to use 
JBPM: CDI integration.

are you aware of these two RFPs ? :
https://www.osgi.org/bugzilla/show_bug.cgi?id=141 ( that is about CDI in 
OSGi)

https://www.osgi.org/bugzilla/show_bug.cgi?id=114 ( that is about Cloud 
in OSGi)
I'm aware of both RFPs. Can you elaborate a bit more about JBPM/CDI
integration? Just trying to understand your goals so that I can provide
specific pointers/ideas.

-Gunnar



Back to the top