synchronizing the java function calls in DWR
Is there any way to synchronize java-function-calls from javascript without server explicitly sending acknowledgment through reverse Ajax. Say, i want to make a call to method2 (JavaClass.method2) only after my previous call has been completed (JavaClass.method1). is there any way to assure this.