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 618 - 647 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
618
... No, it would need to be called "ArrayOf-" to confuse JSX... ... Yes, it does already: the "-". ;-) But it doesn't hurt to reiterate such ideas, as it's...
Brendan Macmillan
bren@...
Send Email
Sep 1, 2001
7:03 am
619
Hi, ... Thanks a lot for submitting this! It raises a distinction between JSX and Java's own serialization: the latter uses SUID's, and so can identify a ...
Brendan Macmillan
bren@...
Send Email
Sep 1, 2001
7:18 am
620
Hi Richard, Thank you for your well thought out and elegant insights. I am very impressed! ... We can't this by specifying it to JSX (which would be nice);...
Brendan Macmillan
bren@...
Send Email
Sep 1, 2001
8:00 am
621
... I didn't see this issue at all! You are quite right, thanks. ... I somehow think you are saying that B. would be better? ;-) It's just that A. is much...
Brendan Macmillan
bren@...
Send Email
Sep 1, 2001
8:38 am
622
... Sorry, I forgot to add that (of course), you use this feature by setting the flag before serializing it. It would be nice to be able to pass this flag in...
Brendan Macmillan
bren@...
Send Email
Sep 1, 2001
8:43 am
623
Brendan, Thanks for your prompt and thoughtful reply. ... I believe that I found the thread you mentioned (beginning with Msg #51), and yes, it is related to...
yee49@...
Send Email
Sep 1, 2001
3:09 pm
624
Hi Richard, Thanks a lot for this great post, and coming up with an initial implementation. An attempted summary: "pluggable readObject() and writeObject()...
Brendan Macmillan
bren@...
Send Email
Sep 2, 2001
10:08 am
625
Forwarded to the list: Hi there, Not sure if this is going to the list or directly to you. I just came across JSX and not long ago I had mentioned to our lead ...
Brendan Macmillan
bren@...
Send Email
Sep 3, 2001
12:49 am
626
Thanks for the question ( ... While XML can often be compressed more than a binary format (because similar items are grouped together), I doubt it would be ...
bren@...
Send Email
Sep 3, 2001
3:26 am
627
I don't think you'll gain performance by switching from Java binary serialization to JSX xml serialization. Binary serialization is as fast and compact as it...
Mark Collette
mcollett@...
Send Email
Sep 3, 2001
4:36 am
628
Hey, You should join the list to be sure of seeing all replies. ... Java's own Serialization would be faster for *everything* ;-) for single object, or for an...
Brendan Macmillan
bren@...
Send Email
Sep 3, 2001
4:54 am
629
I am listed on 9 mailing lists, so I am trying to avoid yet another list. I do have one more question for you. Would it be possible to create a class that is...
Kevin Duffey
supreme_java_guru_1@...
Send Email
Sep 4, 2001
3:52 am
630
... I understand completely! It's often overwhelming. Because JSX-ideas is public, it is possible to post and read from the web, without subscribing - this is...
Brendan Macmillan
bren@...
Send Email
Sep 4, 2001
5:18 am
631
Hey there, Sorry..didn't clarify the "modifications to xml file" thing. What I meant is, say you have this: <item> <name>test</name> </item> <item> ...
Kevin Duffey
supreme_java_guru_1@...
Send Email
Sep 4, 2001
5:42 am
632
Kevin, ... License issue first: for commercial distribution, just purchase a commercial license. See the link at the top of the website about licensing. ... ...
Brendan Macmillan
bren@...
Send Email
Sep 4, 2001
5:55 am
633
This email is to inform you of release '0.8.20.2' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Send Email
Sep 5, 2001
1:32 pm
634
I havn't look at the source at all (sorry), but I'm just wondering is JSX possible use under J2ME profile? or will the design possible to be port to the J2ME? ...
alex@...
Send Email
Sep 5, 2001
5:24 pm
635
I've used it w/ Personal Java (but not j2me) and it seems to work ok for simple stuff (I was using it for data persistence on a windows ce handheld) like...
Sultan Meghji
meghji@...
Send Email
Sep 5, 2001
5:59 pm
636
Hi Mark and all, Versioning is very important in a tool like JSX. When the XML format changes, we still want to be able to read in files saved in the old...
Brendan Macmillan
bren@...
Send Email
Sep 10, 2001
4:40 am
637
On Mon, 10 Sep 2001, Brendan Macmillan wrote: hi all! ... I like this, however... ... ... i think it should be a completely indpendent number... like "1" for ...
Raimund 'Raimi' Jacob
raimi@...
Send Email
Sep 10, 2001
7:49 am
638
Hi Raimi, Thanks a lot for this your Euros! ;-) It's really cool to get your input - Here's a summary of the ideas (yours and from my response to them): Since...
Brendan Macmillan
bren@...
Send Email
Sep 10, 2001
9:47 am
639
On Mon, 10 Sep 2001, Brendan Macmillan wrote: hello again! ... Okay. ... No, i dont think it should be able to write them. I know, it would be a nice feature...
Raimund 'Raimi' Jacob
raimi@...
Send Email
Sep 10, 2001
10:18 am
640
Just wanted to know when the version of JSX with a JAXP parser over the current StreamTokenizer is going To be released. regards, Amar Syed Disclaimer This...
SyedA
SyedA@...
Send Email
Sep 10, 2001
12:58 pm
641
... I'm not sure how well the file format details are hidden from the ObjIn and ObjOut classes, but assuming that they are, you could make it so that...
Mark Collette
mcollett@...
Send Email
Sep 10, 2001
9:12 pm
642
Hi Raimi, You're right! It's a "protocol", not a "file format". This is accurate and important - it's more than a file format, because it can be used for data...
Brendan Macmillan
bren@...
Send Email
Sep 11, 2001
2:30 am
643
... I should say "protocols", not "file format". Protocols are *much* harder to change, because they are distributed, and require many people to upgrade. ...
Brendan Macmillan
bren@...
Send Email
Sep 11, 2001
2:35 am
644
Hi Amar, ... I would guess something like a month or two - but it's not a strict schedule. A JAXP parser will make a *lot* of things easier, and will already...
Brendan Macmillan
bren@...
Send Email
Sep 11, 2001
2:38 am
645
Hi Mark, As one of the prime advocates for versioning, your opinion carries some weight!: Do you think it is important to be able to write older versions? ... ...
Brendan Macmillan
bren@...
Send Email
Sep 11, 2001
4:17 am
646
... I think that for JSX <--> JSX applications it is not very important. But, for JSX <--> 3rd party solutions, it could help. Actually, a thought just came to...
Mark Collette
mcollett@...
Send Email
Sep 11, 2001
5:06 am
647
Hey Mark, ... Man, that's a good point! I hadn't realized this consequence at all. ... Great! ... The technical imperative. ... Not at present. Parsing is a...
Brendan Macmillan
bren@...
Send Email
Sep 11, 2001
5:43 am
Messages 618 - 647 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