DTO « Bean « Spring Q&A





1. ServiceFacade and DTO - example    forum.springsource.org

I created domain model objects, DAOs and services and the next step is to create service facade and DTOs. However, I'm a beginner with this and looking for some example application ...

2. Automatic Data Transfer Object (DTO) Creation    forum.springsource.org

Automatic Data Transfer Object (DTO) Creation I've decided to use DTOs to transfer my data to the view layer. My data is stored in persisted domain objects with bean style getters. ...

3. To DTO or not to DTO???    forum.springsource.org

To DTO or not to DTO??? I have read many articles on this topic and in the end all I have ended up being is confused. Some articles say to use ...

4. Domain or DTO objects in the web tier ?    forum.springsource.org

Domain or DTO objects in the web tier ? In respect of Spring philosophy, I currently use my domain object on the web tier (with Struts). But if i change my ...

5. Designing without DTOs    forum.springsource.org

Designing without DTOs Hello All, I have read through some of the excellent discussions in this forum on best design practices, specifically dealing with DTOs. But I'm still not clear on ...

6. DTO or Domain Objects    forum.springsource.org

DTO or Domain Objects Hi All, A common architecture among folks on this list seems to be Spring + Hibernate with a distributed web tier running on a different JVM/node from ...

7. Intercepting DTO Methods    forum.springsource.org

Hi, I'm new to Spring and trying to find a way to intercept methods on my DTO objects. These DTO objects are retrieved from Hibernate enabled DAO objects using methods like ...

8. DTO or not to DTO?    forum.springsource.org

Feb 25th, 2006, 09:36 AM #1 oxeen View Profile View Forum Posts Private Message Junior Member Join Date Feb 2006 Location Stocholm Posts 15 DTO or not to DTO? Hi all. ...

9. binding multiple DTO    forum.springsource.org

I am newbie to spring. How to do a master-detail form using web mvc? For example an invoice containing Invoice header(customer code, name etc) and invoice details containing line items (item ...





10. Design issue (POJO and DTO/VO)    forum.springsource.org

Design issue (POJO and DTO/VO) I am using struts -> Java Object (business Tier, e.g. Spring) -> Hibernate. General practice for sendnig data to DAO is through DTO/VO for coarse grain ...

11. In DDD which layer is reponsible for converting to a DTO    forum.springsource.org

In DDD which layer is reponsible for converting to a DTO It is mentioned in several threads that if one is implementing a Domain Driven Design that the domain objects should ...

12. OSIV filter dangerous, unless passing DTOs to web layer?    forum.springsource.org

OSIV filter dangerous, unless passing DTOs to web layer? Hello, I'm currently facing a design problem which I haven't thought of before. My application is using hibernate and OpenSessionInViewFilter. The entities ...

13. DTO pattern inplementation    forum.springsource.org

Hi all. I have a question or it's batter to say need of suggestion. I need to implement some kind of DTO pattern to transfer schema objects after marshaller to domain ...

14. Lazy Loading of a DTO property    forum.springsource.org

Lazy Loading of a DTO property Hi Everyone, I just ran into an interesting problem when trying to implement some lazy loading against a getter in my DTO. This particular property ...

15. Do you use dtos with json?    forum.springsource.org

Do you use dtos with json? I have a curious problem, and I think the dto design pattern might be the only way to solve it. Let's say I have a ...