AppGen

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/
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

Comments

Popular posts from this blog

Yet another Java Blog

Article on WebLogic JSP Container