Release of version 10.0.0!
New version 10.0.0 available!
Added a check to avoid creating tree views with items that reference different associations with the same name to avoid naming conflicts in generated source files.
Avoid naming conflicts by using the name of DTO attributes to initialize the names of fields, local variables and methods.
Improved the initialization of DTO attributes by creating unique names.
Fixed a bug when deleting the referenced list DTOs. A form can contain multiple fields that are mapped to the same list DTO, which can only be deleted once!
Improved the handler for downloading files in an Eclipse RAP application by streaming the content instead of loading it entirely into memory.
Replaced system properties with constants.