online application using java rmi
#1

i need chat application with database using java rmi. please help me to get this
Reply
#2
Remote method invocation (RMI) allows a java object to invoke the method on an object that runs on another machine. RMI provides remote communication between the java program. RMI is used to create distributed applications.


An RMI application can be divided into two parts: client program and server program. A server program creates some remote object, making its references available for the client to invoke the method on it. A client program performs the request for remote objects on the server and invokes the method on them. Stub and Skeleton are two important objects used for communication with remote objects.

RMI applications typically comprise two separate programs, a server and a client. A typical server program creates some remote objects, references these accessible objects, and expects clients to invoke methods on these objects. A typical client program obtains a remote reference to one or more remote objects on a server and then invokes methods in them. RMI provides the mechanism by which the server and client communicate and pass information back and forth. Such an application is sometimes called an application of distributed objects.
Distributed object applications need to do the following:
• Locate remote objects. Applications can use multiple mechanisms to obtain references to remote objects. For example, an application can register its remote objects with the simple naming facility of RMI, the RMI record. Alternatively, an application can pass and return references to remote objects as part of other remote invocations.
• Communicate with remote objects. The details of communication between remote objects are handled by RMI. For the programmer, remote communication is similar to regular invocations of the Java method.
• Load class definitions for objects that are passed around. Because RMI allows objects to be passed back and forth, it provides mechanisms for loading an object's class definitions as well as for transmitting object data.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: chat application using rmi, java rmi for online voting system, implementation of online quiz using java rmi, code for online reservation system using rmi in java, online examination system using rmi, advantages and disadvantages of multiuser chat application using rmi, simple java rmi chat application source code,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Взять займ по паспорту online займ 0 496 03-01-2021, 12:32 PM
Last Post:
  order canadian prescriptions online buy.ci.al.is.o.n.li.ne. 0 1,098 04-06-2019, 11:18 PM
Last Post:
  online notice board project documentation 0 1,473 10-11-2018, 11:58 AM
Last Post: Guest
  qtp flight reservation application download 0 572 22-10-2018, 12:08 PM
Last Post: Guest
  foot step bearing information advantages disadvantages application 0 684 21-10-2018, 08:54 PM
Last Post: Guest
  abstract on online cake shop 0 845 18-10-2018, 06:47 PM
Last Post: Guest
  program for ticket reservation using multithreading in java 0 1,055 08-10-2018, 10:00 AM
Last Post: Guest
  online temple management system project 0 1,099 07-10-2018, 11:53 AM
Last Post: Guest
  online mobile recharge project ppt 0 890 02-10-2018, 02:24 PM
Last Post: Guest
  dsp winter training application form durgapur 0 1,439 01-10-2018, 04:43 PM
Last Post: Guest

Forum Jump: