requestfactory
GWT mvp : Places , RequestFactory and SmartGwt and gwt-sl
I am new to GWT and MVP and have explored a few libraries (gwt-sl, gwt-presenter,gwt-dispatch) and frameworks (smartgwt ..) and i am getting very confused.[详细]
2023-03-02 18:45 分类:问答How to access the current request while in an domain object used by requestfactory?
I am using GWT RequestFactory. When I am in a normal RPC class that extends RemoteServiceServlet I can access the current request using this.getThreadLocalReq开发者_JAVA技巧uest().[详细]
2023-03-02 08:37 分类:问答GWT embedded ValueProxy stack overflow error
If I have a PersonProxy {String getName(); PersonProxy getParent();} and I try to load it from server through a RequestFactory provided Request object, it crashes with stack overflow error.[详细]
2023-02-27 02:17 分类:问答ClassLoader problem when using GWT RequestFactory with Grails
In order to get GWT RequestFactory running with Grails, I am using the following approach: class GwtController extends RequestFactoryServlet {[详细]
2023-02-26 19:38 分类:问答List<List<MyEnum>> in AutoBeanFactory
I\'m using an AutoBeanFactory outside of RequestFactory to transform objects to and from JSON.It\'s working really well, but I\'ve just added a type of Object that is crashing the codex with a NullPoi[详细]
2023-02-25 11:50 分类:问答How do I send an Object containing another object to the server?
I am developing an application to collect 开发者_Go百科questions (class name Question) and answers.[详细]
2023-02-24 09:42 分类:问答Simple question about custom method in RequestFactory
I have RequestFactory with some request interface public interface FooRequest extends RequestContext {[详细]
2023-02-20 02:41 分类:问答Inject into anonymous inner class (GIN)
I have something like this: request.findAllProjects().fire(new ExtReceiver<List<ProjectProxy>>() {[详细]
2023-02-20 01:02 分类:问答How can I cache RequestFactory data on client side?
Is there a part of RequestFactory classes I can override to provide automatic c开发者_如何学编程aching for some requests?I could cache outside RF, of course, but I\'d like to do it via overriding to b[详细]
2023-02-19 15:53 分类:问答Is it possible to use GWT EntityProxy WITH RPC calls?
I was reading about this EntityProx开发者_运维技巧y feature in GWT 2.1+ and was wondering if you can use this proxy mechanism to avoid having to create DTOs and combine with regular RPC calls?[详细]
2023-02-16 11:30 分类:问答