INTSAMPLES-19 Add Router to readme

This commit is contained in:
Gary Russell
2011-02-02 12:10:45 -05:00
parent 855eeaf519
commit c329241502

View File

@@ -26,7 +26,7 @@ This test case shows both unit testing a custom aggregator class as well
as testing it within a Spring Integration flow fragment.
...aggregator.ExternalGatewaySubstitutionTests.java
...externalgateway.ExternalGatewaySubstitutionTests.java
This example is a little more complex. The application is simplified version of a
travel demo presented at SpringOne in 2010. You do not need to fully understand
@@ -45,4 +45,12 @@ gateways.
This separation of 'infrastructure' from application beans is similar to
the way we separate DataSource, ConnectionFactory beans etc so that the
application can be tested with local versions.
application can be tested with local versions.
...router.PetRouterTests.java
This test case shows both unit testing a custom router class as well
as testing it within a Spring Integration flow fragment.