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...
Aug 1, 2003 11:10 am
1833
Hi Daniel, ... Sorry for the delay in answering. Basically, File objects weren't defined to make sense when serialized, as they are tired to the OS...
Hi, I just ran into this problem while de-ser'ing a externally manipulated XML array. JSX represents arrays like <array field='array' base='int' dim='1'...
Hi Brendan this is a great idea giving the user of JSX the ability to customize serialization of a class without changing the class' code. I could think of...
... customize ... Yes, java.lang.Integer makes a lot of sense - how does the XML come out now? ... classes. There's a lot of stuff in JSX that looks...
Hi everybody, using JSX1 on big object (xml result > 10mb), it seems to to me that JSX don't release the memory used for the transformation. On my app server,...
Hi, due to the loss of memory detect as explained below, my system lacks of memory quickly. In this case, JSX writes on system err, but no exception is raised....
Hi,
I'm getting the following problem when using JSX2.0.9.6, when trying to
deserialize a XML file to Java object. I'm using Java JDK 1.3.1_01:...
A.T.Wilson
A.T.Wilson@...
Aug 6, 2003 3:50 pm
1844
The short story: We are interested in hacking the deserialization of HashMaps with JSX. Can anyone provide some insight on how one might do this on JSX...
hi, I'm using JSX1.0.7.3. I tried running my application that uses JSX, on CVM (which is a java virtual machine for the ... java, which is: implVendor='Sun...
I will be out of the office starting 09.08.2003 and will not return until 18.08.2003....
andreas.voigt-heineme...
Aug 10, 2003 3:33 am
1847
I've got some strange behavior with JSX1. This was seen with JSX1.0.6.jar and continues with identical behavior in JSX1.0.7.4.jar. Java is (RH 8.0 Linux): ...
... The problem is solved and only indirectly involved JSX - it was a timing issue between CORBA callbacks and JSX, but not the fault of JSX. -- Steve Wampler...
Hello, I'm using JSX 2.0.9.6 in a Swing app. on a w2k workstation. It's no problem to serialize a JGraph object containing several vertices which in turn have...
Hi, the actual JSX-JAR-file seems to contain Person.class twice: jar tf JSX2.0.9.4.jar | sort ... JSX/ParseUtilities$Dollar.class JSX/ParseUtilities$Hex.class ...
Markus Reitz
markus_reitz@...
Aug 15, 2003 3:49 pm
1851
Hi, is there any reason why the JSX homepage is not reachable at the moment? Markus __________________________________________________________________ Gesendet...
Markus Reitz
markus_reitz@...
Aug 15, 2003 3:51 pm
1852
Hi Markus, Thanks for the heads up on Person.class. JSX has now moved to www.jsx.org - I had a notice up on the website for a month or so, but it was bound to...
Hello, I'm developing a visual editor for the webservice language BPEL as university project. It' no problem to serialize my JGraph object with JSX 2.0.9.6. ...
Hi Andy, Sorry to take so long to reply. I can't devote much time to non- commercial uses these days. Thanks also for your comprehensive bug report; however,...
Hi DJ, How did you go with JSX and the comparators problem? I think I sorted it out for you - are there outstanding issues, or extra ones that have developed? ...
Hi Georg, I have a fix for this particular bug already; I just haven't been able to release it yet. It should be out soon. Cheers, Brendan ... following...
if one would like to write multiple objects into a single xml file, i.e. JSX.ObjectWriter out = new JSX.ObjectWriter(stream); out.writeObject(obj1); ...
Yes, you are right about the references. You can read multiple objects back in the same way as for JOS (Java Object Serialization): keep calling readObject...
This email is to inform you about the release of version '2.0.9.7' of 'Java Serialization to XML 2' through freshmeat.net. All URLs and other useful ...
noreply@...
Aug 20, 2003 7:02 am
1861
hi, i was very happy when you have ansewer me last time ,I 'll try to explaine my problem in english "sory i 'm not very good in english"... i have to get...
This email is to inform you about the release of version '2.0.9.8' of 'Java Serialization to XML 2' through freshmeat.net. All URLs and other useful ...
noreply@...
Aug 25, 2003 8:19 am
1863
Hi Zorainfo, ... JSX can give you the classnames and the names of fields - but it can't give you the names of methods. It sounds like you need to use the...