add paragraph on SpEL, reorganize section layout.
This commit is contained in:
parent
a3cbb05ed5
commit
b132e964be
|
|
@ -166,77 +166,77 @@
|
||||||
features in more detail in the following sections.</para>
|
features in more detail in the following sections.</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
|
||||||
<para>Java 5+ foundation</para>
|
|
||||||
|
|
||||||
<para>compatible with J2EE 1.4 and Java EE 5</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Spring Expression Language</para>
|
<para>Spring Expression Language</para>
|
||||||
|
|
||||||
<para>Unified EL++</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Container enhancements</para>
|
<para>IoC enhancements</para>
|
||||||
|
|
||||||
<para>Core JavaConfigfeatures added</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Comprehensive REST support</para>
|
<para>Comprehensive REST support</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<para>and other Spring @MVC additions</para>
|
<listitem>
|
||||||
|
<para>@MVC additions</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Declarative model validation</para>
|
<para>Declarative model validation</para>
|
||||||
|
|
||||||
<para>Hibernate Validator, JSR 303</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Early support for Java EE 6</para>
|
<para>Early support for Java EE 6</para>
|
||||||
|
|
||||||
<para>JSF 2.0, JPA 2.0, etc</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="new-feature-java-5">
|
|
||||||
<title>Java 5+ foundation</title>
|
|
||||||
|
|
||||||
<para><emphasis>*** WORK IN PROGRESS ***</emphasis></para>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section id="new-feature-el">
|
<section id="new-feature-el">
|
||||||
<title>Spring Expression Language</title>
|
<title>Spring Expression Language</title>
|
||||||
|
|
||||||
<para><emphasis>*** WORK IN PROGRESS ***</emphasis></para>
|
<para>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 <link linkend="expressions">Spring Expression
|
||||||
|
Language (SpEL).</link></para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="new-feature-java-config">
|
<section id="new-feature-java-config">
|
||||||
<title>Container enhancements</title>
|
<title>The Inversion of Control (IoC) container</title>
|
||||||
|
|
||||||
<para><emphasis>*** WORK IN PROGRESS ***</emphasis></para>
|
<para>Core JavaConfigfeatures added</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="new-feature-rest">
|
<section id="new-feature-rest">
|
||||||
|
<title>The Web Tier</title>
|
||||||
|
|
||||||
|
<para>Work in progress</para>
|
||||||
|
|
||||||
|
<section>
|
||||||
<title>Comprehensive REST support</title>
|
<title>Comprehensive REST support</title>
|
||||||
|
|
||||||
<para><emphasis>*** WORK IN PROGRESS ***</emphasis></para>
|
<para>Work in progress</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>@MVC additions</title>
|
||||||
|
|
||||||
|
<para>Work in progress</para>
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="new-feature-validation">
|
<section id="new-feature-validation">
|
||||||
<title>Declarative model validation</title>
|
<title>Declarative model validation</title>
|
||||||
|
|
||||||
<para><emphasis>*** WORK IN PROGRESS ***</emphasis></para>
|
<para>Hibernate Validator, JSR 303</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="new-feature-jee-6">
|
<section id="new-feature-jee-6">
|
||||||
<title>Early support for Java EE 6</title>
|
<title>Early support for Java EE 6</title>
|
||||||
|
|
||||||
<para><emphasis>*** WORK IN PROGRESS ***</emphasis></para>
|
<para>JSF 2.0, JPA 2.0, etc</para>
|
||||||
</section>
|
</section>
|
||||||
</chapter>
|
</chapter>
|
||||||
Loading…
Reference in New Issue