I need an admin interface for my spring-struts-hibernate application. an interface for creating, updating, and deleting objects. In Rails there's ActiveScaffold. Does something like an admin generator exist in the Java world? For Spring?
Handcoding all this is just such a pain in the arm. Thanks for your help.