Wednesday, February 24, 2016

Re: Regarding RpcService,HybridServiceServlet and ClientOracle

Hi Thomas,

    I am new in GWT and I have to migrate version GWT 2.0.3 to GWT 2.7  but In GWT 2.0.3 , GWT-RPC is there and in  GWT 2.7,GWT-RPC is not there. So,How can I resolve the RPC Related issue in GWT 2.7. When I migrated older version(2.0.3) to Higher version(2.7) then I am getting error like RpcService,HybridServiceServlet and ClientOracle. In my existing Project RPC has used that's why I am migrating GWT 2.7 then These errors are coming like   
RpcService,HybridServiceServlet and ClientOracle. So,If RPC is not there in GWT 2.7 then what is present in GWT 2.7 which resolve the Rpc related issue and also confirm me that RPC is available in GWT 2.7 or not.



On Tuesday, February 23, 2016 at 4:27:16 PM UTC+5:30, Thomas Broyer wrote:


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