gwt-rpc
what IsSerializable or not in GWT?
I have this simple object in my GWT project. I cannot send it over the wire. Is it impossible to put a constructor in such a class?[详细]
2023-02-18 08:08 分类:问答Is there a way to GWT compiler/serializer/linker issue?
Lets say I have a class... com.mycom.app.AbstractM开发者_运维百科essage There is another class in[详细]
2023-02-17 19:13 分类:问答Open new page, deserialize object in GWT
I need to open new page and pass to this page objec开发者_运维问答t. New page will be handled by servlet. Please, tell me, how can pass object to servlet? Note, that this servlet will write content di[详细]
2023-02-17 17:41 分类:问答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 分类:问答Unable to initiate the asynchronous service invocation
I am trying to make a remote proc开发者_StackOverflowedure call of GWT RPC service. I get \"Unable to initiate the asynchronous service invocation -- check the network connection.\", but I don\'t have[详细]
2023-02-16 03:39 分类:问答SerializationException: type not included in serializable type set
In my Google Web Toolkit project, I got the following error: com.google.gwt.user.client.rpc.SerializationExcept开发者_C百科ion: Type ‘your.class.Type’ was not included in the set of types which can[详细]
2023-02-15 15:46 分类:问答GWT-One RPC after another
How do i make sure that i can make an RPC call only after i finish the first RPC call?Also how do i make sure that i can refresh my view only after i finish an RPC call.[详细]
2023-02-14 15:05 分类:问答Waiting for more than one event (using GWT)
I want to fetch 开发者_如何学JAVAtwo XML documents from the server and resume processing when both have arrived. Can I fetch them in parallel, or do I have to refrain from issuing the second request u[详细]
2023-02-13 10:20 分类:问答Experiences with integrating spring 3 mvc with GWT?
Given: Spring 3.0 mvc has excellent REST support with one of the representation being JSON. GWT simplifies development as UI is developed in java. But by default i开发者_开发技巧t uses RPC for client[详细]
2023-02-12 08:36 分类:问答GWT RPC serialization and circular references - chicken and egg problem
I\'m using GWT 2.1.1 and client-server communication using the AsyncService (not RequestFactory). I have an object that returns a \"fund\" object. The fund has a reference to a \"distributor\" object[详细]
2023-02-10 23:05 分类:问答