Files
spring-integration-samples/intermediate/stored-procedures-derby
2023-07-20 09:19:35 -04:00
..
2022-06-08 10:11:45 -04:00
2023-07-20 09:19:35 -04:00
2019-03-22 15:59:21 -04:00

Spring Integration - Stored Procedure Example - Derby

Overview

This example provides a simple example using the stored procedure Outbound Gateway adapter. This example will call 2 Derby Stored Procedures.

One procedure uses an Out Parameter to return values and the second procedure returns a ResultSet.

Setup

Just make sure you have Gradle set up and that the project builds successfully.

Run the Sample

  • running the "Main" class from within STS (Right-click on Main class --> Run As --> Java Application)

  • or from the command line:

    $ gradlew :stored-procedures-derby:run

  • Follow the screen (command line) instructions.


For help please take a look at the Spring Integration documentation:

https://www.springsource.org/spring-integration