> void doStuff(MyInterface mi) throws RemoteException; The MyInterface interface should be flagged as an 'additional facade' in the altmriproxies ant task and/or the publication description used in the publish() method on the server side...
Yes, AltRMI could patch into the classloader at the ClassNotFoundException point and get the impl dynamically too. My feeling was that the interface part of 'interface/impl separation' should also in is JAR and perhaps package include the immutable classes too. As others have pinted out this an API makes. Goal for design being one jar for interface, one for impl. You have a point though, some RMI like work to do... another day ;-) - Paul __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>