I am Rodrigo Spillere from Brazil, I'm cofounder and developer at jetworks. I work with a lot of great projects in Brazil including Porsche Brazil website, Museum of soccer, Light S.A. and so on...
I am creator of JoomGen MDA software.
Website URL: http://www.jetworks.com.br E-mail: This e-mail address is being protected from spambots. You need JavaScript enabled to view it
It's not hard to write a Joomla! component, but you have to write a good deal of boilerplate code; besides, CRUD (Create / Read / Update / Destroy) operations in the backend are usually similar, regardless of the model.
JoomGen is a code generator that, given an YAML or UML file, generates all the basic folders and files you need for a component, and code (Models, Views, Controllers and Tables) for CRUD operations. The generated code follows the PEAR coding conventions and several Joomla! "best practices".
In this talk we will show you why you should use JoomGen, how to use it, how it works and how you can contribute.