Hi Bilgin,
In the project I work currently, we mostly use RMI and some SOAP. Time is critical, so most of the time calls are done with aysnc
services wrapping RMI, in order to not block the main process. Addind another thing between would not help...
But in general yes, Camel is also IMO the more advanced tool for this kind of stuff. Looking forward for your project, and how the
OFBiz community will consider it...
Jacques
From: "Adrian Crum" <[email protected]>
We connect OFBiz to an ESB - so there is only one connection necessary for any
number of external systems.
-Adrian
On 6/8/2012 1:30 AM, Bilgin Ibryam wrote:
Hi all,
I've started working on a POC for integrating Apache Camel with OFBiz.
It is still in early stages, but has a simple example showing how to
use Camel for polling files from a directory and execute OFBiz
services with it. You can read about it on my blog http://goo.gl/bW2vS
I believe it can be useful for situations when you have to connect
OFBiz with other systems or protocols (like web services - the most
often asked on the mailing list). Camel has great deal of available
connectors http://camel.apache.org/components.html
In the mean time, I'd like to know what are the most common external
systems you connect OFBiz to.
Regards
Bilgin Ibryam