Are there any plans for gwt to provide a method annotation that
instructs the GWT compiler to *not* include that particular method in
the generated JavaScript. Here is my justification for this feature.

One of the appeals of GWT (for me) is that I have been able to achieve
a decent amount of client/server code reuse. Specifically, i have a
number of classes that I can use on both the server (in a jvm) and in
the browser (in my gwt app). This is a huge benefit of GWT over, say,
Flex or native JavaScript frameworks.

I can't be the only one who appreciates this benefit. Here is an
entire product to address this same concern (only inverted):
http://www.aptana.com/jaxer

The problem is, creating java classes that run in the server and in
client (gwt app) can lead to jumping thru lots of whoops and some
major code refactoring. There are many times where it would be just so
easy (if such a thing existed) to add an annotation to a method (or a
class).
--~--~---------~--~----~------------~-------~--~----~
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