The Java EE application model defines an architecture for implementing services as multitier applications that deliver the scalability, accessibility, and manageability needed by enterprise-level applications. This model partitions the work needed to implement a multitier service into the following parts:
-
The business and presentation logic to be implemented by the developer
-
The standard system services provided by the Java EE platform
The developer can rely on the platform to provide solutions for the hard systems-level problems of developing a multitier service
本文详细介绍了JavaEE应用模型如何定义一个多层应用程序架构,用于实现企业级应用所需的可扩展性、访问性和管理性。通过将工作分解为开发者实现的业务和呈现逻辑、由JavaEE平台提供的标准系统服务两部分,阐述了开发者如何依赖平台解决复杂系统级别的问题。

1318

被折叠的 条评论
为什么被折叠?



