• 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

RMI beginning

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
i am just starting to learn RMI and network programming.
i want to know about what tools are required to run an application using RMI.
i have prior knowledge of java,servlets,awt,swing,jdbc.
i want to develop a project for my course which envolves database connection and awt/swing GUI.
but the thing is that i have to use RMI with this.
can anybody please suggest me how can RMI be used to in this case and what do i need to do to use RMI?

are there any specialised tools for using RMI?
can it be used in combination with servlets?
hope for your guidence.
thanks in advance.
sachin
 
Leverager of our synergies
Posts: 10065
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sachin, maybe this tutorial will help:
https://coderanch.com/t/208759/java/java/RMI-start-finish
> are there any specialised tools for using RMI?
You will probably need rmic.exe - RMI compiler and rmiregistry.exe, they both are included in standard Java distribution.
> can it be used in combination with servlets?
Yes.
 
Ranch Hand
Posts: 704
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Read the white paper here
 
reply
    Bookmark Topic Watch Topic
  • New Topic