--- Hanasaki JiJi <[EMAIL PROTECTED]> wrote:
> Hello Konstantin,
>
> Can I ask a few questions?
>
> The concrete SecurityOfficerBean code is in the
> directory:
> xdoclet/samples/src/java/test/ejb
> So, it is: 1, concrete 2. NOT GENERATED
> Can you explain this please?
>
> The Sun documentation says that SessionBeans I write
> MUST not be
> abstract. Is it an Xdoclet requirement to write
> abstract beans? Do
> you have a URL that tells about the Abstract?
Actually xdoclet will generate concrete bean for
you ( and this one will inherit from bean you just
developed, and added in all the DDs )
You have to mark your source bean as abstract,
or else compiler will barf because you did not
implemented ejbRemove() ejbCreate() etc.
You did not have to, xdoclet will generate dummy
methods, and call super methods if they are defined.
So, it's just for convenience - or do you enjoy
to type in ejbRemove() {} all over your sources?
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