On Feb 13, 8:14 am, logicpeters <[email protected]> wrote:
> Matthew,
>
> Maybe I am not following the full scope of this, but why not implement
> the logic where you call the other method within your servlet
> (synchronously), instead of on the client where you chain together the
> onSuccess calls.
>

This is one option I considered - but I was looking to have a "static"
servlet on our tool server that can perform these various diagnostic
activities at the direction of the client side code. Basically we
don't want to recompile and deploy the servlet every time a new
specific tool or test is constructed as this would also necessitate
regression-testing the servlet against the existing tools that use it.

The good news is we were able to successfully implement Ian's
suggestion above which allowed us to make use of any combination of
methods supported by the servlet and order them as needed completely
defined by the client.

Thanks,

-Matt
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to