The past wednesday with a couple of friends we had the oportunity to listen in a talk to our dear Angel “Java” Lopez at Corrientes Capital City.
The talk was pretty good, Angel spoke about the software reality, a little about the System’s evolution, and the complexity that we must to afront the Software Developers at this days. To afront this issue, we can use code generation tool and make our life a little easier. The material of the talk you can download here (in spanish). Angel also could leave without show us her baby
This is a image from presentation, and show a reality of our systems. Exists some code that we can generate (orange blocks) and another code that we need to write (green blocks), maybe this code could be encapsulted within some framework for our good … and the person who read the code
Title: Pragmatic Solution

- Capa Presentación = Presentation Layer
- Capa de Negocio = Business Layer
- Capa de Datos = Data Layer
Maybe the code generation doesn’t be “the solution” but make us the life a little easier and it deal with the boring code that we don’t want to write.
Look at your code and sure you gonna find some code that you can deal it with codegeneration. This is the first step to software factory.