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...
Apr 1, 2003 8:43 am
1744
Hi all, Javadocs for JSX2 are now available: http://www.jsx2.com/infoPage.html It is now possible to purchase JSX1 and JSX2 online, using a credit card....
Hi Markus, ... OK, now I'm with you. I agree this is the best option. ... It will take about 8 hours of coding, and that 8 hours is scheduled for this Friday -...
Hi Brendan, ... Great :-) Cheers Markus __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Bis...
Markus Reitz
markus_reitz@...
Apr 1, 2003 3:57 pm
1747
Hi all, The first chapter of the JSX manual is now available for download as a pdf. This chapter covers how to get started with JSX. You can download it from: ...
This email is to inform you about the release of version '0.8.0' of 'Java Serialization to XML 2' through freshmeat.net. All URLs and other useful information...
noreply@...
Apr 2, 2003 10:43 am
1749
Hi all, The price for Sole developers has just dropped from $495 to $200 - provided the purchase is online (via a credit card). This is not a special, but a...
Hi Brendan, I have tested the new JSX2-version which supports Externalizable and found a bug. 1. java Test 2. Enter data into the table 3. Select Serialize in...
Markus Reitz
markus_reitz@...
Apr 2, 2003 3:33 pm
1751
Hi Markus, Thanks for your testing. I'm pretty sure you can workaround this by making MyTable public. This problem came up because I took a short-cut that...
Hi Brendan, ... You are right, this is a work-around. Looking forward to test the next release Cheers Markus ...
Markus Reitz
markus_reitz@...
Apr 3, 2003 7:44 am
1753
Hi all, I've just released the next two chapters of the JSX manual. They are full of example source code (all tested, too!). They cover: - customizing an...
This email is to inform you about the release of version '0.8.1' of 'Java Serialization to XML 2' through freshmeat.net. All URLs and other useful information...
noreply@...
Apr 7, 2003 10:18 am
1755
Greetings... Our main objective is to convert a Java application from jdk1.3.1 to jdk1.4.1. The Java application currently uses JSX1.0.7.3. We would like to ...
Hi Doug, Thanks for the bug-report. ... It could be some kind of interferences between different versions of the same class file. Although this shouldn't...
Hi Brendan, I have found another bug: 1. Enter data into the table. 2. Serialize data 3. Deserialize data Stack Report and Sources are attached. ... 1.4.1_02...
Markus Reitz
markus_reitz@...
Apr 8, 2003 5:06 pm
1759
Hi Markus, Thanks for the excellent bug report - it really makes a big difference being able to duplicate it on the spot, and test out my theories within a few...
Hi Doug, You're running Java 1.3 on the server, aren't you? The problem was staring at me in the face (Boolean.toString()) and I even entertained the...
... workaround ... ... Now fixed in current release 2.0.8.3 However, I caution you against upgrading to JSX2 just yet - the XML format is still in flux, and...
This email is to inform you about the release of version '0.8.3' of 'Java Serialization to XML 2' through freshmeat.net. All URLs and other useful information...
noreply@...
Apr 11, 2003 11:41 am
1764
Hi all, I'm about to implement the collections representation that we discussed earlier. The benefit of this collection representation is that it is much ...
... I would dearly love to make this concept work with subclasses of collections. For example, say you subclassed ArrayList, and gave it slightly different...
Hi Brendan, looking at the XML-files JSX creates I found large chunks of <primitive type='char' value='\u0000'/> when serializing the StyledDocument of a...
Markus Reitz
markus_reitz@...
Apr 16, 2003 8:23 am
1767
Hi Markus, Yes, compressing these runs would make for *much* shorter XML in cases where it occurs. It would probably save time in generating and processing...
... heheheh I'm glad I added that disclaimer! I just tried it on your example, and it doesn't work: the very last entry (of 4096) is a newline. Hmmmm... your...
This email is to inform you about the release of version '0.9.0' of 'Java Serialization to XML 2' through freshmeat.net. All URLs and other useful information...
noreply@...
Apr 16, 2003 2:03 pm
1770
This email is to inform you about the release of version '0.9.0' of 'Java Serialization to XML 2' through freshmeat.net. All URLs and other useful information...
noreply@...
Apr 16, 2003 2:07 pm
1771
... Hash: SHA1 Hi, i have a problem with serialization of classes containing Calendar-objects. The following class will raise an IOException if you try to...
Tobias Buchloh
T.Buchloh@...
Apr 17, 2003 8:54 am
1772
HI Tobias, ... (SimpleTimeZone.java:1665) ... Yes - the stacktrace shows that SimpleTimeZone customizes its own serial format, and calls the write(byte[])...