What is the differe开发者_开发技巧nce between GWT.create(SomeClass.class) and new SomeClass()?
I am trying to work out how to send a domain object from the server-side to the client-side using GWT RPC. I\'ve coded a really simple use case that represents the sort of thing I (and others?) need t
I am trying to get a prope开发者_StackOverflowr method for days to select multiple cells in a flextable\'s column.
I\'m writing an application in GWT. It went really well, until I ran it in IE. I made an application that uses a FlexTable, and each cell of the table was to be highlighted. I wrote the MouseOver han
So, I have a GWT client, which interacts with a Python Google App Engine server. The client makes request to server resources, the server responds in JSON. It is simple, no RPC or anything like that.
I have window with few widgets inside. When it is rendered, it shows in top left corner for a second and then is centered开发者_开发技巧.
I am trying to display a (java.util.)Date client-side, and it keeps using the browser\'s timezone, resulting in a different date visible depending on where you view the page.
I have an RPC service in GWT that needs to return a List.The List can be filled with various types of objects, all of which are serializable and all of are referenced elsewhere in my service so they s
I am working to recreate (conceptually) a prototype I\'ve written in Cappuccino in GWT/GXT. Cappuccino made it tri开发者_高级运维vial to display an external webpage as part of the application by using
If I am using the MVP pattern with GWT, as in the GWT architecture best practices talk from Google I/O from 2009, but have spread out the information into multiple widgets, how should the value object