[ Team LiB ] Previous Section Next Section

Summary

In this chapter, we moved away from language features and delved into the world of object-oriented design. You learned how to create a Controller class to process requests from a client. You also learned how to select Command objects using a CommandFactory class and how to implement Command classes. Finally, you learned how to create a Dispatcher class to manage the deployment of views.

I very much hope that you have enjoyed reading this book as much as I have enjoyed writing it.

    [ Team LiB ] Previous Section Next Section