JSX FAQ - 14 November 2001 ======= JSX instantly XML-enables applications, by re-implementing the Serialization API for XML. FAQ Contents: (1). Background (2)....
1446
jlegelis
Nov 4, 2002 8:29 pm
Just downloaded 1.0.5.4. Trying to test the exapmles at 'http://www.csse.monash.edu.au/~bren/JSX/tech.html#examples39;. Executing 'java -classpath...
1447
James Monteath
longsilvercl...
Nov 6, 2002 4:18 am
Is JSX now reduntant with the 1.4 Serialization using the java.beans.XMLDecoder and XMLEncoder?...
1448
Brendan Macmillan
egroups_yow
Nov 6, 2002 4:43 am
... No. XMLEncoder has been coming along for years now, and even though part of 1.4, does not seem very popular, according to Google. Why is this? There are...
1449
Mike Goldwater
m_h_goldwater
Nov 6, 2002 11:04 am
Hi, In your ObjIn program I bet you don't define your a,b,c classes. You can only de-serialize classes predefined in your program. Regards Mike ... ...
1450
Brendan Macmillan
egroups_yow
Nov 9, 2002 9:53 am
Hi jlegelis, Thanks very much for posting this - I'm sure it's been a problem to many users, so it's good that someone has let me know about it! Sorry for the...
1451
Brendan Macmillan
egroups_yow
Nov 9, 2002 10:40 am
... You can ... Hi Mike, You are right, and it sounds like you've been experimenting with hand- written XML for JSX!!! That's pretty advanced. If you look...
1452
Brendan Macmillan
egroups_yow
Nov 10, 2002 5:17 am
Hi jlegelis, I've just fixed the bug you reported - you can download the corrected jar from: www.csse.monash.edu.au/~bren/JSX/JSX1.0.5.6.jar Cheers, Brendan...
1453
Brendan Macmillan
egroups_yow
Nov 10, 2002 5:27 am
Hi Matthew, I've removed the warning message for Mac OS X 10.2.1 you reported: www.csse.monash.edu.au/~bren/JSX/JSX1.0.5.6.jar I hope it continues to work well...
1454
Brendan Macmillan
egroups_yow
Nov 10, 2002 9:30 am
Hi all! If you have a few minutes spare, I'd like to ask your opinion on some names! So this is a marketing survey. :-) I just bought two domains, thinking...
1455
Raimund 'Raimi...
raimi@...
Nov 10, 2002 11:19 pm
On Sun, 10 Nov 2002, Brendan Macmillan wrote: hiho! ... they both sound like a mystery TV show or a strange sect :) ... nothing whatsoever related to...
1456
Brendan Macmillan
egroups_yow
Nov 10, 2002 11:25 pm
industrialtelepathy.com Thanks a lot Raimi! ... I wonder if "machinetelepathy" might make more sense? But this loses the "industrial light and magic"...
1457
Brendan Macmillan
egroups_yow
Nov 11, 2002 3:05 am
Hi all, If any users out there are thinking of purchasing an Enterprise license, for the commercial use of JSX, covering all future upgrades (including...
1458
pwilkinsuk
Nov 11, 2002 10:10 am
Brendan, The names would stick in my mind, but I think they'd only attact my attention from a personal curiosity rather than making an asocitation to JSX. Phil...
1459
noreply@...
Nov 11, 2002 11:31 am
This email is to inform you of release '1.0.5.639; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information can be found at...
1460
Brendan Macmillan
egroups_yow
Nov 11, 2002 10:58 pm
Hi Phil, ... Thanks for the feedback. Stickiness and personal curiousity is good! Brendan...
1461
nodepste
Nov 13, 2002 5:53 pm
Hi Brendan, I want to serialize&deserialize an object that is a Thread, more precisely his Class implements Runnable, but I've this error during...
1462
Brendan Macmillan
egroups_yow
Nov 13, 2002 10:13 pm
Hi Stefano, Sorry, I can't help you with this directly: Unfortunately, Thread is one of those classes whose objects really shouldn't be serializable. Although...
1463
Brendan Macmillan
egroups_yow
Nov 13, 2002 10:19 pm
Rehi Stefano, BTW: java.io.ObjectOutputStream can't serialize threads either, and for the same reason that JSX can't. ... ... I had a look, but couldn't find...
1464
nodepste
Nov 14, 2002 1:14 pm
Hi Brendan, very thanks for your help, I'll try the workaround (or some other way) and I'll read the article. BTW: it's strange that java don't implements...
1465
yys2000
Nov 19, 2002 3:26 pm
Where can I get the samples? JSX can handle any Java objects?...
1466
Brendan Macmillan
egroups_yow
Nov 20, 2002 12:29 am
... Yes! Provided you distribute it under the GPL open source license. ... Samples? If you mean the source code, it is available on the homepage: ...
1467
ciminop
Nov 20, 2002 4:38 pm
I've noticed a couple of times that you mentioned the feature to serialize classes that Java can't serialize has been turned off. I actually find this a very...
1468
Mike Goldwater
m_h_goldwater
Nov 20, 2002 4:44 pm
... One that reaaly annoyed me was java.awt.Grahics.GeneralPath. I had to write my own MHGGeneralPath (to make matters worse the original was final so I could...
1469
Matukhin, Alexander
amatukhin@...
Nov 21, 2002 8:34 pm
... ************************************************************************** This e-mail and any files transmitted with it may contain privileged or ...
1470
ottawausite
Nov 21, 2002 9:28 pm
hi: ... public class Task { public Integer taskType; public String taskName; public Integer taskCost; static final int CO = 0; static final int NC = 1; ...
1471
Yang Yongsheng
yys2000
Nov 21, 2002 10:16 pm
hi: Thanks for your help! So where can I get the Java API Doc? I want to get some ideas of it. Brendan Macmillan <bren@...> wrote:> Can I...
1472
Brendan Macmillan
egroups_yow
Nov 22, 2002 6:28 am
... The API is identical to Java Serialization. Look up ObjectOutputStream and ObjectInputStream in the standard Java docs. Sun also has a tutorial on...
1473
Brendan Macmillan
egroups_yow
Nov 23, 2002 6:27 am
Hi Mike, ... Hey, you should have mentioned this earlier! There have been 4 emails on practical problems with this over the last few days, so I'm taking that...
1474
Brendan Macmillan
egroups_yow
Nov 23, 2002 6:33 am
Hi ciminop (?), ... I don't know - I'd have to go through a manual to answer this question. I gave some examples in my other reply to this. I think you have...