INTSAMPLES-35 - Stored Procedure Sample for Derby

For reference see: https://jira.springsource.org/browse/INTSAMPLES-35
This commit is contained in:
Gunnar Hillert
2011-11-14 13:35:37 -05:00
parent 0422b81415
commit 6afbf69cf0
16 changed files with 754 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ This category targets developers who are already more familiar with the Spring I
* **file-processing** - Sample demonstrates how to wire a message flow to process files either sequentially (maintain the order) or concurrently (no order).
* **multipart-http** - Demonstrates the sending of HTTP multipart requests using Spring's **RestTemplate** and a Spring Integration **Http Outbound Gateway**
* **travel** - More sophisticated example showing the retrieval of weather (SOAP Web Service) and traffic (HTTP Service) reports using real services
* **stored-procedures-derby** Provides an example of the stored procedure Outbound Gateway using *[Apache Derby](http://db.apache.org/derby/)*
* **stored-procedures-oracle** Provides an example of the stored procedure Outbound Gateway using *ORACLE XE*
## Advanced