• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Question about Spring RMI calls

 
Ranch Hand
Posts: 294
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic