I've never used hibernate but I recently read about it and was considering replacing my entity bean implementation with hibernate. I've been using XDoclet to generate the entity bean deployment files and value objects with great success (many thanks to the xdoclet development team). I also use XDoclet to merge jboss CMP performance settings so the entity bean implementation performs well.
My question is, has anyone in this users group ported an entity bean based app to hibernate and are they happy with the results? Also, will a hibernate-based implementation replace the entity bean/value object code or is there some reuse of components. Although, I use a facade pattern to hide the data access components, replacing the value objects with a hibernate version could be a real bear. It sounds like I would have to rethink my paradigm to use hibernate. Any comments are welcome. Thanks, Tim ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
