--- Jeff Markham <[EMAIL PROTECTED]> wrote: > Entity beans have been used on all the projects I've > been on in the past 2 > years. All with 100+ entity EJBs and one with > several hundred. We haven't > had any significant issues with debugging or testing > (thank you, Cactus) and > as far as configuration, and ease of use: isn't > that what XDoclet's for? > And performance is a non-issue. > > Read more about the benefits of EJBs at: > http://www.jboss.org/modules/html/blue.pdf
This discussion leads to nowhere. But for my use case EJB ( entity ) are poor choice. There are also issues in CMR, which make hibernate more preferable. ( hey, what about ternary association? or map of primitives keyed by entity? ) So I go hibernated pojos. ( Sesison beans is necessary ) And performance is always an issue. > In my opinion, XDoclet doesn't fully support EJB 2.1 > because to my > knowledge, the only container supporting 2.1 right > now is Sun's. It also > seems (judging from the features of XDoclet's EJB > support and the messages > on this list) that the majority of XDoclet EJB > writers are also JBoss users. > (Maybe I'm wrong on that). And as far as I know, > EJB 2.1 support doesn't > appear in JBoss until 4.0 final. Well, xdoclet 1.2 does not support them because nobody bothered to write this support. And this is not going to happen unless somebody start to use 2.1 features, and contributes this support. regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
