Tuesday, February 23, 2016

Re: Regarding RpcService,HybridServiceServlet and ClientOracle



On Tuesday, February 23, 2016 at 11:47:25 AM UTC+1, mant...@gmail.com wrote:
Hi All,

I am upgrading GWT 2.0.3 to GWT 2.7 then I am facing a lot of problem like RpcService , HybridServiceServlet and ClientOracle error. can someone tell  me RpcService, HybridServiceServlet  and  ClientOracle is not available then what is available instead of that in GWT 2.7?

com.google.gwt.rpc (aka Direct-Eval RPC, or deRPC) was experimental (the javadoc used to state "EXPERIMENTAL and subject to change. Do not use this in production code."), and didn't fulfill its expectations, so it was removed in 2.7.0-RC1.
You have to migrate to com.google.gwt.user.*.rpc ("standard" GWT-RPC), or if that was a problem (that made you use deRPC in the first place), then migrate to RequestFactory or an entirely different protocol (JSON-RPC, or some JSON-based RESTful protocol for example).

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment