Hi, I just experimented with allowing anyone to post (ie without having to join) - and in one day, there are 5 spam emails. Sorry about that! Yahoo egroups...
This email is to inform you about the release of version '2.1.4doc' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Dec 15, 2003 8:46 am
1961
Hi all, A simpler XML format for JSX - what is really nice is that the indentation level will correspond exactly to how deep the object is from the root. The...
If the format has to change, then I would go with option 1. Although, for compatibility with 3rd party tools, this is still the best: class Sub extends Super...
... Thanks - BTW this isn't a change, just an alternative. ... Really? The main motivation for changing it is to make it easier to work with, with third-party...
I just assume that since the XML language uses tag nesting to "contain" substructure within a structure, that using tags merely as markers would be a bit of an...
This email is to inform you about the release of version '2.1.4doc2' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful...
noreply@...
Dec 20, 2003 3:51 pm
1966
This email is to inform you about the release of version '2.1.4xslt.doc' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful...
noreply@...
Jan 7, 2004 10:29 am
1967
Hi, I downloaded the JSX2.1.4.jar file last week to evaluate this product in our enterprise ecommerce environment but I got the following message from...
Hello everyone, Has anybody requested the feature of logging deserialization discrepancies, such as fields deleted or added? This seems to be necessary to...
This email is to inform you about the release of version '2.1.5' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Feb 10, 2004 6:32 am
1971
Hi Hongsheng, You have to close() the ObjectWriter (like other Java streams). See the download web page an example of this. www.jsx.org/download.html A key...
Well, typically when one adds a switch, the default behavior (without the switch) is to do the old behavior. Thus, to omit the close() call, they'd have to use...
Hi Hongsheng, ... This is becoming complicated now, so I think I'll just leave it as it is. ... IIRC, that happens because the the default hashes are based on...
... I did say the default behaviour would be automatic close, otherwise you are right it wouldn't make sense. This is what JSX used to do, and users had much...
This email is to inform you about the release of version '2.1.6' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Feb 23, 2004 8:29 am
1976
Hi Bent, I think Xrayrivet might suit your needs better. It is based on the JSX engine, but does not alias Strings. The XML is also much simpler. I would ...
Hi Bent, Note: I've cc'ed this to the list, because I think others may be interested. ... would ... I ... It should work on primitives (unless within an array...
Hi Bent, I'll reply to your other comments in a separate email. ... to ... (which ... you ... Cool. ... primitives?) ... Interesting, thanks for the...
Hi Bent, ... It's from the Artima article, he mentions casting, and also that the inefficientcy of autoboxing: # Anders Hejlsberg: # For example, with Java...
This email is to inform you about the release of version '2.1.7' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Mar 8, 2004 9:20 am
1981
Enter your vote today! A new poll has been created for the JSX-ideas group: How likely is it that you would recommend JSX to a friend or colleague? (on a...
JSX-ideas@yahoogroups...
Mar 9, 2004 12:38 pm
1982
Enter your vote today! A new poll has been created for the JSX-ideas group: How do you use JSX? o Non-intrusive XML databinding o Upgrading persisted data...
JSX-ideas@yahoogroups...
Mar 9, 2004 12:44 pm
1983
o 5 neutral ... Ramar Sridharan shreedhar_13@... sneha_1999@... 491797773747...
sridharan sri ramar
shreedhar_13@...
Mar 9, 2004 4:33 pm
1984
Hi Ramar, Thanks for your vote, but the idea is to go to the URL mentioned, and vote by clicking on one of the boxes there. As the email says: To vote, please...
There has been a great deal of demand for JSX, from students who simply can't afford JSX, and find that 30 days isn't enough to complete a project. To help...
This email is to inform you about the release of version '2.1.8' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Mar 15, 2004 8:32 am
1987
Hello, I've been using a trial version of JSX, as part of an IT project here in Paris. First thought: great! It does many things that other tools like skaringa...
Hi Nicolas, I'm assuming that you are also using JOS, or else there'd be no point in implementing Externalizable, since you don't want it for JSX? To ensure I...