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.

--

Reply via email to