Hello people,
I have a hard time figuring out what would be the best approach for my
problem.

I'd like to communicate some info from the server (side logic) to an
MS-Office macro. I could always use ODBC to let the office macro query
the database directly but that just feels like a kludge. I've got a
lot of objects in my application in which a lot of processing is
already implemented.

So, I figure, the best way would be to create a web service (SOAP?)
inside the gwt server-side implementation that can be queried by
outside applications.

I've done a lot of searching, but haven't really found any definitive
way that would be best. Should I use an existing RPC/SOAP/JSON library
and try to integrate it into GWT's structure (how to configure
web.xml? etc. etc.)? Is there something already provided by google or
in de code projects?

Any thoughts and tips would be greatly appreciated.

Arian Prins.


-- 
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