> I eventually went this path too. Actually I'm not so > fond of using entity beans. If I've got time I might > go the SessionBean/Hibernate option.
Same here. I've built so many JDBC persistence frameworks that do most of what EJBs do, but since CMP matured I went with beans this time. Now I'm finding that I'm pulling out all the DTO-related code and business logic into helper classes used by the session beans, leaving the entity beans as mere data objects again. I keep seeing Hibernate mentioned ... perhaps it's time to check it out. :) David Harkness Sony Pictures Digital Networks (310) 482-4756 -----Original Message----- From: Gavin Bong [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 2:18 AM To: [EMAIL PROTECTED] Subject: RE: [Xdoclet-user] reference still exists to FooData dataobject. Why? David, --- "Harkness, David" <[EMAIL PROTECTED]> a �crit : > > this would not be changing, but someone please > correct if I am wrong on that one. I guess I could just modify the source if I'm desperate enough. > I'm not using value objects (created my own > DataTransferObject) nor facades (all clients go > through stateless session beans that use local > interfaces to access the entity beans), so I guess I eventually went this path too. Actually I'm not so fond of using entity beans. If I've got time I might go the SessionBean/Hibernate option. Regards, Gavin Net-linx Asia Pacific ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Yahoo! Mail : http://fr.mail.yahoo.com ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
