I have thought a bit about where the javax.rmi package should be located.

I think it should be in Yoko.

The javax.rmi package is released asynchronously with the JDK. In fact, the newest version of the javax.rmi package is different from the one in the JDK, although it is backwards compatible. It is really an endorsed standard, just like the org.omg packages.

Furthermore, having the javax.rmi package allows us to use our own RMI implementation by default, instead of requiring our users to define no less than three system properties in order to override the default behavior.

Alexey, have you worked on an implementation? If not, I'll get started on it.

Reply via email to