gwt-rpc
How to make a server call with out dispatch async instance in gwt
I am using using GWT2.3 with GWTP. Now in this application I need to make a server side call from a non presenter class (So there id no dispatch async instance).[详细]
2023-04-03 16:38 分类:问答Android to Appengine RPC Nullponter on server
I have a Appengine connected Andorid project, to enable RPC calls between the server and the Android device. When I\'m doing calls on the GWT client everything works perfectly, but when I\'m doing cal[详细]
2023-04-01 07:18 分类:问答Programmatically refresh a Gwt CellTree
I want to fire the \"open root node\" event on my current working CellTree, which now has the following behaviour:[详细]
2023-03-31 12:00 分类:问答GWT-RPC Unable to access servlet
I integrated my gwt module in to existing web application and deployed on jboss. when I trying to hit gwt_servlet then I am getting error message on failure method of asynccallback i.e.[详细]
2023-03-31 11:21 分类:问答Using GWT-RPC vs RequestFactory for passing large arrays
I am building an application which retrieves data and parses it into a two-dimensional array object before sending it back to the client. The application then uses the data to create an image on HTML5[详细]
2023-03-30 02:27 分类:问答GWT server side database connection - cannot find oracle.jdbc.driver.OracleDrive
I\'m trying to connect to an Oracle 10g database on the server side of a gwt application. Currently I\'m getting this exception: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver. (ful[详细]
2023-03-29 14:37 分类:问答AppEngine Datatransfer
I am trying to transfer data in the form of objects between a gwt client and the app engine server. The objects i transfer need to be persistable (a blog comment for example). as it turns out AppEngin[详细]
2023-03-28 20:23 分类:问答JBoss Errai, should I replace all my GWT-RPC client calls with it?
Is there still any benefit to using GWT-RPC to do my client-side calls if I开发者_JAVA技巧 have JBoss Errai (which I downloaded in order to do server push)? Or would I lose nothing if I just used Erra[详细]
2023-03-28 07:13 分类:问答Sending big strings over RPC is causing trouble
So this is a quick question. I have now reached the stage of sending my image to the blobstore but the RPC part is causing issues.[详细]
2023-03-25 11:41 分类:问答Gwt RPC in development mode
I am wondering if I can test my RPC in Developement mode.Does service will be invoked from the client if I run my GWT project in development mode ?[详细]
2023-03-24 22:32 分类:问答