RequestFactory « GWT « Spring Q&A





1. Spring Roo + GWT: is RequestFactory still the way to go if "dual control" is required for every data operation?    stackoverflow.com

One requirement in our application is to implement "dual control" for everything, including CRUD operations. Just to be clear, "dual control" is a feature that requires a change in the data ...

2. GWT RequestFactory Hibernate unnecessary call find method in locator    stackoverflow.com

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 ...

3. Ignoring methods with GWT RequestFactory code generation    forum.springsource.org

Hi all, I like the updates to GWT in Roo 1.2.0 that allow you to be more selective about what client-side GWT code is generated but I now have a problem ...

4. GWT RequestFactory: how expose spring beans??    forum.springsource.org

GWT RequestFactory: how expose spring beans?? Hi How can I expose an spring bean as a gwt RequestFactory service? For what I saw it's quite easy to expose an static method ...