Re: need help about code mobility
"Ryan, Adrian" <[email protected]>
| Newsgroups | gmane.comp.java.sun.jini |
|---|---|
| Message-ID | <B582150A51324B4095331C6AA8DC8D6D41EE3E@pmtex510.dsto.defence.gov.au> |
By the looks of your post you may be interested in some of the research I did during my PhD years. As part of my studies I used specialised classloaders and Jini to remotly find and use unknown code. This was achieved in a similar fashion to what it sounds like you are attempting to do - or at least what I can decipher from your comments throughout this thread. It is possible to control the ways that the JVM will find class files by creating your own specialised classloader(s). This allows the JVM to find code from 'alternative' places when certain situations are encountered. One benefit of this is that you don't have to completely rewrite the class discovery and initialisation aspects of the JVM, only redirect them when necessary. My research is available at http://users.tpg.com.au/arifern/ - the web site is no where near finished, and currently sitting on an unreliable server, so be patient and kind! If that fails, I worked with Jan Newmarch on this so you can jump on his home page and get some of the documents from there (http://jan.netcomp.monash.edu.au). Your welcome to just browse through the related publications and see if my work is actually relevant to your needs (I may have misunderstood your problem), then if it is I'll see if I can help you out with your quest. Cheers Adrian > -----Original Message----- > From: Mark Zaini [mailto:[email protected]] > Sent: Sunday, 31 December 2006 4:34 AM > To: [email protected] > Subject: [Spam Detected] Re: need help about code mobility > > Thank you everybody > In this moment I am trying your advice... ,and excuse if my > english is not very good and then I misunderstood anyway the > purpose of my study is this: > I'm trying to see if is possibile to use RMI/Jini/ code > downloading feature to develop applications in with some > classes are deployed in a repository, in particular with > inheritance relations between local and remote classes. > > Thank you all,the help who you give me is not loss . > > -------------------------------------------------------------- > ------------ > Getting Started: http://www.jini.org/wiki/Category:Getting_Started > Community Web Site: http://jini.org > jini-users Archive: > http://archives.java.sun.com/archives/jini-users.html > Unsubscribing: email "signoff JINI-USERS" to > [email protected] > -------------------------------------------------------------------------- Getting Started: http://www.jini.org/wiki/Category:Getting_Started Community Web Site: http://jini.org jini-users Archive: http://archives.java.sun.com/archives/jini-users.html Unsubscribing: email "signoff JINI-USERS" to [email protected]