Thursday, March 11, 2010

Posts Tagged ‘code generation’

Code Generators OUT, Wizards IN

Wednesday, February 27, 2008 1:56

Code generation and development trends in java. Brief History:Code Generation In Java Code Generation was a must for J2EE because of lots of .xml, .java and .properties files . There are less code-reuse and less components. So if you are developing medium or enterprise applications your first step would be seeking a code generator. And finally you would find one or build a small code generator . And after some development and training you have something miraculous:Code Generated and lots of code working with pretty UI's and interfaces.

This was posted under category: Notes  |  Read Full Story  |  3 Comments
Tagged with: ,

when do not generate code !

Wednesday, April 11, 2007 5:25

Image by saharsh via Flickr Currently code generation is very common way of some handling common repeating code fragments and some initial setup task like startup configurations and ...

This was posted under category: Notes  |  Read Full Story  |  0 Comments
Tagged with: