rapid development with jsp?

i'm looking for a lightweight jsp framework that would allow rapid development.

i have to build a simple databse driven website. there will be some tables with simple relationships. i need frontend which will basically display data and bakcend that will allow insererting, removing and updating data. hardly any logic besiedes that.

i'm looking for something that would work like 'ruby on rails': read my database structure and create pages for simple actions like list, insert, delete, edit automatically.

i don't need it to be internally similar to RoR. i just want to avoid the mundane coding.

i'd prefer something lightweight and simple. i haven't done jsp for ages and i am only doing this for a single project where jsp is a client's requirement.

any help would be apprectiated.

thanks,

michal

[858 byte] By [MiMiJaJaa] at [2007-10-3 2:33:33]
# 1

http://grails.codehaus.org/

"Groovy on Rails"

Groovy (http://groovy.codehaus.org) is a scripting language that combines features from Java, Ruby and Perl.

Grails is an attempt to duplicate Ruby on Rails in Groovy. My experience with it is that it's really slow, but it allows for the rapid development and database connectivity you need.

Brian

brian@cubik.caa at 2007-7-14 19:32:33 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...