Christian Posta — Software Blog

Become the best you can be at your profession. If you've stopped learning, you've given up.

Camel

From inside the code: Camel RouteBuilder and Java DSL

Recently got back from Camel One and now it’s time to get back to business. One topic of discussion I wanted to go over quickly is the Camel route builders and the DSL around them. Ever wonder how and why certain Java DSL methods are available in the route builder? For example, to begin a [...]

Tags: ,

Posted in Camel, Uncategorized | 5 Comments »

REST endpoint for integration using Apache Camel

REST is an architectural style used for organizing resources and when applied to HTTP-based services allows building stateless, decoupled, scalable services. HTTP methods, HTTP headers, and mime-types all allow a developer to achieve the REST style. Frameworks like Jersey and Fuse Services Framework (Apache CXF) can be used to speed up the development and deployment [...]

Tags:

Posted in Camel, FuseSource | 3 Comments »