Posted By:
zhen_yes
Posted On:
Monday, October 6, 2003 07:54 PM
design with ejb. now use this frameword.
facade---ejbManager(CustomerManager)--ejb(CustomerBean)
facade and ejbManager are session bean ,and ejb is a entity bean.
now has a problem.
ejbManager and ejb should place in a same package.but which package the facade should be placed??
has a standard??
best regards.