Tuesday, April 5, 2011

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

From stackoverflow
  • GWT is a client side technology, so basically gives you only the UI. Any CRUD process would happen in the server side, which could be any J2EE code.

    Anyway you can take a look to the StockWatcher Example which gives you a good approach to your question (you need to implement the server side storage)

    Also take a look to the RequestFactory documentation

    Does it help you?

0 comments:

Post a Comment