Finally, I’ve uploaded an initial cut at appgen. The current version is 0.1 and links and documentation can be found at http://www.nagesh.net/appgen/ (Dead Link. Lost the code w/ the domain. In case you’re interested let me know and I can cook up some code over a weekend)
The initial release can be used to generate webapp artifacts namely
- Filters
- Servlets
- Listeners
- web.xml and weblogic.xml descriptors
- build.xml
It extensively uses StringTemplate for all the code generation. In addition to all the above features , it can also generate empty implementations for any arbitrary java interface in its classpath. I haven’t exposed that feature yet but intend to do it in a future release.
Read more on http://www.nagesh.net/appgen
Related posts:



