Hi,

several posts have raised the issue that the current GWT edition cannot be
used anymore.

Calling a Client.get works only in hosted but not in compiled mode.

Using Reference.getTargetRef fails in hosted mode with a
"IllegalAccessError" exception due to a call to
StringBuilder.append(StringBuilder) in Reference.normalize. This method is
not implemented in the GWT enum class. 

Maybe the GWT compilation process silently removes code that cannot be
emulated correctly - I don't know. 

Has anybody succeeded in using the current GWT edition and saw the Uniform
callback being actually called in a non-local/non-hosted environment?

As the previous posts are quite old and idle I wonder if this can be fixed
or if it is recommended to create own wrapper classes using
GWT.RequestBuilder to at least get the data from the RESTlet server
resources. This would be a pity regarding the power and elegance of the
RESTlet framework.

Thanks,
Guido.
-- 
View this message in context: 
http://n2.nabble.com/2-0m4-snap-GWT-cannot-be-used-at-all-tp3698316p3698316.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2398768

Reply via email to