I have a开发者_开发问答 web-app built with GWT, Request Factory and Places/Activities. I\'m curious whether history tokens I use are persistent or not. The task is basically just about having URLs tha
Does anyone know for an example of GWT\'s CellTable using RequestFactory and that table is being edited? I would like to list objects in a table (each row is one object and each column is one property
I tried changing to the release version of gwt2.4 and run into a problem. I use multiple projects in my setup. I have a project with serversidecode, one project with shared code, that can be used in d
I am using RequestFactory with appengine and android.It has been working great, however when I retrieve a list of objects of any size(around 400) it has a very delayed response.It appears that the tra
I\'m trying to use the RequestFactory but I have trouble changing existing records. I keep getting a org.hibernate.PersistentObjectException: detached entity passed to persist while I do not understan
In a project of mine I have a GWT EntityProxy simplified as follows: @ProxyFor(value = Item.class, locator = ItemService.class)
Is it possible to implement RequestContext methods outside an @Entity-annotated class? @Entity class TheEntity {
Can somebody show me a simple example about session handling with GWT RequestFactory. Maybe it is very simple, but I can\'t figure it out.
Does GWT 2.4 support this case: @Entity class MyBase {...} @Entity class MyChild1 extends MyBase {...} @Entity class MyChild2 extends MyBase {...}
To use GWT 2.4.0 RequestFactory, you have to run request factory validation tool. Otherwise, it just won\'t work. [Google says][1], that it\'s enough just to add 2 plugins to pom.xml: