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 <a...@gmx.net> 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.html
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to