On Jul 29, 11:11 am, Trevis <[email protected]> wrote: > I'm also pretty new to GWT and your scenario never occurred to me. > Generally i think that it's probably not the greatest idea to try and > call the GWT RPC's from a different front end and i've not come across > anything that would give you a wsdl (or something like a wsdl) that > you could use from non GWT java app. But, i cant think of any reason > why you couldnt make it work. >
Merely theorizing here (as I'm pretty new also to GWT). Wouldn't that be considering cross-technology communication? If so, writing a bridge between those technologies wouldn't be advised somehow? What is is; an RPC call is actually only calling the service's interface *Impl class's method, so writing a java based XML service through conventional servlets would be possible (I'm theorizing here.) Since the XML service would load the GWT server side java classes, it could access the server side's implementation directly of the RPC service, the service would return it's response unknowingly of whom actually requested it, then the XML service would take that response and output it as an XML response? (the adapter pattern) Or am I missing the point? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
