We have used remote object to retrieve data from java webservice. On initial load we are creating 4 remote objects and hiting the sevice 'myService'. At java end the function called from remoteObj1 excuted first and then second ,third and fourth. but result event for all the 4 remote objects are dispatched only after the java function of 4th remote object is executed.
We want that if first function is executed first then result event for that remote object should be dispatched first .It should not wait for 4th function to execute.
Any suggestions?