requestfactory
GWT persistent URLs
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[详细]
2023-04-12 19:23 分类:问答GWT RequestFactory + CellTable
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[详细]
2023-04-12 17:44 分类:问答Requestfactory Validation on Multi-Project Setup
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[详细]
2023-04-12 15:02 分类:问答RequestFactory slow on Android
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[详细]
2023-04-12 05:51 分类:问答detached entity passed to persist when using RequestFactory
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[详细]
2023-04-11 05:15 分类:问答How to prevent redundant persistence calls from GWT RequestFactory context?
In a project of mine I have a GWT EntityProxy simplified as follows: @ProxyFor(value = Item.class, locator = ItemService.class)[详细]
2023-04-10 19:57 分类:问答GWT - how to implement RequestContext methods outside an @Entity-annotated class?
Is it possible to implement RequestContext methods outside an @Entity-annotated class? @Entity class TheEntity {[详细]
2023-04-10 16:26 分类:问答Session handling in GWT RequestFactory
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.[详细]
2023-04-10 15:40 分类:问答GWT 2.4.0 RequestFactory polymorphism
Does GWT 2.4 support this case: @Entity class MyBase {...} @Entity class MyChild1 extends MyBase {...} @Entity class MyChild2 extends MyBase {...}[详细]
2023-04-10 05:50 分类:问答GWT, Maven and AspectJ: RequestFactory validation for AOPed code?
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:[详细]
2023-04-09 18:06 分类:问答