From 19450cd069da189a86d54b91f66e7d65e03500e2 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 3 Sep 2009 05:30:56 +0000 Subject: [PATCH] updaten new in 3 --- spring-framework-reference/src/new-in-3.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/spring-framework-reference/src/new-in-3.xml b/spring-framework-reference/src/new-in-3.xml index 81de654502..5c71aec533 100644 --- a/spring-framework-reference/src/new-in-3.xml +++ b/spring-framework-reference/src/new-in-3.xml @@ -185,6 +185,10 @@ IoC enhancements/Java based bean metadata + + General-purpose type conversion system and UI field formatting system + + Object to XML mapping functionality (OXM) moved from Spring Web Services project @@ -379,6 +383,18 @@ public class AppConfig { +
+ General purpose type conversion system and UI field formatting system + + A general purpose type conversion system has been introduced. + The system is currently used by SpEL for type coersion, and may also be used by a Spring Container when binding bean property values. + + + In addition, a ui.format system has been introduced for formatting UI field values. + This system provides a simpler and more robust alternative to JavaBean PropertyEditors in UI environments such as Spring MVC. + +
+
The Data Tier -- GitLab