requestfactory
Simple GWT RequestFactory crashes
Used this http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html tutorial to understand the basic concepts, but having problems running my app from Eclipse:[详细]
2023-04-09 02:07 分类:问答Guice injection and RequestFactory: Extending ServiceLayerDecorator
I searched for a solution to use Guice Dependency injection together with RequestFactory. I stumbled upon this: https://github.com/etiennep[详细]
2023-04-07 09:23 分类:问答GWT RequestFactory Hibernate unnecessary call find method in locator
Using RequestFactory I gets data to View, then in other transaction someone else updating this object to version 1 (My view has still version 0). Next I update some values and push changes by RequestF[详细]
2023-04-06 10:45 分类:问答GWT RequestFactory returns a null object
I am trying to use GWTs RequestFactory to (at the moment) do something very simple and return a list of objects each containing some data and another object. I don\'t seem to be able to get my other o[详细]
2023-04-06 10:29 分类:问答GWT Autobean frozen when saving graph
I am using GWT 2.4 with the editor and request factory frameworks. I have a model, Trip, which has an Address \'origin\' and an Address \'destination\'. When creating a Trip via the UI, the two addres[详细]
2023-04-06 05:15 分类:问答RequestFactory service inheritance on the client in GWT 2.4
GWT 2.4 brings service inheritance on the client (issue 6234, issue 6035). I\'ve been waiting for this future for a long time, as it saves a lot of duplicated code on the client. I\'ve s开发者_如何转[详细]
2023-04-05 07:31 分类:问答client parameters in GWT RequestFactory
I´m using GWT RequestFactory and want to transport client-side parameters in a service. The parameters should be created on the client, because they aren´t part of the domain model and won´t be sto[详细]
2023-04-05 04:40 分类:问答Getting Intellij IDEA to process GWT RequestFactory annotations
Having upgraded to GWT 2.4.0, I want (need) to enable annotation processing for my RequestFactory interfaces. The instructions for doing that in Eclipse are clear enough, but I can\'t find the corresp[详细]
2023-04-03 20:51 分类:问答Sending a ValueProxy for an immutable class upstream to server
Suppose I am trying to use GWT\'s RequestFactory to pass an immutable type between client and server, bidirectionally.Let\'s say the underlying type is TimeOfDay, which is designed to be immutable:[详细]
2023-04-03 04:33 分类:问答Unable to create a ValueProxy
I am trying to create a ValueProxy which holds some basic information about a search a user is performing. For some reason GWT wants it to be an EntityProxy but I dont see why (nor does it make sense[详细]
2023-04-02 04:37 分类:问答