gwt-rpc
http error codes in gwt rpc
I am working with a web application which uses gwt, spring, hibernate. And I am using gwtrpcspring RemoteServiceDispatcher for remote service mapping. Currently if my application throws MyException fr[详细]
2023-02-03 16:06 分类:问答GWT Service serving multiple objects
I am new to GWT and I am creating a web interface to show tabular results from 3 diffe开发者_如何转开发rent queries. Therefore I have 3 different object classes defined. Tutors, Students and ClassSche[详细]
2023-02-03 14:02 分类:问答error when I use GWT RPC
I have a problem with Eclipse when I use an RPC.. If I use a single method call it\'s all in the right direction but if I add a new method to handle the server I get the following error:[详细]
2023-02-03 08:55 分类:问答GWT make RPC blocking
Is 开发者_JAVA技巧it possible to make a gwt rpc blocking? i.e. the application blocks until a response is received from the serverAs far as I know there is no gwt rpc blocking because it is opposite i[详细]
2023-02-02 19:03 分类:问答Save gwt entities to google application engine datastore with jdo, using rpc
Hello iam new to GWT framework. I want to persist my domain objects/entities to google application engine datastore using rpc. A simple implementation to test if i can make multiple rpc calls ( greetS[详细]
2023-01-30 13:07 分类:问答GWT Keep in sync client and server model
When the user comes to the site, an empty Shopping Cart is created on the client and server side. When he adds a product into the SC a RPC call is done to add the product on the server side. We need t[详细]
2023-01-30 05:17 分类:问答GWT for big projects?
M开发者_如何学Cy friend and I want to develop a big web2.0 project. We decided to write it in Java because we love it and we are good at it and the other libraries which we will use are written in Jav[详细]
2023-01-29 15:49 分类:问答How to handle Click event or any other Event in GWT Cloud?
I am using tagcloud_0.4.jar for using Tag Clo开发者_如何学Goud in GWT. Now, when I click on any tag inside the tag cloud, then how can I handle that event or how can I do RPC call when user select any[详细]
2023-01-29 00:09 分类:问答GWT Module inheritance and NO source code available on application running time
I am starting to use GWT for a c开发者_C百科lass project and wanted to know real use cases for RPC. So, I found this example on this same website: Stack Overflow - Simple RPC Use Case Problem (Code In[详细]
2023-01-27 10:17 分类:问答SerializationPolicy error when performing RPC from within GWT application
I\'m getting the following exception: com.google.gwt.user.client.rpc.SerializationException: Type \'java.lang.Long\' was not included in the set of types which can be serialized开发者_StackOverflow[详细]
2023-01-25 18:09 分类:问答