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...
Show off your group to the world. Share a photo of your group with us.

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 1368 - 1397 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1368
Hi Brendan, Sorry about that - I got called out of the office at the back-end of last week and this must have fallen off the radar :/ I tried using 1.0.5.2 to...
Alex Lennon
alexjlennon
Offline Send Email
Oct 1, 2002
9:03 am
1369
Hi Alex, Great - thanks for the stack traces. I'll start to deal with it tommorrow. ... Thought it must be something like that. ;-) ... I was pretty sure -...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 1, 2002
9:37 am
1370
... Great - there's no urgency at this end. It'd just be nice to know we can sweep my hacked code under the carpet and start using the released codebase :) ......
Alex Lennon
alexjlennon
Offline Send Email
Oct 1, 2002
9:53 am
1371
... Yes, I think there is a lot in this! :-) ... Reflection can't do it, because we only have access to field values, not variable (ie local and parameter)...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 1, 2002
10:03 am
1372
Hi Brendan, ok i managed to output a proper SOAP message (in a very simplicistic manner, so far) by overriding some methods. (there is not even the <? jsx ?>...
marco.mistroni@...
mmmistroni
Offline Send Email
Oct 1, 2002
1:54 pm
1373
Hi all, ok i found the problem. I was adding an HashMap, and that was causing the problem. when i added instead an Hashtable, everything worked fine. i...
marco.mistroni@...
mmmistroni
Offline Send Email
Oct 1, 2002
3:12 pm
1374
Hi Brendan (and, Hi Marco and ... also Hi to the others too ^_^), i'm thinking about "encodingStyle" but for now i'm doing experiment ... have ... to ... to ...
nodepste
Offline Send Email
Oct 1, 2002
5:15 pm
1375
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
Oct 1, 2002
11:25 pm
1376
... Excellent! ... First is to print out the string, to make sure it really is what you think it is! System.err.println("--- The recieved JSX string was:...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 2, 2002
1:45 am
1377
Hi Marco, Just a quick response to start with: It looks like you are doing the envelope and body by making classes with those names, and getting JSX to...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 2, 2002
2:00 am
1378
... DEBUG variables, and ... This is because HashMap needs to access private methods, but Hashtable doesn't. This problem will go away if you put the method...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 2, 2002
2:05 am
1379
Hi Sefano, ... *If* you were turning aliases off when serializing, you'll need to also do this when deserializing (ideally, JSX would detect this ...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 2, 2002
2:34 am
1380
hi, ... true, that's the initial problem. but not the only one, since i have to figure out how to handle namespaces, but i'll take a look later. point is that,...
marco.mistroni@...
mmmistroni
Offline Send Email
Oct 2, 2002
6:04 am
1381
Hi Marco, ... Exellent! Did you know that the primary meaning of "passion" is "suffering"? I think it fits in with the idea that a measure of how passionate...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 2, 2002
6:24 am
1382
hi, ... yeah..it works anyway...i just wanted to make the class as extensible as possible...but i am little ignorant 'bout Serialization, that's the problem...
marco.mistroni@...
mmmistroni
Offline Send Email
Oct 2, 2002
6:27 am
1383
Hi Brendan, i used the orignal JSX classes, but still i am having same problem: <?jsx version="1"?> <Envelope alias-ID="0"> <Body alias-ID="1"...
marco.mistroni@...
mmmistroni
Offline Send Email
Oct 2, 2002
7:57 am
1384
Hi all, ignore latest post. I was still using modified classes. sorry regards marco ... From: Mistroni Marco (NET-IMN/Espoo) Sent: 02. October 2002 10:53 To:...
marco.mistroni@...
mmmistroni
Offline Send Email
Oct 2, 2002
7:58 am
1385
... No problem! ;-) I'm glad you had time to test it after all, and even more glad that it actually works! I wonder if you will be able to resist the...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 2, 2002
8:15 am
1386
Hi Marco, ... (that elements can contain subelements etc, but ... Body. a way to get rid of the "obj-name" is to use make a writeObject() method in Body (and a...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 2, 2002
10:28 am
1387
Hi brendan, ... s.writeObject(content); ... but those two methods should be put in the Body, right? and thus the Body should implement Externalizable, right?...
marco.mistroni@...
mmmistroni
Offline Send Email
Oct 2, 2002
11:43 am
1388
Hi - I'm looking at serialising in and out some objects with reasonably large binary arrays in them. This results in a format much like: <binary-data...
Alex Lennon
alexjlennon
Offline Send Email
Oct 2, 2002
1:39 pm
1389
Hi, about aliases I leaved them in default state (both in ObjOut and ObjIn), so I tried your code and the String "st" is what we waiting for. But now the...
nodepste
Offline Send Email
Oct 2, 2002
6:27 pm
1390
Hi Marco, ... elemetns. ... Um, yes... so I guess in my example code above, the content wouldn't need to be cast to "Body"! Anyway, the example code will get...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 3, 2002
2:31 am
1391
... I think the easiest way to reduce XML bloat is to compress it - as it's *extremely* redundant, this works rather well. ;-) If you use a standard...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 3, 2002
2:43 am
1392
Hi Stefano, This is really strange... It is not even printing out the part: System.err.println("--- The recieved JSX string was: "+st); It could be that Tomcat...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 3, 2002
2:58 am
1393
Hi, I thought I'd just put some metrics together, out of interest, I have the same "gut feel" about the XML compressibility but I'd like to be able to pin down...
Alex Lennon
alexjlennon
Offline Send Email
Oct 3, 2002
9:38 am
1394
Hi, I thought I'd just put some metrics together, out of interest, I have the same "gut feel" about the XML compressibility but I'd like to be able to pin down...
Alex Lennon
alexjlennon
Offline Send Email
Oct 3, 2002
1:21 pm
1395
Hi Alex, Metrics - cool! ;-) Not just a software engineer, but a software scientist ;-) Hope you don't take offence at me selecting a slightly different...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 4, 2002
4:35 am
1396
This email is to inform you of release '1.0.5.3' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Send Email
Oct 4, 2002
9:02 pm
1397
Hi Brendan, yes the problem was the CLASSPATH of Tomcat (it seems that Tomcat overwrite the system-classpath...), I fix it and now it work! I can serialize an...
nodepste
Offline Send Email
Oct 6, 2002
1:18 pm
Messages 1368 - 1397 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