October 2017
Intermediate to advanced
396 pages
10h 2m
English
You learned about the Command Design pattern in Chapter 3, Consideration of Structural and Behavioral Patterns. It is a part of the Behavioral pattern family of the GOF pattern. It is a very simple data-driven pattern. It allows you to encapsulate your request data into an object, and pass that object as a command to the invoker method, and that method returns the command as another object to the caller.
Spring MVC implements the Command Design pattern to bind the request data from the web form as an Object, and passes that ...
Read now
Unlock full access