diff --git a/org.springframework.aop/src/main/java/overview.html b/org.springframework.aop/src/main/java/overview.html index 1eb7a2e8c19..d402574024b 100644 --- a/org.springframework.aop/src/main/java/overview.html +++ b/org.springframework.aop/src/main/java/overview.html @@ -1,7 +1,7 @@
-The Spring Data Binding framework, an internal library used by Spring Web Flow. +Spring's proxy-based AOP framework.
\ No newline at end of file diff --git a/org.springframework.beans/src/main/java/overview.html b/org.springframework.beans/src/main/java/overview.html index 1eb7a2e8c19..dec669fcf9c 100644 --- a/org.springframework.beans/src/main/java/overview.html +++ b/org.springframework.beans/src/main/java/overview.html @@ -1,7 +1,7 @@-The Spring Data Binding framework, an internal library used by Spring Web Flow. +Spring's core beans and bean factory support.
\ No newline at end of file diff --git a/org.springframework.context.support/src/main/java/overview.html b/org.springframework.context.support/src/main/java/overview.html index 1eb7a2e8c19..6a4824b03a8 100644 --- a/org.springframework.context.support/src/main/java/overview.html +++ b/org.springframework.context.support/src/main/java/overview.html @@ -1,7 +1,7 @@-The Spring Data Binding framework, an internal library used by Spring Web Flow. +Support classes for integrating common third-party libraries into a Spring application context.
\ No newline at end of file diff --git a/org.springframework.context/src/main/java/overview.html b/org.springframework.context/src/main/java/overview.html index 1eb7a2e8c19..a0b683199aa 100644 --- a/org.springframework.context/src/main/java/overview.html +++ b/org.springframework.context/src/main/java/overview.html @@ -1,7 +1,7 @@-The Spring Data Binding framework, an internal library used by Spring Web Flow. +Spring's central application context runtime. Also includes scheduling and remoting abstractions.
\ No newline at end of file diff --git a/org.springframework.core/src/main/java/overview.html b/org.springframework.core/src/main/java/overview.html index 1eb7a2e8c19..e6e4f369ddd 100644 --- a/org.springframework.core/src/main/java/overview.html +++ b/org.springframework.core/src/main/java/overview.html @@ -1,7 +1,7 @@-The Spring Data Binding framework, an internal library used by Spring Web Flow. +Spring's core utilities, used by many other Spring modules.
\ No newline at end of file diff --git a/org.springframework.instrument/src/main/java/overview.html b/org.springframework.instrument/src/main/java/overview.html index 1eb7a2e8c19..d36e9ecefba 100644 --- a/org.springframework.instrument/src/main/java/overview.html +++ b/org.springframework.instrument/src/main/java/overview.html @@ -1,7 +1,7 @@-The Spring Data Binding framework, an internal library used by Spring Web Flow. +Spring's instrumentation agent for JVM bootstrapping.
\ No newline at end of file diff --git a/org.springframework.jdbc/src/main/java/overview.html b/org.springframework.jdbc/src/main/java/overview.html index 1eb7a2e8c19..c7b07a561e5 100644 --- a/org.springframework.jdbc/src/main/java/overview.html +++ b/org.springframework.jdbc/src/main/java/overview.html @@ -1,7 +1,7 @@-The Spring Data Binding framework, an internal library used by Spring Web Flow. +Spring's JDBC support package. Includes DataSource setup support as well as JDBC access support.
\ No newline at end of file diff --git a/org.springframework.jms/src/main/java/overview.html b/org.springframework.jms/src/main/java/overview.html index 1eb7a2e8c19..13e7e7bbd4f 100644 --- a/org.springframework.jms/src/main/java/overview.html +++ b/org.springframework.jms/src/main/java/overview.html @@ -1,7 +1,7 @@-The Spring Data Binding framework, an internal library used by Spring Web Flow. +Spring's JMS support package, covering synchronous JMS access as well as message listener containers.
\ No newline at end of file diff --git a/org.springframework.orm/src/main/java/overview.html b/org.springframework.orm/src/main/java/overview.html index 1eb7a2e8c19..a33c6b7c5eb 100644 --- a/org.springframework.orm/src/main/java/overview.html +++ b/org.springframework.orm/src/main/java/overview.html @@ -1,7 +1,7 @@-The Spring Data Binding framework, an internal library used by Spring Web Flow. +Spring's O/R Mapping package: supporting Hibernate, JPA, JDO, and iBATIS SQL Maps.
\ No newline at end of file diff --git a/org.springframework.test/src/main/java/overview.html b/org.springframework.test/src/main/java/overview.html index 1eb7a2e8c19..a088abda038 100644 --- a/org.springframework.test/src/main/java/overview.html +++ b/org.springframework.test/src/main/java/overview.html @@ -1,7 +1,7 @@-The Spring Data Binding framework, an internal library used by Spring Web Flow. +Spring's test context framework. Also includes common Servlet and Portlet API mocks.
\ No newline at end of file diff --git a/org.springframework.transaction/src/main/java/overview.html b/org.springframework.transaction/src/main/java/overview.html index 1eb7a2e8c19..a8378c58b08 100644 --- a/org.springframework.transaction/src/main/java/overview.html +++ b/org.springframework.transaction/src/main/java/overview.html @@ -1,7 +1,7 @@-The Spring Data Binding framework, an internal library used by Spring Web Flow. +Spring's transaction infrastructure. Also includes DAO support and JCA integration.
\ No newline at end of file diff --git a/org.springframework.web.portlet/src/main/java/overview.html b/org.springframework.web.portlet/src/main/java/overview.html index 1eb7a2e8c19..c774d266f9a 100644 --- a/org.springframework.web.portlet/src/main/java/overview.html +++ b/org.springframework.web.portlet/src/main/java/overview.html @@ -1,7 +1,7 @@-The Spring Data Binding framework, an internal library used by Spring Web Flow. +Spring's MVC framework in its Portlet API version. Includes common Portlet support packages.
\ No newline at end of file diff --git a/org.springframework.web.servlet/src/main/java/overview.html b/org.springframework.web.servlet/src/main/java/overview.html index 1eb7a2e8c19..e8c1d8269ad 100644 --- a/org.springframework.web.servlet/src/main/java/overview.html +++ b/org.springframework.web.servlet/src/main/java/overview.html @@ -1,7 +1,7 @@-The Spring Data Binding framework, an internal library used by Spring Web Flow. +Spring's MVC framework in its Servlet API version. Includes support for common view technologies.
\ No newline at end of file diff --git a/org.springframework.web/src/main/java/overview.html b/org.springframework.web/src/main/java/overview.html index 1eb7a2e8c19..e5807a2922c 100644 --- a/org.springframework.web/src/main/java/overview.html +++ b/org.springframework.web/src/main/java/overview.html @@ -1,7 +1,7 @@-The Spring Data Binding framework, an internal library used by Spring Web Flow. +Spring's core web support packages, for any kind of web environment.
\ No newline at end of file