Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: be93e97fff2236b17a98bfb5612108a6224e15ad Size: 178.59 KB File Format: jar
Rating: 2.130434782
out of 5
based on 23 user ratings
Publisher Website: External Link Downloads: 320 License: Free
GeDA - Generic DTO Assembler is a free software by Denis Pavlov and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download GeDA - Generic DTO Assembler which is 178.59 KB in size and belongs to the software category Other Programming Files. GeDA - Generic DTO Assembler was released on 2013-02-28 and last updated on our database on 2017-03-27 and is currently at version 3.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
GeDA - Generic DTO Assembler Description
GeDA - Generic DTO Assembler is a small, handy library specially designed to help developer assemble DTOs from Domain objects and update the Domain objects from DTOs in an n-tier applications.
The rationale for its existence was overhead of creating DTO Assemblers in an n-tier application to pass information within domain object to UI through DTOs (Data Transfer Objects).
The basic principle of the above application design is to extract the necessary information from the domain objects in the form of DTOs. In reality this involves a tedious get/set method calls that look very much the same for most of the objects.
GeDA uses Java5s annotations in order to map DTOs onto paths of the Domain object properties (the reflection method). Thus the annotated DTOs can be examined by a Generic DTO Assembler that will create specific instance of the assembler for the DTO is respect to a Domain object.
The assembler is basically a placeholder for so called "data pipes" that allow transferring data from/to domain objects field.System requirementsJava