hiberman
Aug 27th, 2005, 07:24 AM
Hi,
We have an MVC application. we're using DTO objects at web layer to collect and represent data on web forms. we also have a business layer, whose API is based on DOMAIN objects (not DTOs).
Is there any mechanism(best-practice, sample) in springframework, to provide this kind of translation (between dtos and domain objects)?
thank you , any comments welcome
We have an MVC application. we're using DTO objects at web layer to collect and represent data on web forms. we also have a business layer, whose API is based on DOMAIN objects (not DTOs).
Is there any mechanism(best-practice, sample) in springframework, to provide this kind of translation (between dtos and domain objects)?
thank you , any comments welcome