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...
1969
Hongsheng Chen
hongsheng_chen
Feb 6, 2004 6:02 pm
Hello everyone, Has anybody requested the feature of logging deserialization discrepancies, such as fields deleted or added? This seems to be necessary to...
1970
noreply@...
Feb 10, 2004 6:32 am
This email is to inform you about the release of version '2.1.539; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
1971
Brendan Macmillan
egroups_yow
Feb 13, 2004 7:41 am
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...
1972
Mark Collette
mark_collette
Feb 13, 2004 10:36 pm
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...
1973
Brendan Macmillan
egroups_yow
Feb 14, 2004 3:09 am
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...
1974
Brendan Macmillan
egroups_yow
Feb 14, 2004 3:26 am
... 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...
1975
noreply@...
Feb 23, 2004 8:29 am
This email is to inform you about the release of version '2.1.639; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
1976
Brendan Macmillan
egroups_yow
Mar 1, 2004 1:37 pm
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 ...
1977
Brendan Macmillan
egroups_yow
Mar 2, 2004 10:32 am
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...
1978
Brendan Macmillan
egroups_yow
Mar 3, 2004 11:15 am
Hi Bent, I'll reply to your other comments in a separate email. ... to ... (which ... you ... Cool. ... primitives?) ... Interesting, thanks for the...
1979
Brendan Macmillan
egroups_yow
Mar 3, 2004 11:32 am
Hi Bent, ... It's from the Artima article, he mentions casting, and also that the inefficientcy of autoboxing: # Anders Hejlsberg: # For example, with Java...
1980
noreply@...
Mar 8, 2004 9:20 am
This email is to inform you about the release of version '2.1.739; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
1981
JSX-ideas@yahoogroups...
Mar 9, 2004 12:38 pm
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...
1982
JSX-ideas@yahoogroups...
Mar 9, 2004 12:44 pm
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...
1983
sridharan sri ramar
shreedhar_13@...
Mar 9, 2004 4:33 pm
o 5 neutral ... Ramar Sridharan shreedhar_13@... sneha_1999@... 491797773747...
1984
Brendan Macmillan
egroups_yow
Mar 10, 2004 2:12 am
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...
1985
Brendan Macmillan
egroups_yow
Mar 12, 2004 1:35 pm
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...
1986
noreply@...
Mar 15, 2004 8:32 am
This email is to inform you about the release of version '2.1.839; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
1987
nicolascorreard
Mar 16, 2004 9:52 am
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...
1988
Brendan Macmillan
egroups_yow
Mar 16, 2004 10:40 am
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...
1989
Brendan Macmillan
egroups_yow
Mar 18, 2004 4:45 pm
How did the jar go that I sent you? Did you get it? Brendan ... From: "nicolascorreard" <nicolas_correard@...> To: <JSX-ideas@yahoogroups.com> Sent:...
1990
Brendan Macmillan
egroups_yow
Mar 18, 2004 7:53 pm
New release: xrayrivet 0.2 DOWNLOAD: http://www.jsx.org/xrayrivet/xrayrivet.html Xrayrivet's format is much less verbose that JSX, and more like conventional ...
1991
noreply@...
Mar 22, 2004 2:26 pm
This email is to inform you about the release of version '2.1.939; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
1992
noreply@...
Mar 29, 2004 9:41 am
This email is to inform you about the release of version '2.1.9.139; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
1993
andreas.voigt-heineme...
Mar 30, 2004 4:26 am
I will be out of the office starting 03/27/2004 and will not return until 04/11/2004....
1994
Brendan Macmillan
egroups_yow
Apr 4, 2004 1:26 pm
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...