JSX FAQ - 14 November 2001 ======= JSX instantly XML-enables applications, by re-implementing the Serialization API for XML. FAQ Contents: (1). Background (2)....
JSX-ideas@yahoogroups...
Nov 1, 2002 6:07 pm
1446
Just downloaded 1.0.5.4. Trying to test the exapmles at 'http://www.csse.monash.edu.au/~bren/JSX/tech.html#examples'. Executing 'java -classpath...
... 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...
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 ... ...
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...
... 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...
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...
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...
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...
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...
Raimund 'Raimi' Jacob
raimi@...
Nov 10, 2002 11:19 pm
1456
industrialtelepathy.com Thanks a lot Raimi! ... I wonder if "machinetelepathy" might make more sense? But this loses the "industrial light and magic"...
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...
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...
This email is to inform you of release '1.0.5.6' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Nov 11, 2002 11:31 am
1460
Hi Phil, ... Thanks for the feedback. Stickiness and personal curiousity is good! Brendan...
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...
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...
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...
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...
... 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...
... ************************************************************************** This e-mail and any files transmitted with it may contain privileged or ...
Matukhin, Alexander
amatukhin@...
Nov 21, 2002 8:34 pm
1470
hi: ... public class Task { public Integer taskType; public String taskName; public Integer taskCost; static final int CO = 0; static final int NC = 1; ...
... The API is identical to Java Serialization. Look up ObjectOutputStream and ObjectInputStream in the standard Java docs. Sun also has a tutorial on...
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...
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...