yes you are right, but since i wanted to have a example as simple as possible i did not use a separat Locator. If you don't use a Locator you have to implement the findX() in your domain class.
On 27 Jun., 21:55, khiem nguyen <[email protected]> wrote: > h) Eie *Entity(Domain)-Klasse* m u s s folgende drei Methoden > implementiert haben: > > - *public Long getId() {...}* > - *public Integer getVersion() {...}* > - *public static Person findPerson(Long id) {...}* > > the requirement for static findX() is not required anymore > > you can use a Locator for that > > cheers > > > > > > > > On Sat, Jun 25, 2011 at 5:43 PM, langlaufen.de <[email protected]> wrote: > > I have created a very simple requestfactory example. This example > > implements the four crud actions using requestfactory. You can > > download the example at: > > >http://www.langlaufen.de/gwt-blog/downloads/RequestFactoryExampleI.zip > > > For people who understand german, you can find further informations in > > my blog: > > >http://gwt-blog.langlaufen.de/2011/06/gwt-request-factory-ein-kleines... > > > -- > > 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. -- 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.
