Re: SSH + RMI in GWT

2011-02-09 Thread A. Stevko
Hi Jim, Your concerns are quite justified. The GWT docs have a JRE emulation reference that shows what is supported at http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.htmlUnfortunately the java.rmi package is not listed

SSH + RMI in GWT

2011-02-05 Thread Jim
I'm working on an application using GWT 2 that needs to ssh to a remote server, retrive a directory listing and show the contents of any zip files. Then allow the user to pick a file and load the contents into a database. I'm trying to use a combination of SSH and RMI to do this. I'm