Hello Nicolas, I sent you a jar with what you needed, and a couple of followup emails. But I haven't had a reply from you. That was all a few weeks ago. ...
1995
noreply@...
Apr 7, 2004 8:59 am
This email is to inform you about the release of version '2.1.9.239; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
1996
Mark van der Kraan
linksspringer
Apr 7, 2004 12:59 pm
Hi, Here is a nice way to use JSX as replacement for JOS for existing sources & binaries. It uses AspectJ to intercept JOS constructors, and replace them with ...
1997
Craig Ganoe
cganoe
Apr 9, 2004 2:13 am
Is the JSX 1.0.x source and/or the most recent jar available somewhere? I have some old software that's using 1.0.1, but I get the impression that there is at...
1998
Brendan Macmillan
egroups_yow
Apr 9, 2004 3:39 am
Hi Craig, We are up to JSX 2.1 now, and JSX 1.0.x isn't supported anymore. You might be thinking of the GNU website, which has a link to the jsx.org homepage...
1999
Mike Goldwater
m_h_goldwater
Apr 9, 2004 8:43 am
Hi, With Brendan's permission, I could send you a JSX1.0.7.3.jar. I have not updated as this version suits my purposes very well up to now. Regards Mike ...
2000
Craig Ganoe
cganoe
Apr 9, 2004 2:55 pm
My apologies if this isn't the place to talk about 1.0.x. I was under the impression that 1.0.x was GPL'd open source, and just wanted to make sure I have the...
2001
noreply@...
Apr 19, 2004 7:03 am
This email is to inform you about the release of version '2.1.9.339; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
2002
noreply@...
May 3, 2004 3:08 pm
This email is to inform you about the release of version '2.1.9.439; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
2003
Brendan Macmillan
egroups_yow
May 17, 2004 3:11 am
A free (open source) version of JSX1.0.7.4 is available at: http://www.csse.monash.edu.au/~bren/JSX/ Cheers, Brendan Macmillan...
2005
noreply@...
May 17, 2004 9:21 am
This email is to inform you about the release of version '2.2.039; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
2008
Brendan Macmillan
egroups_yow
May 31, 2004 10:03 am
Dear Astroturfer, JSX works 100% for Java versions 1.2, 1.3, 1.4 and 1.5 - not just Java 1.4. That is, it sets final fields, does not need a no-arg constructor...
2009
Brendan Macmillan
egroups_yow
May 31, 2004 1:19 pm
... 700 ... code ... I should emphasise that because the above approach (of ad hoc converters) needs extra code to be written, it is not fully transparent. In...
2013
noreply@...
Jun 11, 2004 7:39 am
This email is to inform you about the release of version '2.2.139; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
2014
yfmrfr
Jun 16, 2004 1:51 pm
We are evaluating JSX to move object data from object in ObjectStore to objects that will be in an Oracle database. We want to have as much control of the...
2015
Brendan Macmillan
egroups_yow
Jun 16, 2004 3:23 pm
Hi Neil, I assume that you would first retrieve these objects ObjectStore, and then serialize them as XML, to be stored in Oracle, so you can later deserialize...
2016
yfmrfr
Jun 16, 2004 4:08 pm
Thanks for the response. I was looking at: http://www.csse.monash.edu.au/~bren/JSX/ and I thought they include some information on getting values from the ...
2017
Brendan Macmillan
egroups_yow
Jun 16, 2004 4:48 pm
OK, Yes, you could make a memento, which does not require modification of your objects. There is a fully worked out example of a memento at: ...
2019
noreply@...
Jun 30, 2004 10:53 am
This email is to inform you about the release of version '2.2.239; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
2021
Brendan Macmillan
egroups_yow
Jul 1, 2004 6:13 am
Hi everyone, My apologies to everyone about the spam. I experimented with allowing anyone to join without needing to wait for approval, because it's more...
2022
Brendan Macmillan
egroups_yow
Jul 12, 2004 4:30 am
Hi Craig, I'm the author of JSX, I've just approved your memship to the mailing list. ... of memory problems during serialization, and wondered whether XML...
2023
crgmcc
Jul 12, 2004 5:58 am
Thanks, I will look into it. I am an academic/hobbyist programmer, with too little time to research the matter properly, but it seems to me that too little...
2024
andreas.voigt-heineme...
Jul 13, 2004 2:58 am
I will be out of the office starting 07/07/2004 and will not return until 07/24/2004....
2025
Brendan Macmillan
egroups_yow
Jul 15, 2004 1:21 am
Hi Craig, 200 MB is a lot. Just thinking aloud: the main memory usage of a serializer is remembering all the past objects (in case they are referred to again -...
2026
Brendan Macmillan
egroups_yow
Jul 15, 2004 1:37 am
Hi again Craig, Whoops, I forgot you are hobbiest/academic (although, in my experience, it is quite possibile to get more RAM from a Uni dept... in fact,...
2027
Mark Collette
mark_collette
Jul 15, 2004 4:31 am
How about just using zip or gzip compression on the text xml as it's being written out, which would take one line of code, and thus wouldn't add much...
2028
noreply@...
Jul 16, 2004 7:03 am
This email is to inform you about the release of version '0.1' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information can...
2029
Mike Goldwater
m_h_goldwater
Jul 16, 2004 8:11 am
Hi, Is Craig aware of the java.exe option -Xmx128m (for example) which will increase his memory to 128MB? This option gets rid of most memory problems. ...
2030
matthew shields
scmmss
Jul 16, 2004 8:52 pm
There has been some discussion of JSX and some of it's alternatives on the Apple Java-dev mailing list. I thought I'd cross post some of the discussion just in...
2031
Brendan Macmillan
egroups_yow
Jul 17, 2004 12:46 pm
Hi Matthew, Thanks for the post - a detailed reply follows. It would be great if you could you forward it back to their list, please? Cheers, Brendan -- ...