spring-projects / spring-integration

Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns (EIP)
http://projects.spring.io/spring-integration/
Apache License 2.0
1.51k stars 1.07k forks source link

add more coverage of 'expression' usage in Reference Manual [INT-1516] #5509

Closed spring-operator closed 13 years ago

spring-operator commented 13 years ago

Mark Fisher opened INT-1516 and commented

Currently, it seems that the only example of 'expression' usage is within the "filter" chapter. We should show at least one example for each of the core types (router, splitter, etc.), and we should also be sure to show the \ sub-elements in at least a few examples (or possibly a breakout section that goes into the details and makes it clear which components that can be applied to).


Affects: 2.0 M7

spring-operator commented 13 years ago

Oleg Zhurakousky commented

We may still need to create a separate section for SpEL in the "What's new in SI 2.0" and give a quick overview on how SpEL is used in SI, but all core elements (router, transformer, aggregator, filter, service-activator, header-enricher etc.) that utilize spel now have documentation about it.