Code generation on giant CRUD
Abstract
When you have a giant Domain Object Model, and you need to write CRUD software for it with the MVC model, you might not want to type a separate view and controller for each single one of them. On the other hand, you don't want your hands tied down when implementing specialized business requirements for some parts of the model. In this session, we will explore the possibilities and the pitfalls of an approach that generates Java code automatically, using tools such as XDoclet, Freemarker, and even a pinch of MS Access.
Speaker