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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 921 - 951 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
921
Hi everyone and Faustas, Sorry, I think I totally misunderstood you! You were actually asking if JSX only a writer - if it was only Java Serialization "to"...
bren@...
egroups_yow
Offline Send Email
Dec 1, 2001
10:02 am
922
I will do up an example in a few days and post it. That should help clarify. Thanks. -- garskof...
r.garskof@...
robertgarskof
Offline Send Email
Dec 1, 2001
11:38 pm
923
ARGH! My Bad. I forgot that some code was added to my logger reciently to strip out CR/LF in log messages so that we can write the print of a stack trace from...
r.garskof@...
robertgarskof
Offline Send Email
Dec 2, 2001
12:23 am
924
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
Dec 2, 2001
2:17 am
925
... hee hee, no worries. Thanks for letting me know. We all make mistakes - hearing about yours makes me feel better about mine. ;-) Your remark about...
bren@...
egroups_yow
Offline Send Email
Dec 2, 2001
3:07 am
926
Brendon, you understood me correctly. I'm looking for the code that serializes my class to the DOM tree. I intend to feed that DOM tree to the XSL...
Faustas Zilinskas
fzilin
Offline Send Email
Dec 2, 2001
5:53 am
927
... OK - it was this sentence that confused me: "Since the XML produced by JSX sooner or later gets parsed, it would save some CPU cycles to present it in DOM...
bren@...
egroups_yow
Offline Send Email
Dec 2, 2001
6:44 am
928
This is to notify everyone that my new e-mail address is psijpkes@... . Please update your address books. Regards, Paul Sijpkes. ...
Sijpkes Paul
paul_sijpkes
Offline Send Email
Dec 2, 2001
10:18 pm
929
Hi Brendan It's been a while since my last message about our bug on AIX. We have received a (beta) patch last week from IBM. The first attempts (without JSX)...
jean-christophe.salom...
jcsalome
Offline Send Email
Dec 3, 2001
5:23 pm
930
I was not mislead at all by the "Java Serialization to XML". I just assumed that meant read and write....
Marti DeMore
Martha.D.DeMore@...
Send Email
Dec 3, 2001
5:49 pm
931
is it possible to use jsx within the applet sandbox? after trying using JSX0.9.7.0 under the JRE 1.3.1_01 to serialize a test class, i am greeted with a access...
John Fiket
john_fiket
Offline Send Email
Dec 4, 2001
6:42 pm
932
JSX does stuff internally that requires permissions beyond the sandbox. That is even before trying to write to a file, for getting at private fields, etc. I'm...
Mark Collette
mark_collette
Offline Send Email
Dec 4, 2001
7:48 pm
933
Hi Jean-Christophe, ... I can't seem to download it for some reason (tho the other zip files at JSX-ideas are OK...). Could you email it to me direct, please?...
bren@...
egroups_yow
Offline Send Email
Dec 5, 2001
12:19 am
934
This email is to inform you of release '0.9.7.1' of 'Java Serialization to/from XML.' through freshmeat.net. All URLs and other useful information can be found...
noreply@...
Send Email
Dec 7, 2001
5:39 am
935
I have some Strings in my objects that have embedded double quotes. When I serialize them out and read them back in using JSX, I lose the embedded quotes. Is...
Marti DeMore
Martha.D.DeMore@...
Send Email
Dec 12, 2001
11:29 pm
936
... This is strange - you should get the same thing back again, and so JSX should be preserving double quotes. I just checked it with: String a = "\" <- that's...
egroups_yow
Offline Send Email
Dec 13, 2001
12:10 am
937
Well, now if this just isn't one o' them things.... I cannot duplicate the problem at all now. I cannot find any problem in our code, or any problem in the...
Marti DeMore
Martha.D.DeMore@...
Send Email
Dec 13, 2001
1:41 am
938
I've been testing JSX with a view to recommending it as part of a Java-based application my company is shortly to begin developing (we would be the second...
greenp22uk
Offline Send Email
Dec 13, 2001
3:32 pm
939
Hi Mike, I'm the author of JSX, and I can give you the answer "yes". ;-) ... Yes. There is more information below, for illustrative purposes only. ... Yes -...
egroups_yow
Offline Send Email
Dec 14, 2001
6:26 am
940
Hi marco, ... Yes, that's the way to do it. ... I think you must still be adding the other values. OK, I see now that that is because you want the...
Brendan Macmillan
egroups_yow
Offline Send Email
Dec 16, 2001
4:17 am
941
What are the fundamental issues that make running JSX with Java 1.1 difficult? Is it possible? I was hoping to use JSX but we're stuck on the 1.1 platform...
Dave_Romero
Offline Send Email
Dec 18, 2001
9:59 pm
942
Hi Dave, Hi Dave, ... Support for 1.1 would be good, but JSX would theoretically be able to handle only objects with: - all public fields - no final fields - a...
egroups_yow
Offline Send Email
Dec 19, 2001
12:39 am
944
hi all, can anyone point me to some tutorials on JSX? in the webpage i cannot find any links.. thanx and regards marco...
marco.mistroni@...
Send Email
Dec 19, 2001
1:11 pm
945
Hey Macro, ... First thing is - JSX works just like Java's own Serialization (JOS), so that any tutorials on JOS also apply to JSX. Second, have a look at the...
egroups_yow
Offline Send Email
Dec 19, 2001
10:20 pm
946
Hi Brendan, ... I am missing one point. i have following classes: - Serializer - Deserializer - MyMap does the 'other data structure' has to be in the MyMap?? ...
marco.mistroni@...
Send Email
Dec 20, 2001
10:22 am
947
... First, if Externalizeable, the "writeExternal" is called, not writeObject() - sorry, I think I misled you there. ... OK, this looks good - just two things:...
Brendan Macmillan
egroups_yow
Offline Send Email
Dec 20, 2001
11:22 am
948
Hi Brendan, thanx i got it. Now it works fine 4 both serializing and deserializing. Now i would like to see if i can improve my structure to be more readable. ...
marco.mistroni@...
Send Email
Dec 20, 2001
12:25 pm
949
Hi, I am working on a version that allows you to register a handler object with ObjOut. The handler has to implement the following interface: public interface...
linksspringer
Offline Send Email
Dec 20, 2001
1:42 pm
950
Hi Marco, ... The issue here is "lists". In java, we can't have several objects with the same name - for that, we use arrays (or vectors etc). Thus, you...
egroups_yow
Offline Send Email
Dec 20, 2001
11:26 pm
951
Hi Mark van der Kraan, This sounds interesting! Just to rephrase to ensure I understand correctly: the idea is for JSX to output SAX events rather than XML ...
egroups_yow
Offline Send Email
Dec 21, 2001
12:41 am
Messages 921 - 951 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