Re: RequestFactoryServlet mapping question
Thanks a lot Thomas!
You are so helpful, unbelievable!
Right now i chose to map it to two URLs and it works perfect!
It's the easiest solution!
You are really into the RequestFactory stuff!
Keep up the good work!
On Mar 9, 10:12 am, Thomas Broyer <t.bro...@gmail.com> wrote:
> You can map the servlet twice to make it available at two distinct URLs (a
> single <servlet>, two <servlet-mapping>s)
>
> ...or you could change your app/admin app to use "../gwtRequest" instead of
> "gwtRequest": construct a DefaultRequestTransport<http://google-web-toolkit.googlecode.com/svn/javadoc/2.2/com/google/g...>,
> set its request URL accordingly and pass it to RequestFactory#initialize()<http://google-web-toolkit.googlecode.com/svn/javadoc/2.2/com/google/g...,
> com.google.gwt.requestfactory.shared.RequestTransport)> (by default, the
> initialize()<http://google-web-toolkit.googlecode.com/svn/javadoc/2.2/com/google/g...)>overload without RequestTransport instantiates a DefaultRequestTransport
> with its default request URL).
--
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home