- instead of reflection at runtime use the beenerator at build-time to create code (perhaps with the Beanutils
)
- template systems in ides (e.g. intellij uses velocity as its file-template system)
- life templates ala ctrl-j in JBuilder or Intellij
- projectfile creation for eclipse/intellij out of project descriptors ala mavens project.xml (altough plugins for this exist, i dont know if the use a template approach to respond quickly to changes in the project-format (changes in the project-format of the ides should not happen too often))
- generating supportfiles for idea out of the maven-repository (e.g. applicationLibraries.xml)
Next