--- Hanasaki JiJi <[EMAIL PROTECTED]> wrote: > 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.
Generated session bean will be concrete... regards, ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com ------------------------------------------------------- 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
