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 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. Jeff -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Konstantin Priblouda Sent: Wednesday, March 17, 2004 4:59 AM To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] EJB 2.1 support in XDoclet 2? --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > Maybe I have a stupit question, but why you're > not using EJB anymore? > > Actualy I'm doing my Diploma and I'm using EJB as > Bussines Logic. > Is anything wrong with EJB (I'm using local EJB's). > there are better alternatives to do what I need. Hibernate for persistence, ( replaces entity beans, which are suboptimal in performace, manageability and ease of use. not to speak about CMR ) session beans are OK ( but I do not need them ) Entity beans are not easy to debug, to test, to configure... regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verstdrkung 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 ------------------------------------------------------- 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
