Re: distinct java versions writing and reading some entries
Dan Creswell <[email protected]>
| Newsgroups | gmane.comp.java.sun.javaspaces |
|---|---|
| Message-ID | <[email protected]> |
alexandre wrote: > hello, imagine that... > > > Client A waits for entries that satisfy some templates. > This client runs Java 1.4.2. > > Client B writes entries that satisfy the template that Client A is waiting for. > Client B compiled these entries with Java 5.0 and actually used codes > only that version 5.0 understand. > > this whill raise some exception at client a? how can i avoid these problems? > You'd need to ensure that all Entry's and associated code were compiled for use with 1.4.2. This is more a JVM compatibility issue than anything else. There used to be (still is?) a JavaSpace implementation that might do better in this area. Dan. =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff JAVASPACES-USERS". For general help, send email to [email protected] and include in the body of the message "help". To view past JAVASPACES-USERS postings, please see: http://archives.java.sun.com/archives/javaspaces-users.html JDC members can download the JavaSpaces(tm) Technology from: http://developer.java.sun.com/developer/products/jini/