Scala DSLPage edited by Claus IbsenChanges (2)
Full ContentAbout the Scala DSLScala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It integrates very well with the Java platform. Our Scala DSL implementation is built on top of the existing Java-based DSL, but it adds Scala syntax sugar to make building routes even more convenient. Documentation
References
DependenciesTo use the Scala DSL in your camel routes you need to add the a dependency on camel-scala which implements the Scala DSL. If you use maven you could just add the following to your pom.xml, substituting the version number for the latest & greatest release (see the download page for the latest versions). <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-scala</artifactId> <version>2.8.0</version> </dependency>
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|