Expanded the main README.md to contain a basic overview of all examples

This commit is contained in:
Gunnar Hillert
2011-08-15 23:45:37 -04:00
parent 07d5dd6eaa
commit 55c18bf873
5 changed files with 49 additions and 35 deletions

View File

@@ -1,10 +1,6 @@
Basic Samples
=============
$$ BASIC Samples $$
This is a good place to get started. The samples here are technically motivated and demonstrate the bare minimum with regard to configuration and code to help you to get introduced to the basic concepts, API and configuration of [Spring Integration](http://www.springsource.org/spring-integration) and how they relate to [Enterprise Integration Patterns](http://www.eaipatterns.com/) (EIP).
This is a good place to get started. The samples here are technically motivated and demonstrate
the bare minimum with regard to configuration and code to help you to get introduced to the basic
concepts, API and configuration of Spring Integration and how they relate to Enterprise Integration Patterns (EIP).
For example; if your are looking for an answer on how to wire service-activator to a channel or how to
apply Gateway to your message exchange or how to get started with using MAIL or XML module etc.,
this would be the right place to find a good sample. This category of samples is this is a good place to start.
For example; if your are looking for an answer on how to wire a **Service Activator** to a **Channel** or how to apply a **Gateway** to your message exchange or how to get started with using the **Mail** or **XML** module etc., this would be the right place to find a good sample.