Re: Using GWT only for UI design

2011-04-19 Thread Harald Schilly
On Tue, Apr 19, 2011 at 00:19, The Main Meyn ajrm...@gmail.com wrote: Does GWT have an XML parser, so that I could make sure all my servlets return an XML. Yes For example how would I get a combo designed using GWT to load the following servlet.

Re: Using GWT only for UI design

2011-04-18 Thread The Main Meyn
Does GWT have an XML parser, so that I could make sure all my servlets return an XML. For example how would I get a combo designed using GWT to load the following servlet. http://202.54.180.145/Global/AddrXmlServlet?country_id=100 On Apr 16, 1:01 am, Harald Schilly harald.schi...@gmail.com

Re: Using GWT only for UI design

2011-04-15 Thread rjcarr
You'll probably want to read most of what is here: http://code.google.com/webtoolkit/doc/latest/DevGuide.html And here: http://code.google.com/webtoolkit/doc/latest/tutorial/index.html But generally just go here: http://code.google.com/webtoolkit/overview.html On Apr 14, 3:17 pm, The Main

Re: Using GWT only for UI design

2011-04-15 Thread Harald Schilly
On Friday, April 15, 2011 12:17:31 AM UTC+2, The Main Meyn wrote: I am ready to modify the servlets according to what is required by GWT. If you don't plan to use GWT's own RPC mechanism (what you have implied, it think), you do not have to modify your servlets at all - you just have to