In this chapter, we'll cover each topic by explaining the concept and showing examples of implementations. After reading this chapter, you will know about these concepts and will be able to implement them using Java EE 8. Here are the topics that are covered in upcoming sections:
- Explaining the presentation tier
- Explaining the intercepting filter pattern
- Implementing the intercepting filter pattern using Java EE 8
- Explaining the front controller pattern
- Implementing the front controller pattern
- Explaining the application controller pattern
- Implementing the application controller pattern