requestfactory
GWT Request Factory - Several entity locators for the same entity type
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[详细]
2023-03-20 21:43 分类:问答How stable is stableId?
The JavaDoc for EntityProxy.stableId() says: \"An id returned by a proxy newly created by RequestContext.create[详细]
2023-03-16 10:56 分类:问答GWT Editor Framework: Drop Down List
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[详细]
2023-03-14 16:30 分类:问答How can I get GWT RequestFactory to with in a Gadget?
How can I get GWT RequestFactory to with in a Gadget? Getting GWT-RPC to work with Gadgets is explained here.[详细]
2023-03-14 00:39 分类:问答Client Server approach for Android application
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[详细]
2023-03-13 21:43 分类:问答Use pojo as gwt RequestFactory proxy instead of interface
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.[详细]
2023-03-13 07:20 分类:问答How to get rid of "The persisted entity with id XXX has a null version" in GWT?
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[详细]
2023-03-11 23:19 分类:问答How can i get the edited proxy from RequestFactoryEditorDriver
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.[详细]
2023-03-11 04:52 分类:问答How to edit List items in GWT CellTable using an Editor with Driver and RequestFactory
The following snippet displays the list of Cats successfully, however when I flush the driver the values in the Cat objects are all null.[详细]
2023-03-10 00:02 分类:问答Problem with configuring servletModule with Guice injecting GWT RequestFactory
I want to use GUICE on the server side with the GWT 2.3 RequestFactory. I have my class that extends the ServletModule with :[详细]
2023-03-08 12:32 分类:问答