Presentation Patterns
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
能够使用JavaEE8实现它们。以下是中涉及的主题
upcoming sections:
后续章节:
Explaining the presentation tier
解释演示层
Explaining the intercepting filter pattern
解释拦截过滤器模式
Implementing the intercepting filter pattern using Java EE 8
用javaee8实现拦截过滤模式
Explaining the front controller pattern
解释前控制器模式
Implementing the front controller pattern
实现前端控制器模式
Explaining the application controller pattern
解释应用程序控制器模式
Implementing the application controller pattern
实现应用程序控制器模式