Search the web
Sign In
New User? Sign Up
JSX-ideas · Ideas on Java Serialization for XML
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1301 - 1330 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1301
Hi Shine, I just checked over this old email from you, about XMLEncoder (see below) In it, you say that XMLEncoder cannot work, because much information is...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 4, 2002
3:45 am
1302
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...
Send Email
Sep 4, 2002
7:27 pm
1303
Hi David (resent for benefit of the list - also a better version display snippet), ... Great! Since we're looking at making JSX work nicely with another...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 6, 2002
7:57 am
1304
Can you check this out and get back to Brendan on the results? Also - some time back I submitted a patch to support the J9 VM (the class field thing). Can you...
Alex Lennon
alexjlennon
Offline Send Email
Sep 6, 2002
8:51 am
1305
Hi, ... With gcj 3.2 and JSX 1.0.3.1 (*) 8<--------------------------------------------------- $ ./a.out java.specification.version=1.3 ...
Benoît Sibaud
oumph
Offline Send Email
Sep 7, 2002
8:40 pm
1306
Hi Benoît , Thanks a lot for all the info! Most likely, JSX will work fine with these. But if there are problems in future, we have a place to link them in....
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 9, 2002
9:41 am
1307
This email is to inform you of release '1.0.4.0' of 'Java Serialization for XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Send Email
Sep 9, 2002
1:29 pm
1308
Hi Ralph, Thanks a lot for your bug report! ... Sorry to take so long to reply! The bug you reported was due to primitive char fields not being escaped ...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 11, 2002
2:22 am
1309
Hi all, I'd like your opinion on something, and also to set you a challenge... OPINION: Is it important to you that JSX can serialize object whose class does...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 11, 2002
5:55 am
1310
Here is the challenge! There's a bit of background to explain first, about how Serialization works with subclassing a class that isn't serializable, and the...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 11, 2002
6:16 am
1311
What are other pros/cons of keeping it/removing it? Am I correct in thinking that removing the ability to serialize non-serializable Objects will greatly...
Hanasaki JiJi
hanasaki@...
Send Email
Sep 11, 2002
6:17 am
1312
(Here it is again, with nicer formatting) CHALLENGE: There is a slightly esoteric rule in serialization, that comes into play when you take a non-serializable...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 11, 2002
6:18 am
1313
Hi, ... No, unfortunately... JSX doesn't do any special tricks to be able to do this - it's quite easy. Therefore, there will be absolutely no observable...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 11, 2002
6:27 am
1314
Hi, Attached and appended is some code and results that show that JSX and JOS *do* give different results for the case where a Serializable class extends a ...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 11, 2002
6:36 am
1315
On Wed, 11 Sep 2002, Brendan Macmillan wrote: hello *! ... you raise a very difficuly question here. people have to decide wether they want full-magic...
Raimund 'Raimi' Jacob
raimi@...
Send Email
Sep 11, 2002
7:01 am
1316
Hi Raimi, ... Good points. The only way to tell how many of each is to ask them... ... Yes, but I prefer small tools, that do one job well....
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 11, 2002
7:45 am
1317
I remember people having posted, in the past, that they rely on JSX serializing non-java.io.Serializable classes, so I think some effort should be taken to...
Mark Collette
mark_collette
Offline Send Email
Sep 11, 2002
10:59 pm
1318
Hi Brendan, Have you fixed the problem with serializing a DecimalFormat which used to arise from an "illegal" character when looking at an XML file in IE6? I ...
Mike Goldwater
m_h_goldwater
Offline Send Email
Sep 12, 2002
7:44 am
1319
Thanks Mark, Raimi and Hanasaki for your replies! It's a pity we didn't get anyone using JSX in production to say that they need non-"Serializeable" objects to...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 12, 2002
7:51 am
1320
... Yes - but not released yet. Will be in the next release (perhaps tommorrow). ... Your code got better? ;-) That's very funny! I think it might be a case...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 12, 2002
8:41 am
1321
Hi, An example which stopped me in my tracks when I was starting my development was the inability to serialize java.awt.geom.GeneralPath (honestly it is or was...
Mike Goldwater
m_h_goldwater
Offline Send Email
Sep 12, 2002
7:12 pm
1322
Hi, ... Some fresh gcj+JSX news: A simple patch to compile with GCJ (replace the instance block by a private method called in each constructor). blabla......
Benoît Sibaud
oumph
Offline Send Email
Sep 12, 2002
9:55 pm
1323
Hi Mike, Thanks a lot for your comments! ... I think your example shows that it is definitely a useful feature, on occasion. But not vitally useful all the...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 12, 2002
10:55 pm
1324
Hi Brendan, Are you going to put in a thing in your Config class to handle the serialize everything case? Perhaps you could include a doc file for Config in...
Mike Goldwater
m_h_goldwater
Offline Send Email
Sep 12, 2002
11:11 pm
1325
... Documentation is a good idea, but not yet. Also, the "serialize everything case" would work implicitly, in the way Mark C suggested, and so wouldn't need ...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 13, 2002
12:06 am
1326
This email is to inform you of release '1.0.4.1' of 'Java Serialization for XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Send Email
Sep 13, 2002
5:58 am
1327
We switch back and forth between JOS and JSX. Sometimes we're surprised when JOS stops working, because JSX is so forgiving. It might be nice to have a...
wnreynolds
Offline Send Email
Sep 13, 2002
10:57 pm
1328
[Forwarded from an off-list email] ... OK, I assume your applet is running Java 1.2 or higher. The applet viewer/browser (or whatever) will need to have this...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 14, 2002
3:47 am
1329
Hi Bill, ... Yes, I've found that, too, in tests that compare JSX and JOS. It's annoying... and yet, it's the JOS that is annoying! ;-) ... I think strict is...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 14, 2002
4:26 am
1330
This email is to inform you of release '1.0.4.2' of 'Java Serialization for XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Send Email
Sep 16, 2002
12:44 pm
Messages 1301 - 1330 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help