Dims
unread,Oct 24, 2011, 9:23:08 AM10/24/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
The sample apllication (Hello GWT) has html, css and java files of the
same name. But what if I have several HTMLs and several Java classes?
How GWT knows which html relates to which java?
As I understood, java turns to javascript in GWT. So, the process
starts from html loading in browser. So, where it is said in this
html, what java class to use?
Or I can have only one html in my application and only one EntryPoint
class?
Thanks