Call A external server

2009-03-03 Thread frankCostello
Hi, I want to make an application that call an external Server. how do I call an external server with Http? It's possible to use a Socket? I see the google socket (Sockets.jar) but I don't know how do I comunicate with the server! --~--~-~--~~~---~--~~ You

Error Gwt Sockets

2009-03-03 Thread frankCostello
Hi, I try to use Sockets.jar, but when I compile, give me an error: [ERROR] Line 653: Type 'long' may not be returned from a JSNI method For additional info see: file:/Users/smartsr/Downloads/gwt- mac-1.5.3/doc/helpInfo/longJsniRestriction.html [ERROR] Line 714: Parameter 'value':

Help : Android and gwt!

2009-03-03 Thread frankCostello
Hi, How do I communicate with between Android and gwt? for example I want send a String from gwt's apps to android's applications!! How do I do?? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Openfire and gwt

2009-03-02 Thread frankCostello
Hi, In openfire I have registred 2 user : user1 and user2 When the users connect to openfire with the method connect(), in the server the users are online. The problem is this : When I create a chat beetwen the users , the 2 users don't receive any messages. Do I do to set openfire server??

Problem with Openfire e Gwt

2009-03-02 Thread frankCostello
Hi, In openfire I have registred 2 user : user1 and user2 When the users connect to openfire with the method connect(), in the server the users are online. The problem is this : When I create a chat beetwen the users , the 2 users don't receive any messages. Do I do to set openfire server?? The

Openfire with Gwt

2009-03-02 Thread frankCostello
Hi, In openfire I have registred 2 user : user1 and user2 When the users connect to openfire with the method connect(), in the server the users are online. The problem is this : When I create a chat beetwen the users , the 2 users don't receive any messages. Do I do to set openfire server?? The

Gwt and Smack Openfire error

2009-02-28 Thread frankCostello
Hi, I make a simply apps with gwt and on server-side I use Smack. I want to create a button that when pressed is recorded in Openfire. My problem is that not connect to Openfire Client-side SmackServiceAsync smackServiceAsync; /** * The entry point method, called automatically by

Observer and Gwt

2009-02-20 Thread frankCostello
Hi, I make a chat with gwt but I have a problem. I implements a Observer pattern of java.util for comunicate with the user, but when I deploy my app , give me an error! The class tha that implements Observer is: client-side. public class ChatGui extends Panel implements Observer{ .

Re: Observer and Gwt

2009-02-20 Thread frankCostello
I communicate with the server through RPC, but I wanted to know how to implement the Observer pattern in GWT. I wanted to know how the server invokes the method update() on the client! I'm doing a chat through Observer I know all the events! Server-side public class service implements extends

Gwt and Android

2009-02-18 Thread frankCostello
HI, I want to make an application gwt for android. Its possible? In particolar I wanto to send a photo that are on emulator to an external server. How to install an apps gwt on android? Or the only way is to connect from the browser? Thanks --~--~-~--~~~---~--~~

Re: Apps on Android!

2009-02-18 Thread frankCostello
specifically for the android on the android. On Feb 17, 5:30 pm, frankCostello smar...@gmail.com wrote: Thanks for the reply; but I want to say how to create a simple gwt application on Android! Thanks. On 17 Feb, 20:20, Ben Tilford bentilf...@gmail.com wrote: The Android SDK and GWT have

Apps on Android!

2009-02-17 Thread frankCostello
Hi, I want to make a Gwt application on Android! It's possible? How do I do? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Apps on Android!

2009-02-17 Thread frankCostello
that would let you serve up a webpage with GWT embeded in it but that would be a very round about way of getting things done. On Tue, Feb 17, 2009 at 2:02 PM, frankCostello smar...@gmail.com wrote: Hi, I want to make a Gwt application on Android! It's possible? How do I do? thanks

problem with rpc!

2009-01-23 Thread frankCostello
hi, I have a problem about rpc. In practice the client should receive a list of strings from the server. if I use a method that returns an arraylist public interface Service extends RemoteService { public ArrayList method();} public interface ServiceAsync {

Re: problem with rpc!

2009-01-23 Thread frankCostello
using generics. So your method becomes: public interface Service extends RemoteService {           public ListString method(); } On 23 jan, 18:44, frankCostello smar...@gmail.com wrote: hi, I have a problem about rpc. In practice the client should receive a list of strings from

Help me!!

2009-01-13 Thread frankCostello
I made a simple application to test Gwt-Ext but give me error.. the error is this : [ERROR] Unable to load module entry point class gwt.client.Application (see associated exception for details) com.google.gwt.core.client.JavaScriptException: (TypeError): Undefined value line: 119 sourceURL: