Francois Wauquier
unread,Nov 17, 2009, 1:15:05 PM11/17/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwt-mvc
Hi
I'd like to brainstorm about the Model class naming, that really not
fit to what the richness a model can represent:
ie, the server methods that allows to acces to the application data
and state, and the domain itself, including data structure and
methods.
The Model class in gwt-mvc is more like a data container that can be
updated by controller, or with a RPC call, or any initialisation
values, so i would say it more acts as a repository or a cache.
So i have different propositions , and feel free to vote, comment, or
propose.
- ModelRepository
- ClientRepository
- Repository
- ClientCache
- ModelCache
- ModelValue
- ValueHandler
- ModelValueHandler
- RPCClient
- DataWrapper