i reading a book about aglets, in this book, there is a piece of code demonstration Master/slave aglets and they say:
sayItAgletRemoteProxy = sayItAgletLocalProxy.dispatch(new URL("atp://localhost:9000"));
// unfortunately this remote proxy is invalid in version 1.1b1. The aglet book is based
// on version 1.02. See ch 7. p. 121. Running this(aglets.agletbook.chapter7)
i dont understand what they said... version of what ? is it the API ? in all cases, how can i get this "version 1.02" they are talking about so i can run the code ? thank you