gwt-rpc
Opening new browsers window blocked inside GWT application
In my gwt, when a c开发者_如何学GolickEvent is fired, i create a webapp using rpc that i deployon server and i return the url which i used to open a new window...I have to do some process before openi[详细]
2023-03-23 04:55 分类:问答GWT Serialization MyObject java.sql.Timestamp
I have defined MyObject on client side of my GWT application that implements IsSerializable, where MyObject{String, Timestamp, Timestamp, String}.[详细]
2023-03-23 01:19 分类:问答Changing CSS in GWT
I am trying to change the default css but nothing happens, even if I do bar.setStylePrimaryName(\"gwt-TabBar\");[详细]
2023-03-22 16:36 分类:问答GWT how can I reduce the size of code serializers for RPC calls
I found that the more than 60% of the javaScript code generated by GWT on my application is for RPC serializers.[详细]
2023-03-22 04:38 分类:问答Getting Errors when Clicking on Button
I am new to GWT and I am having trouble with a button causing a lot of errors. I am开发者_开发技巧 posting my class and the errors I am getting. I rather provide all the information than just talk abo[详细]
2023-03-21 10:53 分类:问答How to deploy Gwt RPC servlet on tomcat server?
I have apache-tomcat-7.0.16 and jdk1.6.0.25 on my window xp server. I install eclipse and copy the programer of stockwatcher from google site. I compile the p开发者_JS百科rogram and run under eclipse[详细]
2023-03-20 12:57 分类:问答unable to make call to service on GWT
i am testing a sample web application on GWT , i have downloaded all SDK, and plugin on eclipse, i have designed a[详细]
2023-03-17 02:08 分类:问答GWT cross-domain rpc
I need to call a GWT application service from javascript which is running on different domain. How could this be done? How do I point from my applicaton to the javascript url?[详细]
2023-03-16 12:24 分类:问答Google GWT RPC Vector
I use Google GWT and RPC. On the Client side is the class SplitDatenhalter. This works OK: Vector <SplitDatenhalter> vec = new Vector<SplitDatenhalter>();[详细]
2023-03-16 11:35 分类:问答ModelData interface gxt
I\'m implementing a server-client data transfering in gxt. So, I have a 开发者_Go百科Bean class and a class that extends BeanModelMarker.[详细]
2023-03-16 07:37 分类:问答