From b132e964beb78e69ca5a459fdc481374cbe974e1 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Wed, 8 Apr 2009 14:06:01 +0000 Subject: [PATCH] add paragraph on SpEL, reorganize section layout. --- spring-framework-reference/src/new-in-3.xml | 58 ++++++++++----------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/spring-framework-reference/src/new-in-3.xml b/spring-framework-reference/src/new-in-3.xml index 4127c864779..44a1aaf22b9 100644 --- a/spring-framework-reference/src/new-in-3.xml +++ b/spring-framework-reference/src/new-in-3.xml @@ -166,77 +166,77 @@ features in more detail in the following sections. - - Java 5+ foundation - - compatible with J2EE 1.4 and Java EE 5 - - Spring Expression Language - - Unified EL++ - Container enhancements - - Core JavaConfigfeatures added + IoC enhancements Comprehensive REST support + - and other Spring @MVC additions + + @MVC additions Declarative model validation - - Hibernate Validator, JSR 303 Early support for Java EE 6 - - JSF 2.0, JPA 2.0, etc -
- Java 5+ foundation - - *** WORK IN PROGRESS *** -
-
Spring Expression Language - *** WORK IN PROGRESS *** + Spring introduces an expression language which is similar to Unified + EL in its syntax but offers significantly more feature. The expression + language can be used when defining XML and Annotation based bean + definitions and also serves as the foundation for expression language + support across the Spring portfolio. Details of this new functionality can + be found in the chapter Spring Expression + Language (SpEL).
- Container enhancements + The Inversion of Control (IoC) container - *** WORK IN PROGRESS *** + Core JavaConfigfeatures added
- Comprehensive REST support + The Web Tier - *** WORK IN PROGRESS *** + Work in progress + +
+ Comprehensive REST support + + Work in progress +
+ +
+ @MVC additions + + Work in progress +
Declarative model validation - *** WORK IN PROGRESS *** + Hibernate Validator, JSR 303
Early support for Java EE 6 - *** WORK IN PROGRESS *** + JSF 2.0, JPA 2.0, etc
\ No newline at end of file