I've a question that is discussed a lot of times, but I couldn't find
a working solution.
Hope you can help me.
I have a gwt project that is currently working with servlets.
But for a new widget I need to request data from a site called
clinicalTrials.gov.
Unfortunately the only way they response data is in xml format.
See http://clinicaltrials.gov/show/NCT00001372?displayxml=true
I wrote a lot of things about cross site scripting but I guess there
isn't a way to get it working.
Then I had the idea to use a php file to get the data. That is working
really good but now I have the problem that it's not working in hosted
mode because of the running tomcat, but it's running on my apache live
server. But on the apache the java servlets aren't running.
Does anyone has an idea how to get this working? Doesn't matter if
it's cross side scripting or maybe a tomcat - apache bridge...
Thanks very much.
Chris
--
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 google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment