Re: Basic Requestfactory Example
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 <khi...@googlemail.com> 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 <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...
>
> > --
> > 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+unsubscribe@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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home