I know what is a DTO, my point is that you don't n...
# general
i
I know what is a DTO, my point is that you don't need anything special to use them. A POGO is a POJO but written in Groovy. So basically a class with properties (+getters and setter in Java that you don't need to create in Groovy because the compiler do it for you) So basically you create the classes you need and use them in the code