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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1832 - 1863 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1832
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
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Aug 3, 2003
4:18 pm
1834
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'...
Preetham Kajekar
kajekar
Offline Send Email
Aug 4, 2003
11:39 am
1835
... Oops, it should be <array field='array' id='i3' base='int' dim='1' length='10'> The rest of my mail remains the same...
Preetham Kajekar
kajekar
Offline Send Email
Aug 4, 2003
1:11 pm
1836
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...
stuberdaniel
Offline Send Email
Aug 4, 2003
1:42 pm
1838
Ah... for some reason, Yahoo is hiding the x2 space, and I can only see it when I write a reply...
Brendan Macmillan
egroups_yow
Offline Send Email
Aug 5, 2003
1:21 pm
1839
... 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...
Brendan Macmillan
egroups_yow
Offline Send Email
Aug 5, 2003
2:47 pm
1841
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,...
happy_karlito
Offline Send Email
Aug 6, 2003
9:33 am
1842
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....
happy_karlito
Offline Send Email
Aug 6, 2003
11:55 am
1843
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@...
Send Email
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...
Duck_Jin_Chun
Offline Send Email
Aug 8, 2003
8:05 pm
1845
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...
nishkamravi
Offline Send Email
Aug 8, 2003
11:25 pm
1846
I will be out of the office starting 09.08.2003 and will not return until 18.08.2003....
andreas.voigt-heineme...
Send Email
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): ...
stevewampler
Offline Send Email
Aug 10, 2003
7:38 pm
1848
... 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...
Steve Wampler
stevewampler
Offline Send Email
Aug 11, 2003
6:16 pm
1849
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...
gepaul007
Offline Send Email
Aug 13, 2003
5:08 pm
1850
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@...
Send Email
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@...
Send Email
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Aug 16, 2003
8:10 am
1853
Hi all, JSX has moved to www.jsx.org. Please pass on this change to anyone who you think needs to know. Cheers, Brendan...
Brendan Macmillan
egroups_yow
Offline Send Email
Aug 16, 2003
8:12 am
1854
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. ...
gepaul007
Offline Send Email
Aug 18, 2003
7:35 am
1855
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,...
Brendan Macmillan
egroups_yow
Offline Send Email
Aug 18, 2003
7:54 am
1856
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? ...
Brendan Macmillan
egroups_yow
Offline Send Email
Aug 18, 2003
8:21 am
1857
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Aug 18, 2003
8:29 am
1858
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); ...
webalg2000
Offline Send Email
Aug 18, 2003
10:49 pm
1859
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Aug 19, 2003
6:37 am
1860
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@...
Send Email
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...
zorainfo
Offline Send Email
Aug 22, 2003
4:23 pm
1862
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@...
Send Email
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Aug 25, 2003
1:57 pm
Messages 1832 - 1863 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