parent
c6f63bdb30
commit
4465e4ff6c
|
@ -37,7 +37,7 @@ add advice to final methods.
|
||||||
In Spring Web MVC you can use any object as a command or form-backing object; you do not
|
In Spring Web MVC you can use any object as a command or form-backing object; you do not
|
||||||
need to implement a framework-specific interface or base class. Spring's data binding is
|
need to implement a framework-specific interface or base class. Spring's data binding is
|
||||||
highly flexible: for example, it treats type mismatches as validation errors that can be
|
highly flexible: for example, it treats type mismatches as validation errors that can be
|
||||||
evaluated by the application, not as system errors. Thus you need not duplicate your
|
evaluated by the application, not as system errors. Thus you do not need to duplicate your
|
||||||
business objects' properties as simple, untyped strings in your form objects simply to
|
business objects' properties as simple, untyped strings in your form objects simply to
|
||||||
handle invalid submissions, or to convert the Strings properly. Instead, it is often
|
handle invalid submissions, or to convert the Strings properly. Instead, it is often
|
||||||
preferable to bind directly to your business objects.
|
preferable to bind directly to your business objects.
|
||||||
|
|
|
@ -9,7 +9,7 @@ for WebSocket-style messaging in web applications.
|
||||||
|
|
||||||
Spring Framework's own web framework, <<mvc,Spring Web MVC>>, is covered in the
|
Spring Framework's own web framework, <<mvc,Spring Web MVC>>, is covered in the
|
||||||
first couple of chapters. Subsequent chapters are concerned with Spring Framework's
|
first couple of chapters. Subsequent chapters are concerned with Spring Framework's
|
||||||
integration with other web technologies, such as <<jsf,JSF>> and.
|
integration with other web technologies, such as <<jsf,JSF>> and so on.
|
||||||
|
|
||||||
Following that is coverage of Spring Framework's MVC <<portlet,portlet framework>>.
|
Following that is coverage of Spring Framework's MVC <<portlet,portlet framework>>.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue