Re: Local call to a service instead RPC
At the GWT 1.7, all of the objects have to be serialize and transit in the wire, but at the GWT 2.0 you don't need anymore, because u can use the rpc blacklist.
2009/11/12 Badawi <danielbadawi@gmail.com>
Hi,
Every call to a Service is a Remote Call?
My all application is running in the same JVM, why I have to "force"
all calls to and Remote Service and the serialize/deserialize the
object?
Is there a way to create a Asyncronous call to a Local Service?
Because if I dont need to serialize the returning object, I can use
Lazy Loading approach in my data layer.
Thanks!
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home