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:
I searched for a solution to use Guice Dependency injection together with RequestFactory. I stumbled upon this: https://github.com/etiennep
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
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
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
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开发者_如何转
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
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
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:
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