James Strachan on Apache Camel and domain specific languages

James Strachan on Apache Camel and domain specific languages

date:Mar 18, 2011

James Strachan, who works on Apache Camel as well as other Apache projects, talks about the ability of Apache to work with any of a number of domain specific languages. This comes from an interview by Jan Stafford at TheServerSide Java Symposium 2011.


Read the full transcript from this video below: 

James Strachan: So, one of the things behind Apache Camel is we support a bunch of different domain-specific languages.  We wanted Camel to allow you to define your enterprise integration patent in any language you prefer. So you might want to use a spring xml to define your routes.  You might want to use Java code.  You might want to use Scala code, or Scala Z, or Groovy or Ruby.  Whichever domain-specific language you prefer, use it, write your routes, and that's awesome. 

Then run time, you can introspect Camel and find out what the roots are, so we can visual the roots at one time.  You can use Fuse ID to visualize the picture, edit the routes at run time if you wish, and save them back again.  The important part about Camel in the all the different languages is, it doesn't matter which DSL you prefer, your team can always introspect your code or your running system and visualize the patents and completely understand and visualize exactly what you're integration is doing.  In a year from now, you can look at the picture of your code and totally understand what you meant today.  Thank you.

More on Open source Java

  • canderson

    Apache Camel news from JavaOne 2011

    VIDEO - Apache Camel, the open source integration framework, is enjoying an upward swing in popularity as the community prepares for the upcoming release of Camel 3.

    ( Oct 12, 2011 )

  • canderson

    Does Open Source Mean Superior Software Quality?

    VIDEO - James Strachan, the man who believes he invented Groovy, presented a lightninground session at TheServerSide Java Symposium to speak about FuseSource and Open Source Software. In that discussion, he asserts that there are reasons why open source projects may in fact be higher in quality than software one might purchase from a vendor.

    ( May 10, 2011 )

  • canderson

    Jonathan Fullam on Test-Driven Development

    VIDEO - Jonathan Fullam talks about the benefits of test driven development, the connection between Java and test-driven design, and how test driven design helps in the bug-fixing stage of testing.

    ( Mar 18, 2011 )

  • Tomcat performance optimization through consolidated log file handlers

    Tip - By default Tomcat uses several log file handlers, but performance can easily be optimized by configuring the server to use only one.

    ( May 05, 2013 )

  • Why productivity logging is the key to software development time management

    Feature - The key to success as a software consultant is using a productivity log that can demonstrate how much time and effort has been put into a project, while also explaining away non-productive time consuming activities.

    ( Apr 27, 2013 )

  • Lacking NoSQL standards more dangerous than proprietary vendor lock-in?

    Feature - While many NoSQL solutions are open source, the lack of standards means any organization embracing a given solution may never have the ability to easily change to another competing solution.

    ( Apr 23, 2013 )

  • Troubleshooting Java Code: Log or Re-Throw, but Don't Do Both

    Tip - When building Java applications, proper logging and proper exception handling go hand in hand. But there are times when putting the two together is just plain wrong. This article explains why rethrowing an exception and logging it at the same time is a bad thing to do.

    ( Mar 06, 2013 )

  • How Headless Android is Impacting Embedded Systems Development

    Feature - Given the fact that Android is targetted towards the smartphone market, you wouldn't expect any significant interest in Android from the embedded market. However, making Android 'headless', and working with it on an embedded device has a variety of compelling use cases, and accordingly it is becomming ever more popular.

    ( Mar 06, 2013 )