Search the web
Sign In
New User? Sign Up
JSX-ideas · Ideas on Java Serialization for XML
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 1743 - 1773 of 2206   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1743
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...
Send Email
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....
Brendan Macmillan
egroups_yow
Offline Send Email
Apr 1, 2003
1:08 pm
1745
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 -...
Brendan Macmillan
egroups_yow
Offline Send Email
Apr 1, 2003
1:15 pm
1746
Hi Brendan, ... Great :-) Cheers Markus __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Bis...
Markus Reitz
markus_reitz@...
Send Email
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: ...
Brendan Macmillan
egroups_yow
Offline Send Email
Apr 2, 2003
3:03 am
1748
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@...
Send Email
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Apr 2, 2003
1:08 pm
1750
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@...
Send Email
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Apr 3, 2003
6:50 am
1752
Hi Brendan, ... You are right, this is a work-around. Looking forward to test the next release Cheers Markus ...
Markus Reitz
markus_reitz@...
Send Email
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Apr 3, 2003
4:55 pm
1754
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@...
Send Email
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 ...
Doug Hitzel
proquest_2003
Offline Send Email
Apr 7, 2003
1:10 pm
1757
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Apr 8, 2003
4:40 am
1758
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@...
Send Email
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Apr 8, 2003
8:33 pm
1760
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Apr 10, 2003
9:58 pm
1761
... Fixed in current release 2.0.8.3...
Brendan Macmillan
egroups_yow
Offline Send Email
Apr 11, 2003
8:38 am
1762
... 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...
Brendan Macmillan
egroups_yow
Offline Send Email
Apr 11, 2003
8:41 am
1763
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@...
Send Email
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 ...
Brendan Macmillan
egroups_yow
Offline Send Email
Apr 15, 2003
9:16 am
1765
... I would dearly love to make this concept work with subclasses of collections. For example, say you subclassed ArrayList, and gave it slightly different...
Brendan Macmillan
egroups_yow
Offline Send Email
Apr 15, 2003
11:32 am
1766
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@...
Send Email
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Apr 16, 2003
12:21 pm
1768
... 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...
Brendan Macmillan
egroups_yow
Offline Send Email
Apr 16, 2003
12:53 pm
1769
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@...
Send Email
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@...
Send Email
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@...
Send Email
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[])...
Brendan Macmillan
egroups_yow
Offline Send Email
Apr 17, 2003
11:36 am
1773
... Hash: SHA1 Hi Brendan, that was quite fast. now everything it is working fine. Thank you. cheers, Tobias ... Version: GnuPG v1.2.1 (GNU/Linux) ...
Tobias Buchloh
T.Buchloh@...
Send Email
Apr 17, 2003
7:24 pm
Messages 1743 - 1773 of 2206   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help