diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 93d83cb129..ee675e4c86 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -195,6 +195,10 @@ The `spring-jdbc` module provides a <>-abstraction layer removes the need to do tedious JDBC coding and parsing of database-vendor specific error codes. +The `spring-tx` module supports <> +management for classes that implement special interfaces and for __all your POJOs (Plain +Old Java Objects)__. + The `spring-orm` module provides integration layers for popular <> APIs, including <>, <>, and <>. Using the `spring-orm` module you can @@ -209,10 +213,6 @@ The `spring-jms` module (<>) contains features for p consuming messages. Since Spring Framework 4.1, it provides integration with the `spring-messaging` module. -The `spring-tx` module supports <> -management for classes that implement special interfaces and for __all your POJOs (Plain -Old Java Objects)__. - [[overview-web]] ==== Web