From b0a72b311fa715013ca6d8af2e0dbec088b04111 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 10 Dec 2014 13:54:04 +0100 Subject: [PATCH] Polish Spring Framework Artifacts table Issue: SPR-12517 --- src/asciidoc/index.adoc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index a2122c954b..b54c8c21fb 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -348,7 +348,7 @@ You will find bellow the list of Spring artifacts. For a more complete descripti modules, see <>. -.Spring Framework artifacts +.Spring Framework Artifacts |=== |GroupId |ArtifactId |Description @@ -362,7 +362,7 @@ modules, see <>. |org.springframework |spring-beans -|Beans support, including the Groovy one +|Beans support, including Groovy |org.springframework |spring-context @@ -390,11 +390,11 @@ modules, see <>. |org.springframework |spring-jdbc -|JDBC support package. Includes DataSource setup and JDBC access support +|JDBC support package, including DataSource setup and JDBC access support |org.springframework |spring-jms -|JMS support package, including helper classes to send a receive JMS messages +|JMS support package, including helper classes to send and receive JMS messages |org.springframework |spring-messaging @@ -402,15 +402,15 @@ modules, see <>. |org.springframework |spring-orm -|Object/Relational Mapping, including Hibernate support +|Object/Relational Mapping, including JPA and Hibernate support |org.springframework |spring-oxm -|Object/XML Marshalling +|Object/XML Mapping |org.springframework |spring-test -|Supports the unit testing and integration testing of Spring components +|Support for unit testing and integration testing Spring components |org.springframework |spring-tx @@ -422,7 +422,7 @@ modules, see <>. |org.springframework |spring-webmvc -|Webservices and model-view-controller implementation for web applications +|REST Web Services and model-view-controller implementation for web applications |org.springframework |spring-webmvc-portlet @@ -430,7 +430,7 @@ modules, see <>. |org.springframework |spring-websocket -|Websocket and SockJS implementation, including STOMP support +|WebSocket and SockJS implementations, including STOMP support |===