the business delegate pattern in petstore

hello who can tell me which class in the petstore implement the business delegate pattern.otherwise,who can tell me which website provide sample code for the j2ee design psttern.thank you very much!
[234 byte] By [zhebincong] at [2007-9-27 13:54:58]
# 1
Session beans are usually an application of a Business Delegate pattern.Web Browserable source http://java.sun.com/blueprints/code/jps131/src/index.htmlOther J2ee stuff. http://java.sun.com/blueprints/code/jps131/docs/index.html
MartinS. at 2007-7-5 21:44:09 > top of Java-index,Other Topics,Patterns & OO Design...