You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-23Lines changed: 33 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@ Spring Integration Samples
3
3
4
4
# Introduction
5
5
6
-
Welcome to the Spring Integration Samples. To simplify your experience, Spring Integration Samples were split into 4 distinct categories:
6
+
Welcome to the **Spring Integration Samples** repository which provides **50+ samples** to help you learn [Spring Integration][]. To simplify your experience, the *Spring Integration* samples are split into 4 distinct categories:
7
7
8
8
* Basic
9
9
* Intermediate
10
10
* Advanced
11
11
* Applications
12
12
13
-
Inside of each category you'll find a 'README.md' which will contain a more detailed description of that category's specifics. Each sample also comes with its own 'readme.txt' file explaining details.
13
+
Inside of each category you'll find a **README.md** file, which will contain a more detailed description of that category. Each sample also comes with its own **README.md** file explaining further details, e.g. how to run the respective sample.
14
14
15
15
*Happy Integration!*
16
16
@@ -31,21 +31,26 @@ Below is a short description of each category.
31
31
32
32
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. For example, if you 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, this would be the right place to find a relevant sample. The bottom line is that this is a good starting point.
33
33
34
-
***amqp** - demonstrates the functionality of the various **AMQP Adapters**
35
-
***control-bus** - demonstrates the functionality of the **Control Bus**
36
-
***feed** - demonstrates the functionality of the **Feed Adapter** (RSS/ATOM)
37
-
***file** - demonstrates aspects of the various File Adapters (e.g. **File Inbound/Outbound Channel Adapters**, file **polling**)
38
-
***ftp** - demonstrates the **FTP support** available with Spring Integration
39
-
***helloworld** - very simple starting example illustrating a basic message flow (using **Channel**, **ServiceActivator**, **QueueChannel**)
40
-
***http** - demonstrates request/reply communication when using a pair of **HTTP Inbound/Outbound gateways**
41
-
***jms** - demonstrates **JMS** support available with Spring Integration
42
-
***jmx** - demonstrates **JMX** support using a **JMX Attribute Polling Channel** and **JMX Operation Invoking Channel Adapter**
43
-
***mail** - example showing **IMAP** and **POP3** support
34
+
***amqp** - Demonstrates the functionality of the various **AMQP Adapters**
35
+
***control-bus** - Demonstrates the functionality of the **Control Bus**
36
+
***enricher** - This sample demonstrates how the Enricher components can be used
37
+
***feed** - Demonstrates the functionality of the **Feed Adapter** (RSS/ATOM)
38
+
***file** - Demonstrates aspects of the various File Adapters (e.g. **File Inbound/Outbound Channel Adapters**, file **polling**)
39
+
***ftp** - Demonstrates the **FTP support** available with Spring Integration
40
+
***helloworld** - Very simple starting example illustrating a basic message flow (using **Channel**, **ServiceActivator**, **QueueChannel**)
41
+
***http** - Demonstrates request/reply communication when using a pair of **HTTP Inbound/Outbound gateways**
42
+
***jdbc** - Illustrates the usage of the Jdbc Adapters, including object persistence and retrieval
43
+
***jms** - Demonstrates **JMS** support available with Spring Integration
44
+
***jmx** - Demonstrates **JMX** support using a **JMX Attribute Polling Channel** and **JMX Operation Invoking Channel Adapter**
45
+
***jpa** - Shows the usage of the JPA Components can be used
46
+
***mail** - Example showing **IMAP** and **POP3** support
47
+
***mongodb** - Shows how to persist a Message payload to a **MongoDb** document store and how to read documents from **MongoDb**
44
48
***oddeven** - Example combining the functionality of **Inbound Channel Adapter**, **Filter**, **Router** and **Poller**
45
49
***jpa** - This sample illustrates how the JPA Components can be used
46
50
***quote** - Example demoing core EIP support using **Channel Adapter (Inbound and Stdout)**, **Poller** with Interval Trigers, **Service Activator**
47
-
***sftp** - demonstrating SFTP support using **SFTP Inbound / Outbound Channel Adapters**
48
-
***tcp-client-server** - demonstrates socket communication using **TcpOutboundGateway**, **TcpInboundGateway** and also uses a **Gateway** and a **Service Activator**
51
+
***sftp** - Demonstrating SFTP support using **SFTP Inbound / Outbound Channel Adapters**
52
+
***tcp-amqp** - Demonstrates basic functionality of bridging the **Spring Integration TCP Adapters** with **Spring Integration AMQP Adapters**
53
+
***tcp-client-server** - Demonstrates socket communication using **TcpOutboundGateway**, **TcpInboundGateway** and also uses a **Gateway** and a **Service Activator**
49
54
***testing-examples** - A series of test cases that show techniques to **test** Spring Integration applications.
50
55
***twitter** - Illustrates Twitter support using the **Twitter Inbound Channel Adapter**, **Twitter Inbound Search Channel Adapter**, **Twitter Outbound Channel Adapter**
51
56
***ws-inbound-gateway** - Example showing basic functionality of the **Web Service Gateway**
@@ -58,36 +63,41 @@ This is a good place to get started. The samples here are technically motivated
58
63
59
64
This category targets developers who are already more familiar with the Spring Integration framework (past getting started), but need some more guidance while resolving more advanced technical problems that you have to deal with when switching to a Messaging architecture. For example, if you are looking for an answer on how to handle errors in various scenarios, or how to properly configure an **Aggregator** for the situations where some messages might not ever arrive for aggregation, or any other issue that goes beyond a basic understanding and configuration of a particular component to address "what else you can do?" types of problems, this would be the right place to find relevant examples.
60
65
66
+
***async-gateway** - Usage example of an asynchronous **Gateway**
61
67
***dynamic-poller** - Example shows usage of a **Poller** with a custom **Trigger** to change polling periods at runtime
62
68
***async-gateway** - Example shows usage of an **Asynchronous Gateway**
63
69
***errorhandling** - Demonstrates basic **Error Handling** capabilities of Spring Integration
64
70
***file-processing** - Sample demonstrates how to wire a message flow to process files either sequentially (maintain the order) or concurrently (no order).
65
71
***mail-attachments** - Demonstrates the processing of email attachments
72
+
***monitoring** The project used in the *[Spring Integration Management and Monitoring Webinar](http://www.springsource.org/node/3598)* Also available on the *[SpringSourceDev YouTube Channel](http://www.youtube.com/SpringSourceDev)*
66
73
***multipart-http** - Demonstrates the sending of HTTP multipart requests using Spring's **RestTemplate** and a Spring Integration **Http Outbound Gateway**
67
-
***travel** - More sophisticated example showing the retrieval of weather (SOAP Web Service) and traffic (HTTP Service) reports using real services
68
-
***tcp-client-server-multiplex** - Demonstrates the use of *Collaborating Channel Adapters*
69
-
***stored-procedures-derby** Provides an example of the stored procedure Outbound Gateway using *[Apache Derby](http://db.apache.org/derby/)*
70
-
***stored-procedures-oracle** Provides an example of the stored procedure Outbound Gateway using *ORACLE XE*
71
-
***stored-procedures-postgresql** Provides an example of the stored procedure Outbound Gateway using *[PostgreSQL](http://www.postgresql.org/)*
72
74
***rest-http** - This sample demonstrates how to send an HTTP request to a Spring Integration's HTTP service while utilizing Spring Integration's new HTTP Path usage. This sample also uses Spring Security for HTTP Basic authentication. With HTTP Path facility, the client program can send requests with URL Variables.
75
+
***retry-and-more** Provides samples showing the application of MessageHandler Advice Chains to endpoints - retry, circuit breaker, expression evaluating
73
76
***splitter-aggregator-reaper** A demonstration of implementing the Splitter and Aggregator *Enterprise Integration Patterns* (EIP) together. This sample also provides a concrete example of a [message store reaper][] in action.
74
77
***stored-procedures-derby** Provides an example of the stored procedure Outbound Gateway using *[Apache Derby](http://db.apache.org/derby/)*
78
+
***stored-procedures-ms** Provides an example of the stored procedure Outbound Gateway using *Microsoft SQL Server*
75
79
***stored-procedures-oracle** Provides an example of the stored procedure Outbound Gateway using *ORACLE XE*
76
-
***monitoring** The project used in the *[Spring Integration Management and Monitoring Webinar](http://www.springsource.org/node/3598)* Also available on the *[SpringSourceDev YouTube Channel](http://www.youtube.com/SpringSourceDev)*
77
-
***retry-and-more** Provides samples showing the application of MessageHandler Advice Chains to endpoints - retry, circuit breaker, expression evaluating
78
-
***tx-synch** Provides a sample demonstrating the use of transaction syncrhonization, renaming an input file to a different filename, depending on whether the transaction commits, or rolls back.
80
+
***stored-procedures-postgresql** Provides an example of the stored procedure Outbound Gateway using *[PostgreSQL](http://www.postgresql.org/)*
81
+
***tcp-client-server-multiplex** - Demonstrates the use of *Collaborating Channel Adapters*
82
+
***travel** - More sophisticated example showing the retrieval of weather (SOAP Web Service) and traffic (HTTP Service) reports using real services
83
+
***tx-synch** Provides a sample demonstrating the use of transaction synchronization, renaming an input file to a different filename, depending on whether the transaction commits, or rolls back.
79
84
80
85
## Advanced
81
86
82
87
This category targets advanced developers who are quite familiar with Spring Integration but are looking to address a specific custom need by extending the Spring Integration public API. For example, if you are looking for samples showing how to implement a custom **Channel** or **Consumer** (event-based or polling-based), or you are trying to figure out what is the most appropriate way to implement a custom **BeanParser** on top of the Spring Integration BeanParser hierarchy when implementing a custom namespace, this would be the right place to look. Here you can also find samples that will help you with adapter development. Spring Integration comes with an extensive library of adapters that allow you to connect remote systems with the Spring Integration messaging framework. However you might have a need to integrate with a system for which the core framework does not provide an adapter, so you have to implement your own. This category would include samples showing you how to implement various adapters.
83
88
84
89
***advanced-testing-examples** - Example test cases that show advanced techniques to test Spring Integration applications
90
+
***dynamic-ftp** - Demonstrates one technique for sending files to dynamic destinations.
85
91
86
92
## Applications
87
93
88
94
This category targets developers and architects who have a good understanding of Message-Driven architecture and Enterprise Integration Patterns, and have an above average understanding of Spring and Spring integration and who are looking for samples that address a particular business problem. In other words, the emphasis of samples in this category is '**business use cases**' and how they can be solved via a Messaging architecture and Spring Integration in particular. For example, if you are interested to see how a Loan Broker process or Travel Agent process could be implemented and automated via Spring Integration, this would be the right place to find these types of samples.
89
95
90
-
***cafe** - Emulates a simple operation of a coffee shop combining various Spring Integration adapters (Including **Router** and **Splitter**) see [Appendix A of the reference documentation](http://static.springsource.org/spring-integration/docs/latest-ga/reference/html/samples.html) for more details
96
+
***cafe** - Emulates a simple operation of a coffee shop combining various Spring Integration adapters (Including **Router** and **Splitter**) see [Appendix A of the reference documentation](http://static.springsource.org/spring-integration/docs/latest-ga/reference/html/samples.html) for more details. Implementations are provided for:
97
+
- AMQP
98
+
- JMS
99
+
- In memory channels
100
+
***cafe-scripted** - Scripted implementation of the classic **cafe** sample application. Supports **JavaScript**, **Groovy**, **Ruby**, and **Python**.
91
101
***loan-broker** - Simulates a simple banking application (Uses **Gateway**, **Chain**, **Header Enricher**, **Recipient List Router**, **Aggregator**) see [Appendix A of the reference documentation](http://static.springsource.org/spring-integration/docs/latest-ga/reference/html/samples.html) for more details
92
102
***loanshark** This extension to the loan broker sample shows how to exchange messages between Spring Integration applications (and other technologies) using **UDP**.
Copy file name to clipboardExpand all lines: advanced/dynamic-ftp/src/test/java/org/springframework/integration/samples/ftp/FtpOutboundChannelAdapterSample.java
0 commit comments