--- "[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 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
