What is Multitiered Application?
出自sun对宠物商店例子的综述文档?
Partitioning a design into tiers allows designers to choose
the appropriate technology for a given situation. The Java
Pet Store demo, illustrates how its design is divided into
multiple tiers.
使用分层的方式来进行设计,可以使设计者针对具体的情况使用合适
的技术。这个Java 宠物商店的例子展示了如何把一个设计分成多层结构。
The Client tier is often the only part of the application the
user sees. The Java Pet Store demo Client tier consists of a
browser displaying web pages generated from JSP pages in the
Web tier. An administrator interface uses a spreadsheet client,
such as StarOffice software, to communicate with the Web Tier
XML messages. The Client tier communicates with other tiers
through defined interfaces.
客户层通常是用户唯一可以看到的应用程序的部分。这个宠物商店例子
的客户层是一个浏览器,它负责显示Web层中JSP页产生的web页面。一个
管理员接口可以使用一个spreadsheet客户端(例如StarOffice软件)来
和We