From 16b41c02aa3766da6900bd23f58827f1354842f5 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 25 Nov 2014 14:13:42 -0500 Subject: [PATCH] Add Link to QuickStart DSL Example --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8c74043ba8..9fcf0a39b4 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,7 @@ maintainable, testable code. [Pivotal Recognized in DZone's 2014 Guide to Enterprise Integration.](https://spring.io/blog/2014/11/12/pivotal-recognized-in-dzone-s-2014-guide-to-enterprise-integration) Check out the new [Java DSL for configuring your integration flows with a fluent Java API](https://spring.io/blog/2014/11/24/spring-integration-java-dsl-1-0-ga-released) and the [line-by-line tutorial using a DSL version of the classic 'Cafe' application.](https://spring.io/blog/2014/11/25/spring-integration-java-dsl-line-by-line-tutorial) +We also added a DSL version to the [quick start below.](#qsdsl) @@ -148,7 +149,7 @@ public interface TempConverter { xpath-expression="/*[local-name()='FahrenheitToCelsiusResponse']/*[local-name()='FahrenheitToCelsiusResult']"/> ```` - + And here is the same application (web service part) using the [new Java DSL](https://spring.io/blog/2014/11/24/spring-integration-java-dsl-1-0-ga-released) (and Spring Boot): ````java