Re: Integrating RMI with multiple systems
Prasad kadbane <[email protected]> Wed, 7 Jan 2009 17:55:00 +0530
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <[email protected]> |
As java is platform independent it doesn't matter which operating system you use at client or server side. you can expose java object from any platform and access those exposed objects from any platform. For bidirectional communication you will have to expose object at both the ends. hope I answered your query. Thanks Prasad On Wed, Jan 7, 2009 at 12:24 PM, Niclas Hedhman <[email protected]> wrote: > On Wed, Jan 7, 2009 at 10:52 AM, ahpuii <[email protected]> wrote: > > May i know how do i integrate multiple systems using RMI? > > <p> > > i have a 1 system running on IBM mainframe , one website running on > Linux, > > and one Point-of-Sale System running on Window Server. > > > > How do i integrate these systems using RMI? > > You export RMI objects from each of those systems, and use those from > clients and/or the same services. > > - Niclas > > =========================================================================== > To unsubscribe, send email to [email protected] and include in the > body > of the message "signoff RMI-USERS". For general help, send email to > [email protected] and include in the body of the message "help". > > For a list of frequently asked RMI questions please refer to: > http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html > > To view past RMI-USERS postings, please see: > http://archives.java.sun.com/archives/rmi-users.html > -- Prasad C. Kadbane. Software Engineer; SunGard Offshore Services(India) Sr.No. 108/8/1 + 2/1, S.B Road, Pune 411 053, India; Tel +91-20-25606000 Extn. 6117; Fax +91 20 2560 6222; Mobile No : 9850010620 =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff RMI-USERS". For general help, send email to [email protected] and include in the body of the message "help". For a list of frequently asked RMI questions please refer to: http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html To view past RMI-USERS postings, please see: http://archives.java.sun.com/archives/rmi-users.html