How to register some functions in client?

2010-11-23 Thread Xinyin
In most modern JavaScript framework, we could declare a set first. And then when new component comes, it will register to this set. Then how to do this with GWT? I've got a couple of components belonging to different modules. But when the project is delivered, it will include only some modules. To

Re: a quick question about using GWT and jquery

2010-11-23 Thread Xinyin
You'd better have a look at GQuery. http://code.google.com/p/gwtquery/ On Nov 23, 9:25 am, stewie billco...@gmail.com wrote: hello guys, i'm a long time c++ programmer having very little experience with web development. my limited web developing experience can date back to my college time

Re: System MAC Address

2010-11-23 Thread Xinyin
nope. MAC is physical, JavaScript would not be able to access this. On Nov 24, 11:08 am, Anoop John anoopjoh...@gmail.com wrote: Is there any way to get the client system MAC address in gwt? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit