What are the Alternatives to Apache Camel [closed] - apache-camel

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
If I am evaluating alternatives to Apache Camel for a lightweight EAI framework - what should I include in my evaluation?
Open or closed source is OK
It doesn't have to be Java but it must run on Windows
MS alternatives are OK
I don't want a full blown ESB
It should support file, SOAP web services, and REST endpoints. OData support would be a bonus.

Have you tried Spring Integration for Java? You can refer to Hillert blog that comparing the Camel, Spring Integration and other EAI Frameworks.
For .net there is Mass Transit and ESB.net.

Related

Is google app engine's ndb safe to use? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is it pretty stable or am I going to risk having to rewrite code if I use it because it might change in the future?
It is stable and fully supported.
snippet from the 1.6.4 sdk release
- NDB for Python - The NDB API has graduated from experimental and is now a fully
supported feature. This next-generation datastore API improves data modeling
and querying and has been built from the ground up to support an asynchronous
computing model.

Difference between apache camel and drools [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to know what is the difference between camel and drools,and When camel is not a good fit but drools can do!
Drools is an engine for business rules, that is take different actions in a process depending on business requirements. Typically chaining together different parts of a business process.
Camel is a routing and mediation engine that works on the integration/transport layer. Mapping message formats between systems, converting protocols (JMS, HTTP, FTP, etc.) and message standards (such as XML, JSON, etc.) as well as routing.

Any library that helps build a clustered, distributed, event bus library? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is there any Java library that allows to build a clustered (thus, distributed) event bus?
I'm not talking about relying to external pub/sub services like ZeroMQ/RabbitMQ/Redis, but a Java library that does all that internally (that is, keeping the connections to the other machines, synchronizing data and managing downtimes, etc).
Thanks
I suggest checking out the Akka middleware project - it uses the Actor model for designing concurrent/distributed systems. It is designed for Scala but provides a nice Java API.

A good resource for develop an online store with Drupal [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have to develop an online store that sell the access to some rest api. I'm not a Drupal developer, where I can find good resource or open source project to study?
Ubercart is best module to develop online store with drupal.
Please find the helpfull links for integration and development.
1. http://www.ubercart.org/docs
2. http://www.freelancedrupaldeveloper.ca/ubercart-tutorial-part-1
Also you can use Drupal Commerce.
Link :- http://chicago2011.drupal.org/sessions/drupal-commerce-setting-shop-drupal-7
Cheers!!!
Übercart, open source Drupal based e-commerce project, helps you to develop online store, also supports D7. http://ubercart.org

Good books on Silverlight and WCF [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Can anyone suggest some good books that practically describe Silverlight and WCF?
If you're looking for info of how to use SL for business apps (WCF RIA services...) this one is a good one
Wcf stuff:
Good and easy books/tutorials to learn WCF latest stuff
The Microsoft Silverlight 4 Data and Services Cookbook might be just what you need.

Resources