Hi Bastian-

Your questions lead me to believe that you don't fully understand what
GWT is or does.

The GWT simply rewrites java code into java script.  This is entirely
a client thing that has nothing to do with a server.

Now, there is also GWT RPC, which allows this rewritten (or
translated) javascript to make asynchronous calls to a server.  This
is typically done with a java server and Tomcat will work just fine.

As someone else said, once you are in the Tomcat environment you can
do whatever you want.

Good luck!

On Mar 22, 3:29 am, bastian stratmann
<[email protected]> wrote:
> hi group,
>
> i'm currently giving gwt a try for my project and not sure about some
> details concerning communication with other servers. i found a lot of
> documentation dealing with rpc communication between gwt client and
> gwt server. but in my scenario i would like to call some external
> service from the gwt server.
> gwt is going to be the frontend. my backend is going to be provided
> through a tomcat which runs the main code. i'm asking my self now what
> would be the best way the communicate between gwt and tomcat
> (different machines).
> is it wise to create a web service with the help of axis2, or is there
> a more "native" way?
>
> regards
> bastian

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to