I think you should avoid duplicate the model objects. Find the way to share them between all you application or cut off one layer :P
2010/7/7 SimonM <[email protected]> > Hi, > > I have some troubles with MVP : as I have understood, the model should > just be business objects which are present in a shared package, so > client and server can access them from a GWT point of view. > > In a three layered application how do you not duplicate these business > objects, while you have beans used in the business layer ? From what I > understand they are the same objects but in two different layers, so > we need two different classes. > > Where is my mistake ? > > Simon > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- http://gwtupdates.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
