Re: Calling GWT-RPC-Services from something other than GWT

2008-11-07 Thread [EMAIL PROTECTED]

You can take a look of JSON RPC example (http://code.google.com/
webtoolkit/examples/jsonrpc/). JSON RPC has implementations for both
Java and .Net. However, you might have to implement something (or find
libraries) to marshal/unmarshal the JSON data into java or C# objects
that are useful to the business requirements of your applications (if
that's what your management team wants, or you can just access the raw
data).

Good luck.

On Nov 6, 12:29 pm, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 Hi there,

 Since i managed it to convince my company to use GWT in our new
 project,
 there were some questions open, which i couldn't reply and hope some
 of you can.

 We are a company which is experienced in Web Development with Java
 (JSP / JSF ) and some offline programs with .NET.
 Since there is a huge amount of code and sites we already have, we
 will not going to GWT on 100%(for now ;) ).

 Since GWT talks to the server via Remote Procedure Call and their is a
 huge interest in our company to switch to a Service Orientated
 Architecture, this was the argument that convinced them.

 But are there possibilities to access them via other Java Apps or .NET-
 Apps on Object-level?

 I googled a lot but couldn't find anything about this but to implement
 them as XML-services, which id as far as i think, contradictory to the
 idea of gwt to reduce the traffic sent over the net.

 A way to call them via Java should be easy since the know the Java-
 classes (java.lang String; java.util.Vector etc.) but what about .NET?

 thanks in advance for answers that will bring me further on this issue

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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
-~--~~~~--~~--~--~---



Calling GWT-RPC-Services from something other than GWT

2008-11-06 Thread [EMAIL PROTECTED]

Hi there,

Since i managed it to convince my company to use GWT in our new
project,
there were some questions open, which i couldn't reply and hope some
of you can.

We are a company which is experienced in Web Development with Java
(JSP / JSF ) and some offline programs with .NET.
Since there is a huge amount of code and sites we already have, we
will not going to GWT on 100%(for now ;) ).

Since GWT talks to the server via Remote Procedure Call and their is a
huge interest in our company to switch to a Service Orientated
Architecture, this was the argument that convinced them.

But are there possibilities to access them via other Java Apps or .NET-
Apps on Object-level?

I googled a lot but couldn't find anything about this but to implement
them as XML-services, which id as far as i think, contradictory to the
idea of gwt to reduce the traffic sent over the net.

A way to call them via Java should be easy since the know the Java-
classes (java.lang String; java.util.Vector etc.) but what about .NET?

thanks in advance for answers that will bring me further on this issue






--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Calling GWT-RPC-Services from something other than GWT

2008-11-06 Thread Ian Petersen

You might want to look at RESTlet.  I haven't used it myself, but it
seems like a useful alternative to RPC that gives you multi-client
functionality for free.  Creating a non-GWT client that speaks GWT
RPC is probably a huge time sink with little return on investment.

If you search this forum's history you'll find that others have asked
similar questions before.

Ian

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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
-~--~~~~--~~--~--~---