Oops. On review, it look like I misunderstood the question. Maybe this will still be of interest to some on the list.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dennis Laws Sent: Thursday, July 31, 2003 2:05 PM To: [EMAIL PROTECTED] Subject: RE: [Juglist] Telnet Library Allow me to contribute if I may. I did some experimenting (successful) with SSH that I am willing to share. It is not a library and probably not the best implementation, but includes code switch in and out of secure mode. I am attaching the following Java class files: BasicHandler.java -- interface for a basic handle in a MVC architecture. SecureHandler.java -- extends the BasicHandler interface adding 2 get methods. LoginPageHandler.java -- a class that implements the SecureHandler interface. ControllerServlet.java -- the class that controls the mode switch. Notes: These class files have not been cleaned up for this example. I produced this code in the context of the Wake Tech J2EE Class Project by reworking an example that I found somewhere on the web -- I could not locate a reference copy on my machine, so can not refer you to my original source. These class files are from my JISC (Java Island Specialty Coffees) class hierarchy -- don't bother to try to find it on the web since it's not out there. I hope this helps. Dennis Laws -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ray Hooker Sent: Thursday, July 31, 2003 12:33 PM To: [EMAIL PROTECTED] Subject: RE: [Juglist] Telnet Library Any options for SSH libraries? _______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
