Re: SSH protocol and Javaspaces?
Dan Creswell <[email protected]>
| Newsgroups | gmane.comp.java.sun.javaspaces |
|---|---|
| Message-ID | <[email protected]> |
Gad Barnea wrote: > Hi Alexander, > I'm guessing you mean SSL, right? There are several JavaSpaces > implementations that support SSL. Yep. > But if you want the flexibility to support arbitrary security filters (SSL > and others), I suggest you take > a look at GigaSpaces http://www.gigaspaces.com - you'll find an example for > creating your own security > filter with the product download. > That is indeed, one way to solve the problem. Note that JINI 2.0 provides a heavily customizable version of RMI called JERI which includes support for a variety of transports. Further the model JERI provides allows for extension such that one could add new kinds of transport not provided by default. Bob Scheifler, for example, has an experimental, in-memory transport - you can find the source code for this (and some other stuff) here: http://user-rscheifler.jini.org/ Dan. =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff JAVASPACES-USERS". For general help, send email to [email protected] and include in the body of the message "help". To view past JAVASPACES-USERS postings, please see: http://archives.java.sun.com/archives/javaspaces-users.html JDC members can download the JavaSpaces(tm) Technology from: http://developer.java.sun.com/developer/products/jini/