Re: 500 - POST on hosted mode

2009-11-25 Thread Fon Vitale
Hi, Finally, it works. I don't know why, but reducing the number of attributes in the serializated class it works. But why? On 24 nov, 17:03, Yozons Support on Gmail yoz...@gmail.com wrote: Gotta look at all your logs, console, etc.  Most likely it's a null pointer exception or a some sort of

XML from Google API Weather

2009-11-24 Thread Fon Vitale
Hi there, I'm trying to build a GWT project that consult weather information from Google API Weather. To do this, i'm working with a servlet which obtain the information in XML format and JDOM. The fact is that Google API Weather must give: xml_api_reply version=1 - weather module_id=0 tab_id=0

[ERROR] 500 - POST on hosted mode

2009-11-24 Thread Fon Vitale
Hi there, i'm building a GWT project that recolect information about weather from Google Api Weather using a servelt. This servlet connects with Google and parses the XML given. All this works fine, but the comunication. The callback execute onFailre method instead of onSucces. I get this in

Client-Server

2009-10-01 Thread Fon Vitale
Hi there, I'm programming a GWT application that needs to connect with a server to store data into a database. For instance, we have a user name and a surname that we want to store. The GWT part gets this fields and it has to send them to the server to store it. Well, my doubt is: How can I

Re: Client-Server

2009-10-01 Thread Fon Vitale
Thank you. Can you refer me to an example, please? On 1 oct, 13:20, David Given d...@cowlark.com wrote: Fon Vitale wrote: [...] I have been searching information about this and I have found examples about get data from the server, not to send data to server (JSON examples). It's