gwt-rpc
RequestFactory with service layer
I need to use GWT with a service-based domain layer - not beans with DAOs. Is the GWT 2.1 architecture with MVP and RequestFactory fitted for this? Or should I stay w开发者_开发知识库ith RPC?[详细]
2023-02-09 11:01 分类:问答GWT question on RPC
I\'m trying to understand the RPC functionality which GWT uses, and have followed this guide. It works perfectly OK if I follow the guide and has the call to the server in a separate class file. Howev[详细]
2023-02-09 06:10 分类:问答Calling remote Servlet from GWT
I am trying to call remote servlet from GWT, actually the GWT-RPC doesn\'t seems to work, so I am trying to do it using the RequestBuilder.[详细]
2023-02-09 00:53 分类:问答Should I build a REST backend for GWT application
I am planning a new application and have been experimenting with GWT as a possible frontend. The design question I am facing is this.[详细]
2023-02-08 22:34 分类:问答GWT RPC how to send any Object
I have a question concer开发者_JAVA技巧ning GWT RPC and self made classes. So I create class for GWT like[详细]
2023-02-07 02:12 分类:问答GWT/GWT-RPC using com.google.gdata.contacts
I am putting together a tutorial showing how combine GWT, RPC and the gData API using Java I would like to utilize the existing gdata contacts classes (from gdata-contacts-3.0.jar et.al.) with the cl[详细]
2023-02-06 14:04 分类:问答Is it possible to pass parameters from server package to client package using RPC?
I have a GWT project in which I have a web interface programmed in the client package and the code that connects to a remote server in the server package. The interface presents certain parameters to[详细]
2023-02-06 00:44 分类:问答GWT client request not getting posted to server
I have a small GWT application that gets the contents for a FlexTable from a database based on some string parameters. It is triggered by the click of a button on the GUI.[详细]
2023-02-05 20:45 分类:问答gwt - problem accessing servlet in inherited module
I\'m trying to divide my app into modules and I\'m stuck with this problem: I have a widget MapServiceWidget in one module called \"webvisualisation\" that uses the RPC to get the data from MapServic[详细]
2023-02-05 07:48 分类:问答Facing a problem with GWT Data Serialization
This is similar to the question:GWT Data Serialization I am using Date Object @ my client, Here is what I tried,[详细]
2023-02-05 05:03 分类:问答