Comment by revoltcss:
Hi all,
About that Hello World example, I want to know how to get the Hello World
example running in GWT. Do I create a separated xml file
(HelloWorld.ui.xml) or should I need to put it in the original xml file?
Also do I need to make a different class for the Hello World java code or
do I need to put the code in the entry point class?
public class HelloWorld extends UIObject { // Could extend Widget instead
interface MyUiBinder extends UiBinder<DivElement, HelloWorld> {}
private static MyUiBinder uiBinder = GWT.create(MyUiBinder.class);
...............................
I already have installed the latest Gallileo Eclipse 3.5 and gwt-2.0.0-rc2.
Please give me an explanation.
Thank you in advance.
For more information:
http://code.google.com/p/google-web-toolkit/wiki/UiBinder
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors