Hi Amod,

You probably need to play around with GWT some more to figure out what
it's all about, and what it can and cannot do.

GWT only supports the classes and methods that are listed in its JRE
emulation library page.

To work around classes it does not support you'll have to move all the
code that depends on those classes somewhere that GWT won't try and
compile them.

I suppose in an ideal world there'd be some way to share more code
between client and server, maybe by annotating certain methods as
"don't compile in GWT" and then ignoring missing imports unless they
are actually used in the methods not ignored by GWT.  Or even more
ideally, GWT would support all of Java EE, on the client, and
magically invoke Google Gears and do dependency injection, and our
browsers would be so fast that performance still wouldn't be a
problem.

For now, though, you just have to carefully seperate GWT code from
server-side code.

On Sep 19, 10:38 am, Amod <[EMAIL PROTECTED]> wrote:
> Hi
> Please tell me whether GWT supports javax.management package.
> If no then please tell me some workaround.
> Thanks in advance.
> Regards
> Amod
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to