Petstore使用了Local Entity Bean来实现Customer Module。相关接口和类分别是:CustomerLocal, CustomerLocalHome and CustomerEJB。
在Petstore中,User Signon module和Customer module是两个没有多大联系的不同的模块,这样就降低了模块间的耦合度,以便于其他的程序可以重用signon module。
类图:
在Petstore中,User Signon module和Customer module是两个没有多大联系的不同的模块,这样就降低了模块间的耦合度,以便于其他的程序可以重用signon module。
类图:
Petstore使用Local Entity Bean实现Customer Module,涉及CustomerLocal等接口和类。其User Signon module与Customer module联系不大,降低了模块间耦合度,利于signon module被其他程序重用。
525

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



