Hello,

is anyone aware of rmic compiler other then
http://java.freehep.org/freehep-rmic-plugin/index.html?

The problem with the above plugin is that you need to provide the classes
for the stub generation and one can easily forget to add one in an
environment where several people add classes which extend
UnicastRemoteObject.

The solution would be to have a plugin which scans the sources and extracts
class names.

In theory stubs are not needed from Java 5 onwards, but in practice lack of
provided stubs generates severe memory leaks.

Regards,
Borut

Reply via email to