Hi Zorainfo, ... JSX can give you the classnames and the names of fields - but it can't give you the names of methods. It sounds like you need to use the...
What would it take to create an object that JSX serializes into a standardized XML message? I thought a useful utility would be something that reads a DTD and...
Hi Ciminop, ... Isn't that what JAXB/Castor/etc do already? What would be the advantage of JSX doing this too? (I'm interested to hear your perspective.) I'm...
I probably should have said that I want to take the DTD for an XML standard (not THE XML standard). For example various groups have defined XML formats for...
... etc. Don't worry, I knew what you meant. ... I think it works from the DTD (there's a program to generate the binding from the DTD automatically) - but you...
Are there release notes that describe the differences between versions of JSX? We are currently using JSX 1.0.3.0, and am wondering what the positive or...
The technical differences: http://jsx.org/infoPage/JSX2vsJSX1.txt This is linked from the bottom of the support page of www.jsx.org. The business differences: ...
1870
noreply@...
Aug 29, 2003 7:39 am
This email is to inform you about the release of version '2.0.9.939; of 'Java Serialization to XML 2' through freshmeat.net. All URLs and other useful ...
1871
JSX-ideas@yahoogroups...
Sep 1, 2003 9:47 am
JSX FAQ - 14 November 2001 ======= JSX instantly XML-enables applications, by re-implementing the Serialization API for XML. FAQ Contents: (1). Background (2)....
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...
1875
noreply@...
Sep 8, 2003 9:49 am
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...
1876
Gary Rueda Sandoval
gary_rueda_sandoval@...
Sep 8, 2003 2:54 pm
Hallo Brendan! What is new in JSX 2.1? Is there an ofuscated version? Thank you Gary ######################################## Gary Rueda Sandoval P.O....
... 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...