Remove "News" and XD -> Spring Cloud Stream

This commit is contained in:
Artem Bilan
2016-10-05 10:51:19 -04:00
parent 2d45dab565
commit 9e874370e8

View File

@@ -42,13 +42,6 @@ and scheduling. Spring Integration's primary goal is to provide a simple model f
integration solutions while maintaining the separation of concerns that is essential for producing
maintainable, testable code.
<h4>News:</h4>
[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)
{% endcapture %}
@@ -60,7 +53,7 @@ Using the [Spring Framework](/spring-framework/) encourages developers to code u
In addition to wiring together fine-grained components, Spring Integration provides a wide selection of channel adapters and gateways to communicate with external systems. Channel Adapters are used for one-way integration (send or receive); gateways are used for request/reply scenarios (inbound or outbound). For a full list of adapters and gateways, refer to the reference documentation.
The [Spring XD](/spring-xd/) project builds on Spring Integration, where Spring Integration modules are assembled into an XD Stream.
The [Spring Cloud Stream](/spring-cloud-stream/) project builds on Spring Integration, where Spring Integration is used as an engine for message-driven microservices.
## Features