Hellu,

I use often getClass().getName() in my exceptions (together with some
text) that are then send to the backend.
I do this to uniquely identify the exception.

What is the performance impact of this?... Or better said: the memory
impact as probably GWT has to hold all these names in a kind of map on
the client side in the obfuscated code.
I mean: this could mean that gwt has to hold around 300 class names on
the client side... This might costs some memory I suppose

How do others uniquely identify their exceptions in web mode that are
send to the backend?

-- Ed
--~--~---------~--~----~------------~-------~--~----~
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