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

