aspose file tools
The moose likes Distributed Java and the fly likes Question about Spring RMI calls Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "Question about Spring RMI calls" Watch "Question about Spring RMI calls" New topic
Author

Question about Spring RMI calls

Davie Lin
Ranch Hand

Joined: Aug 05, 2007
Posts: 294
Hi experts in Spring Framework.

I am a novice and I am hoping you can shed some light on this issue for me.

My question is "Is a spring RMI call synchronous?" If it is, can it be made to asynchronous?

I am currently working on a project where in the server side GUI sends a message and the client side should take that message and display it in a JFrame or JDialog. However, I notice if I made the Frame or Dialog modal, it holds the execution thread on the server side Gui.

I am using the version 1.2.6

Thank you very much
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Question about Spring RMI calls
 
Similar Threads
adding swing component later
B&S: Why not use same class for Local and Netowk mode
NX: Remote/IOException in DBServices interface (Ken...?)
context passing with RMI
NX: 101 Networking and message handling