I want to be able to use different entity locators for the same domain object. I use Twig and it has an option to load an object fully or partially. When I run the lite request fetchRangeLite, the loc
The JavaDoc for EntityProxy.stableId() says: \"An id returned by a proxy newly created by RequestContext.create
I\'m looking for someone to point me in the right direction (link) or provide a code example for implementing a drop down list for a many-to-one relationship using RequestFactory and the Editor framew
How can I get GWT RequestFactory to with in a Gadget? Getting GWT-RPC to work with Gadgets is explained here.
I currently have a working implementation using GAE and servlets to communicate with my android application.The app will create json objects and send/receive them using the httpclient.I then was looki
Is there any easy way to use a pojo as a request factory proxy and not an interface? The case is that I would like to reuse the actual value object as is without creating an interface describing it.
I am currently developing an app with GWT/RequestFactory and Hibernate/JPA as a peristence provider. So I have started to modify my Entity classes, created EntityProxies, put the V开发者_如何学编程er
I can\'t figure out how to update my celltable after changes have been made using an editor. If I could get the edited proxy then I can use the dataprovider to update my celltable.
The following snippet displays the list of Cats successfully, however when I flush the driver the values in the Cat objects are all null.
I want to use GUICE on the server side with the GWT 2.3 RequestFactory. I have my class that extends the ServletModule with :