Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Does anyone worked with GWT connecting to Web Services in the server side?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
nacho  
View profile  
 More options Nov 6, 1:43 pm
From: nacho <vela.igna...@gmail.com>
Date: Fri, 6 Nov 2009 10:43:16 -0800 (PST)
Local: Fri, Nov 6 2009 1:43 pm
Subject: Does anyone worked with GWT connecting to Web Services in the server side?
Hi, i'm trying to develop an application with GWT in wich one i have
to get the data from WS that are hosted on a different server.

I was googling about that but there not so much examples.

Does anyone did that?

Sorry my poor english :P


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
MarcoGT  
View profile  
 More options Nov 7, 4:22 am
From: MarcoGT <marc...@gmail.com>
Date: Sat, 7 Nov 2009 01:22:56 -0800 (PST)
Local: Sat, Nov 7 2009 4:22 am
Subject: Re: Does anyone worked with GWT connecting to Web Services in the server side?
On Nov 6, 7:43 pm, nacho <vela.igna...@gmail.com> wrote:

> Hi, i'm trying to develop an application with GWT in wich one i have
> to get the data from WS that are hosted on a different server.

> I was googling about that but there not so much examples.

> Does anyone did that?

What do you mean with "different server"?
I do something like that; I use RequestBuilder classs (I do not use
RPC and ASyncCallBack) to make request to server; date are sent and
received in XML format.

Bye
Marco


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nacho  
View profile  
 More options Nov 7, 10:13 am
From: nacho <vela.igna...@gmail.com>
Date: Sat, 7 Nov 2009 07:13:45 -0800 (PST)
Local: Sat, Nov 7 2009 10:13 am
Subject: Re: Does anyone worked with GWT connecting to Web Services in the server side?
The problem is the following.

I have an api wich connects to the differents WS and gave me all the
DAOs. But when i try to use the API in the server side, in a
ServiceImpl class i get the followoing error:

javax.xml.ws.Service is a restricted class. Please see the Google  App
Engine developer's guide for more details.

This problem i think is because this class is not in the Appengine
Whitelist (http://code.google.com/appengine/docs/java/
jrewhitelist.html) but it dosnt have to be a problem if i want to
deploy the application in a Tomcat Server for example.

Buuuuuuut because of the above error, my problem is that i can't make
the GWT compiler to get run and compile the js files.

How could i do?

On Nov 7, 6:22 am, MarcoGT <marc...@gmail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shawn Brown  
View profile  
 More options Nov 7, 6:40 pm
From: Shawn Brown <big.coffee.lo...@gmail.com>
Date: Sun, 8 Nov 2009 08:40:15 +0900
Local: Sat, Nov 7 2009 6:40 pm
Subject: Re: Does anyone worked with GWT connecting to Web Services in the server side?
    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sripathi Krishnan  
View profile  
 More options Nov 7, 9:25 pm
From: Sripathi Krishnan <sripathi.krish...@gmail.com>
Date: Sat, 7 Nov 2009 21:25:54 -0500
Local: Sat, Nov 7 2009 9:25 pm
Subject: Re: Does anyone worked with GWT connecting to Web Services in the server side?

> it dosnt have to be a problem if i want to
> deploy the application in a Tomcat Server for example.

You can do that if you disable Google App Engine. If you are using the GWT
Eclipse plugin, there is a setting to disable App Engine.

--Sri

2009/11/7 nacho <vela.igna...@gmail.com>


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
doopa  
View profile  
 More options Nov 9, 11:32 am
From: doopa <niallhas...@googlemail.com>
Date: Mon, 9 Nov 2009 08:32:29 -0800 (PST)
Local: Mon, Nov 9 2009 11:32 am
Subject: Re: Does anyone worked with GWT connecting to Web Services in the server side?
Hi,

I use tomcat to connect to a variety of webservices. Essentially it
works as a client to them. I don't deploy to Google AppEngine though.
But it does work if you control the server that you host the tomcat
instance on.

On Nov 8, 2:25 am, Sripathi Krishnan <sripathi.krish...@gmail.com>
wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jaga  
View profile  
 More options Nov 9, 12:05 pm
From: jaga <j.annes...@gmail.com>
Date: Mon, 9 Nov 2009 09:05:27 -0800 (PST)
Local: Mon, Nov 9 2009 12:05 pm
Subject: Re: Does anyone worked with GWT connecting to Web Services in the server side?
I use Axis 2 to communicate with web services on the server. The
ServiceImpl and RPC gives the results to and from the GWT client.

James

On Nov 9, 4:32 pm, doopa <niallhas...@googlemail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google