Is the below a bug? SecurityOfficerBean is not abstract and TellerBean is abstract. The J2EE Tutorial says that session beans should not be abstract.

http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Session2.html#62902

public class SecurityOfficerBean
implements SessionBean {

public abstract class TellerBean extends BaseTellerBean
implements SessionBean {

Thanks.

--
=================================================================
= Management is doing things right; leadership is doing the =
= right things. - Peter Drucker =
=_______________________________________________________________=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf =
= www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone =
=================================================================



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to