I am total noob in GWT and just need to develop a few concepts
(urgently of course).
I'd like to display data from a separate server in GWT app running on
another server. I'm looking into GWT RPC and it looks as if it *might*
work,
but if I configure endpoit like this
((ServiceDefTarget)stockPriceSvc).setServiceEntryPoint("http://
localhost:7101/Project2/stockwatcher/stockPrices");
I get exception. In the http analyzer I see that http OPTION request
is send to my server in this case, but just a regular POST if I use
embedded Jetty.
Is my use case possible at all or should I consider other options?
Thanks
--
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