About
Caveats
Contact
Download
Future
Requirements
Running
Screenshot
Status
There is a bunch of stuff that may or may not ever
get impemented in a future release:
- XML: I'm not really nuts about using Serialization
to store class files in. A better solution
would be to store the class files in a xml doc,
or better still, add the ability to parse
a java sourcefile iteself.
- Patterny type skeltons: This is something I would
like to do. All this tool does right now is
create set and get methods. Eventually, it would
be nice to generate skeletons that are more
useful. For instance creating skeletons for
a model/view/controller. I'm not sure what
the best way to do this is. Programatically or
via some kind of embedded scripting language?
Also it would be useful to be able to generate
basic main() and toString() type methods.