diff --git a/spring-framework-reference/src/new-in-3.xml b/spring-framework-reference/src/new-in-3.xml index 81de6545022b03dc0a3bbdf21d304362ddf08d28..5c71aec5333a4826895b7e95ec6a6c3f87162bdd 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