Re: Remote shell simulation
Niclas Hedhman <[email protected]> Wed, 7 Jan 2009 20:10:11 +0800
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jan 7, 2009 at 7:14 PM, mr <[email protected]> wrote: > I am considering writing what amounts to a terminal emulator I guess, > however commands entered would be executed by (and on) a remote host > with the output on the local terminal emulator, pretty much the same > as telnet or ssh. Would RMI be a good way to implement this? I am > really going through all the possibilities in my head however this is > a new are for me so I am not that sure where it is best to start. Yes, it is pretty easy to do with RMI, although I must say it is pretty easy to do with a plain ServerSocket/Socket as well. Cheers 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