-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Dear all,
I want draw a chart based on the date retrieve from the database by using RPC.
But everytime I fail to get the result. My rpc function is working.
I think is the sequence of the process.
below is my class:
public class TrafficPattern_1 extends GChart {
TrafficPattern_1()…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've just started learning Google Web Toolkit and finished writing the Stock Watcher tutorial app.
Is my thinking correct that if one wants to persist a business object (like a Stock) using JDO and send it back and forth to/from the client over RPC then one has to create two separate classes for…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i m making a rpc call in GWT which should return a DataTable object but it gives serialisable error any solution to this
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello.
I'm writing a ajax chatting webapp, just to test working with GWT.
To simulate server side push of chat messages from the server to the browser, I have a XHR request running behind. It all works fine - except on Chrome, the browser is displaying a loading icon (a spinner) because of the XHR…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi ,
I am using GWT. Currently using gwt-rpc to for login authentication. For only login purpose i want to use ssl(https) and so instead of using gwt-rpc i am trying Request Builder and calling a servlet with https.
When in Servlet URL i use protocol as http the request builder works perfectly and…
>>> More