From f37f993499dbd824430274f2a865ed05860fc9ae Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 25 Sep 2014 12:32:13 +0100 Subject: [PATCH] SpringOne ReadMe Updates --- dsl/si4demo/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dsl/si4demo/README.md b/dsl/si4demo/README.md index 2e3ffffa..219a1e67 100644 --- a/dsl/si4demo/README.md +++ b/dsl/si4demo/README.md @@ -1,8 +1,8 @@ #Spring Integration 4.0/4.1 Java Config/DSL Demo -This sample is the demo used in the [Spring Integration 4.0 Webinar](https://spring.io/blog/2014/05/15/webinar-replay-spring-integration-4-0-the-new-frontier) +This sample is the demo used in the [Spring Integration 4.0 Webinar](https://spring.io/blog/2014/05/15/webinar-replay-spring-integration-4-0-the-new-frontier) and SpringOne/2GX 2014. -There are two demo applications: +There are two demo applications from the webinar: __org.springframework.integration.samples.javaconfig.annotations.Application__ is a Spring Boot application using Spring Integration 4.0 Java configuration features. @@ -35,6 +35,9 @@ Twitter now requires authentication to perform searches; visit the [twitter deve accessTokenSecret: + +#SpringOne/2GX 2014 + Additional examples were added to this project at __SpringOne2GX 2014__ - see the __springone__ package. This demonstrates moving from completely XML configuration, through Java Configuration, and ultimately to the DSL.