crud

what are the fastest java tools to generate CRUD screens from a DB schema?

I am constantly in search of better and faster java tools to prototype webapps. I generally start with a good data model on the backend, and work towards the screens. What are some good tools that I might not know about that can be used to quickly generate functioning CRUD screens. ...

An example of a Google Web Toolkit (GWT) Create Read Update and Delete (CRUD) Application

Hello Does anybody know of any examples of a Google Web Took (GWT) - based Create Read Update and Delete application. That is, an application which uses the GWT to manipulate and display the contents of a database. Thanks ...

Spring Roo does not generate CRUD

In Spring Roo I used this tutorial with my custom xsd to generate objects. After that I used command controller all ~.web, controller is generated but without CRUD functions. If I make manual objects in Roo controller with CRUD functions is generated. Any idea what is the problem? Schema file xsd is in my case important for REST data exc...