L
longislandbassist
I am seeking a code generator to build simple CRUD (create / read /
update / delete) web applications in java. *OR* I would like a good
example with source code of a simple (yet functional) CRUD web
application that I can then build a generator around (using Velocity
or something similar) or use as a template for creating new
applications.
My wish list is as follows:
1) Simplicity is key, ease of programming and readability are key.
The generator itself and the generated code is to be used both for
real work and to serve as a learning tool for new java programmers
2) Very little reliance on frameworks. I do not wants Struts /
Spring / Hibernate / EJBs or things like that. Very simple and
straightforward MVC is what I'm looking for: Controller servlet,
DAO / DTO POJO objects representing the table elements, JSP using JSTL
tags to implement the output. Simple.
3) Integration with Eclipse would be nice but not essential.
I do not need a full web application framework generator, I do not
want Ruby on Rails or dependency injection or anything like that.
This isn't intended to be next killer app. This is intended to be a
tool for quick generation of table maintenance applications, where the
generated code is to be used and modified by novice Java programmers.
So either (1) an application generator, or (2) a good example of a
simple table maintenance web application would be great. I could
always build a straightforward CRUD app myself and use that as the
template, and I started doing that, but if someone has done the work
already that I can build on, well, that's all the better.
Thanks very much in advance...
update / delete) web applications in java. *OR* I would like a good
example with source code of a simple (yet functional) CRUD web
application that I can then build a generator around (using Velocity
or something similar) or use as a template for creating new
applications.
My wish list is as follows:
1) Simplicity is key, ease of programming and readability are key.
The generator itself and the generated code is to be used both for
real work and to serve as a learning tool for new java programmers
2) Very little reliance on frameworks. I do not wants Struts /
Spring / Hibernate / EJBs or things like that. Very simple and
straightforward MVC is what I'm looking for: Controller servlet,
DAO / DTO POJO objects representing the table elements, JSP using JSTL
tags to implement the output. Simple.
3) Integration with Eclipse would be nice but not essential.
I do not need a full web application framework generator, I do not
want Ruby on Rails or dependency injection or anything like that.
This isn't intended to be next killer app. This is intended to be a
tool for quick generation of table maintenance applications, where the
generated code is to be used and modified by novice Java programmers.
So either (1) an application generator, or (2) a good example of a
simple table maintenance web application would be great. I could
always build a straightforward CRUD app myself and use that as the
template, and I started doing that, but if someone has done the work
already that I can build on, well, that's all the better.
Thanks very much in advance...