From b781a39b46d5576be8a310e6581bcb657bc471d5 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 12 Oct 2009 19:25:35 +0000 Subject: [PATCH] polish --- spring-framework-reference/src/validation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/validation.xml b/spring-framework-reference/src/validation.xml index 5ea50ecbe6..b9bb40e695 100644 --- a/spring-framework-reference/src/validation.xml +++ b/spring-framework-reference/src/validation.xml @@ -1465,7 +1465,7 @@ public class MyController { Spring 3 Object Mapping There are scenarios, particularly in large message-oriented business applications, where data and object transformation is required. - For example, consider a complex Web Service where there a separation exists between the data exchange model and the internal domain model used to structure business logic. + For example, consider a complex Web Service where there is a separation between the data exchange model and the internal domain model used to structure business logic. In cases like this, a general-purpose data mapping facility can be useful for automating the mapping between these disparate models. Spring 3 introduces such a facility built on the Spring Expression Language (SpEl). This facility is described in this section.