how about this one? http://dozer.sourceforge.net/documentation/about.html
R. Heydenreich wrote: > > Hi all, > I'm using CXF for a short time. The task is to read some data from > database (using Hibernate) and sending them over a webservice. Now the > question is if there is a convenient way to convert the entities from the > database (which I got through Hibernate) to the corresponding web service > entities (which I've generated from XSDs). Since there are some nested > properties (which are in turn Lists) it is not so easy to convert the > entities "by hand". I found Springs BeanUtils class which does the basic > function for copying some properties. > Or is there a completely different approach for this? > > TIA, > Ralf. > > -- > > > -- View this message in context: http://old.nabble.com/Helper-for-copying-values-between-database-and-response-object-tp26501454p26520243.html Sent from the cxf-user mailing list archive at Nabble.com.
