Every day is Election Day at DZone. Login and vote now.
By jansokol
via jan-so.blogspot.com
Published: Jul 05 2008 / 03:53
To make my point clear immediately at the beginning. I am not claiming that creation of fat rich client is easier in some web framework than with Java or .NET. I am talking about simple CRUD application with three domain objects, and two features that cannot be directly connected with CRUD.
So problem is following. There are three domain objects that should be stored into local database. Domain objects are Calculation, Shop and Item. Relationship between domain is displayed on the following picture:
Comments
Yakov Fain replied ago:
While Grails helps with CRUD, there are better ways to do this. Here's my blog with 9-min screencast showing how we generate CRUD from a simple SQL statement: http://flexblog.faratasystems.com/?p=322. We use our code generator Clear Data Builder written in Java+XSLT. The output is FLex app on the front, and a set of POJOs in the middle.
Voters For This Link (6)
Voters Against This Link (2)