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...
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...
I will be out of the office starting 07/07/2004 and will not return until 07/24/2004....
andreas.voigt-heineme...
Jul 13, 2004 2:58 am
2025
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 -...
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,...
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...
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...
noreply@...
Jul 16, 2004 7:03 am
2029
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. ...
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...
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 -- ...
Hi all, When I developed JSX, evolving the XML for when your classes evolve seemed like a great use of it. In fact, that became the topic of my PhD....
Reply from the Java-dev list. Matt ... -- Matthew S. Shields BSc(hons), Research Associate Triana-Grid Project, School's of Physics & Astronomy/Computer...
This email is to inform you about the release of version '0.2' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information can...
noreply@...
Jul 22, 2004 9:36 am
2035
This email is to inform you about the release of version '0.2.1' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Jul 25, 2004 1:59 pm
2036
Hi Matt, Sorry for the delayed reply! Would it be better if I joined the apple mailing list or something, so you don't have to act as a router? ... I would...
... Only if you want to, there hasn't been any more postings on the list concerning JSX or serialisation anyway. I find it a nice resource for general Java...
Hi Matt, OK, thanks. It's always good to know about Java resources! I forgot to mention that the rest of my email was a lengthy reply and ask you to pass it on...
... Sorry I hadn't noticed, reading email in a rush. I've forwarded it on today. Matt -- Matthew S. Shields BSc(hons), Research Associate Triana-Grid Project, ...
This is the reply from the Java-Dev list ... -- Matthew S. Shields BSc(hons), Research Associate Triana-Grid Project, School's of Physics & Astronomy/Computer...
Hi Matthew - Thanks very much for the forwarding! Next time I'll go direct to Michael. If anyone else is interested, I can cc the list ;-) Cheers, Brendan PS:...
This email is to inform you about the release of version '1.0.7.4' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Aug 10, 2004 4:47 am
2043
Hi, I'm a developer working on a project to migrate data objects. We need to verify our migration works. The problem is that there are unimportant...
This email is to inform you about the release of version '1.0.7.5' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Aug 17, 2004 10:29 am
2048
Hi Brendan, We're running JSX on AIX with IBM JDK 1.4 (among other platforms). On the AIX deployments we get the below message being dumped to system.out....
Hi Damien, Thanks a lot for reporting that! Another user was asking about AIX recently, but we don't seem to have any big irons handy right now to check it...
I have setup a memento pattern that looks very similar to the example, but am getting strange results. I want to use the memento to wrap my objects im another...
Hi Boruchross, Just a quick reply for now, as it's late here right now (3am). I'll answer fully tomorrow. It's an interesting problem! I understand you are...