34 Reviews and Ratings
7 Reviews and Ratings
No answers on this topic
Message brokering across different systems, with transactionality and the ability to have fine tuned control over what happens using Java (or other languages), instead of a heavy, proprietary languages. One situation that it doesn't fit very well (as far as I have experienced) is when your workflow requires significant data mapping. While possible when using Java tooling, some other visual data mapping tools in other integration frameworks are easier to work with.Incentivized
As an open source rule engine and product suite, Drools is well suited for the small and middle scale business to manage and integrate the rules to build the rule-driven system which can process the business-critical data and events to produce the automated decision. It is better to use Drools in the well-secured environment (back-end behind the DMZ), not putting it on the customer-facing front or exposing it directly the to public where may bring direct security risk in the enterprise environment. Drools still needs a lot hardening on the security side.Incentivized
Camel has an easy learning curve. It is fairly well documented and there are about 5-6 books on Camel.There is a large user group and blogs devoted to all things Camel and the developers of Camel provide quick answers and have also been very quick to patch Camel, when bugs are reported.Camel integrates well with well known frameworks like Spring, and other middleware products like Apache Karaf and Servicemix.There are over 150 components for the Camel framework that help integrate with diverse software platforms.Camel is also good for creating microservices.Incentivized
Writing rules with business focusRules evolution and maintenanceseparate business logic from program codeIncentivized
didn't work well when our developers tried to transform heavy data setsApache Camel's whole logic is based on java so team needs to have a great skill set in javaif there are a handful of workflows then Apache Camel's full potential can't be realizedIncentivized
Fusion doesn't support persistence of working memory, which brings some extra high availability risk to our business.Guvnor still has a lot room to be implemented, it is not so user-friendly for non-technical people, so a lot of business users complain it is hard to master.Rule execution server doesn't even have JMX implemented, hard to be monitored.Drools is still lacking support for key Web services standards.Incentivized
If you are looking for a Java-based open source low cost equivalent to webMethods or Azure Logic Apps, Apache Camel is an excellent choice as it is mature and widely deployed, and included in many vendored Java application servers too such as Redhat JBoss EAP. Apache Camel is lacking on the GUI tooling side compared to commercial products such as webMethods or Azure Logic Apps. Incentivized
I did not participate in drools choice. I can only compare drools with the previous situation which was using nothing.Incentivized
Very fast time to market in that so many components are available to use immediately.Error handling mechanisms and patterns of practice are robust and easy to use which in turn has made our application more robust from the start, so fewer bugs.However, testing and debugging routes is more challenging than working is standard Java so that takes more time (less time than writing the components from scratch).Most people don't know Camel coming in and many junior developers find it overwhelming and are not enthusiastic to learn it. So finding people that want to develop/maintain it is a challenge.Incentivized
The IT department quickly adopted Drools as it is a very good java-based rule engine, which saves a lot of time to meet the project timeline and balanced our business requirements.Recently we start considering the OpenRules, which may be more business user-friendly.Incentivized