I suppose some might consider this a nit, but the "Coding Basics"
portion of the Developer's guide states: "To begin writing a GWT
module, subclass the EntryPoint class.".

But you do not subclass EntryPoint, and EntryPoint is not a class.
EntryPoint is an interface, and to write a GWT module, you implement
it.

Some people doing GWT may be newer to Java than others -- let's not
confuse them.

arcy

p.s. If someone is going to correct that, they might as well correct
the "Initialize you GWT..." to "Initialize your GWT..."  in the
accompanying example.


--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to