JSX FAQ - 14 November 2001 ======= JSX instantly XML-enables applications, by re-implementing the Serialization API for XML. FAQ Contents: (1). Background (2)....
JSX-ideas@yahoogroups...
Sep 1, 2003 9:47 am
1874
JSX 2.1 (Monday 8 September 2003) JSX is now running on a 30 day evaluation period, and will stop working after that time. Contact us if you need longer. This...
This email is to inform you about the release of version '2.1' of 'Java Serialization to XML 2' through freshmeat.net. All URLs and other useful information...
noreply@...
Sep 8, 2003 9:49 am
1876
Hallo Brendan! What is new in JSX 2.1? Is there an ofuscated version? Thank you Gary ######################################## Gary Rueda Sandoval P.O....
Gary Rueda Sandoval
gary_rueda_sandoval@...
Sep 8, 2003 2:54 pm
1877
... 2.1 is a switch to the different evaluation licensing... it's a logical numbering change for such a fundamental change. I'll be finishing off some rough...
Here's a question (I'm too busy/lazy to write the code to figure it out for myself right now) for the JSX gurus out there... Java application A is compiled and...
Hi Daniem, ... The short answer: yes, it's possible; and the Java core classes even have special code to cope with exactly this problem. JSX2 is written is...
So basically, if the serialVersionUID (or whatever it's called) is the same, there are no compatibility issues? -- D ... __________________________________ Do...
... Actually, JSX does not even require serialVersionUID. It just works. But I don't think you appreciate just how serious incompatibilities can be between...
Ok. This addresses compatibility between versions of a class. I'm aware of that, but maybe was not clear in my original post... Consider this: I have a...
OK, thanks for clarifying. This is no problem. JSX works with both Java 1.3 and 1.4, and the XML is just the same for each. (The only issue I could imagine...
Serialization is necessary overhead in a lot of situations, and JSX is a nice solution to a lot of issues relating to serialization in general. However, I am...
Hi again, XML serialization is a lot slower than JOS (factor of x7 maybe?) JSX2 is faster than JSX1 - sorry, don't have figures, but if you search on this...
Hi, Sorry to spoil the party but there is a serious incompatibility in JOS 1.3 and JOS 1.4. The Collection and Map classes (and possibly others) have different...
Hi Mike, I would be very surprised if Sun did this, as they go to a *lot* of trouble in other ways to ensure Serialization compatibility between different...
Holub is getting some very angry reactions to his article ;-) He identifies a real problem, but doesn't come up with very realistic solutions. One of the...
... Some clown was having fun impersonating him, too, with semi- intelligent comments and a headline "Fools! You doubt my wisdom?". Poor Holub! Hope he's...
... Thanks - saw some good points: If there is one thing that survived the switch from procedural to OO techniques, it's the fact that data is central to...
Hi, This is really a silly argument. Apparent accessor methods don't expose the innards of classes. You don't have to know how the objects are got or set. On...
Hi, I would like to know whether JSX is free or not(is it one of GNU or LGPL). Because it is in sourceforge.net i assumed that it is open source. Looks like it...
Hi mothukuri, JSX is not open source. Sorry, the page at source forge is about a very old prototype of JSX that was open source. I'll change that - thanks for...
Hi, This continues to be a theme that invokes strong reactions ;-) Whatever your feelings are about the "OO-ness" of accessors and mutators, I wonder how...
... No, JSX1 isn't available any more. I also need to change that page - though I think it's important to leave most of it up, because there is useful...
Hi all, an interesting slashdot article on "Prevalyer" today. http://developers.slashdot.org/developers/03/09/23/2016224.shtml? tid=126&tid=156 It was...
That was clever of them - imagine naming your product after what it does :-) http://www.objectstore.net/products/objectstore/index.ssp The core benefit they...