A
Ashton
After creating a number of applications using J2EE components, I've
settled (well, mostly) on a common directory structure, collection of
tools, and some standard utility classes that I'm likely to use in
future projects. I've built an archive file that I can use a a starter
kit for any new project...expand it, rename some files, edit a few more
and away I go.
However, I've been toying with the idea of creating a web application
where I'd fill in a form and have it create the skeleton of the new
application. As a proof of concept I have it at a stage where it can
create something unique that builds with no extra intervention on my
part except typing 'ant'. (No renaming, no editing.)
My question is, am I looking at "wheel re-invention" here? It might be
fun to add some more features and turn this into something useful, but I
won't bother if there are similar utilities already available.
Anyone familiar with non-proprietary tools that already do this?
settled (well, mostly) on a common directory structure, collection of
tools, and some standard utility classes that I'm likely to use in
future projects. I've built an archive file that I can use a a starter
kit for any new project...expand it, rename some files, edit a few more
and away I go.
However, I've been toying with the idea of creating a web application
where I'd fill in a form and have it create the skeleton of the new
application. As a proof of concept I have it at a stage where it can
create something unique that builds with no extra intervention on my
part except typing 'ant'. (No renaming, no editing.)
My question is, am I looking at "wheel re-invention" here? It might be
fun to add some more features and turn this into something useful, but I
won't bother if there are similar utilities already available.
Anyone familiar with non-proprietary tools that already do this?