ArcBees / GWTP

A complete model-view-presenter framework to simplify your next GWT project.
Other
331 stars 130 forks source link

Add the ability to connect with phonegap or remote device to the serialization policy. #92

Closed branflake2267 closed 11 years ago

branflake2267 commented 11 years ago

Override the RemoteService Servlet serialization policy from stopping remote device connections, although this isn't wanted in every case so have to come up with a stratey to keep SOP unless wanted remote client connections.

branflake2267 commented 11 years ago

Add the ability for dispatcher to override the RemoteService so remote device could connect.

christiangoudreau commented 11 years ago

SOP is enforced by browsers anyway when not using CORS. I'm not sure how this security mesure is really useful, can anyone make me wrong?

branflake2267 commented 11 years ago

If we do this, is quite the hack b/c of copying the core classes from GWT. I think it might be better to ask for a better overriding of the serialization policy. This feels like the uibinder hack, although, I think the remote service is more stable.

branflake2267 commented 11 years ago

Duplicate https://github.com/ArcBees/GWTP/issues/120

christiangoudreau commented 11 years ago

This is already resolved in our CarSample, can we add the the modified class here?

branflake2267 commented 11 years ago

Thats the goal. I've started on it a couple times, but haven't had time to copy whats needed. :)

branflake2267 commented 11 years ago

I merged the two issues I saw that were the same. :)

branflake2267 commented 11 years ago

Phone gap support added to to RC-2