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 1677 - 1706 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1677
Hi Brendan, Just a minor detail: I suppose the id's ('xxxxxx') will not be numbers, as the XML spec asks for names here. Cheers, Mark ... IDREF as the ... ...
Mark van der Kraan <m...
linksspringer
Offline Send Email
Mar 1, 2003
8:54 pm
1678
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
Mar 2, 2003
1:26 am
1679
... Yes, tho T\the names can be numeric, of course. Cheers, Brendan...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 2, 2003
4:24 am
1680
This email is to inform you about the release of version '0.3.0' of 'JSX2' through freshmeat.net. All URLs and other useful information can be found at ...
noreply@...
Send Email
Mar 3, 2003
8:03 am
1681
This email is to inform you about the release of version '0.4.0' of 'Java Serialization to XML 2' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Mar 6, 2003
7:48 pm
1682
Hi all, I've just completed a rewrite of JSX2, with a different XML format. This format is much easier to work with in many ways (esp processing with other...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 8, 2003
12:50 pm
1683
Wow !! Looks very neat . primitive -> <primitive type='' value=''/> [Preetham Kajekar] Perhaps you have missed out the field attribute for primitive. You...
Preetham Kajekar
kajekar
Offline Send Email
Mar 9, 2003
2:26 pm
1684
... Thanks :-) ... Yes, that's a typo in the spec - thanks. ... C++ ? Not for C++... Strings are "really" objects - and this is important in the XML ...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 9, 2003
2:50 pm
1685
Hi all, JSX's current XML representation of Maps (eg Hashtable) Lists (eg Vector, ArrayList) and Sets is pretty awful - it exactly the serial form of these...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 9, 2003
10:22 pm
1686
Hi Gary and all, This is to warn you that in the just-about-to-be-released version of JSX, you will need to say: jout.reset(); after each jout.writeObject(); ...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 9, 2003
11:48 pm
1687
Hi all, I don't want to overload you with all these issues - but here's a simple one: <primitive field='x' type='int' value='20'/> <primitive field='y'...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 10, 2003
12:45 am
1688
Hi Brennan, I believe JOS only looks at whether a list or a map is stored. For instance I think you can read in as a TreeMap something that was writen as a...
Mike Goldwater
m_h_goldwater
Offline Send Email
Mar 10, 2003
7:59 am
1689
Hi Mike, Thanks for you input - I'd much appreciate your input on the actual format below, as well! ... I don't think this is precisely true for JOS, but I'm...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 10, 2003
8:36 am
1690
Strings are immutable. i.e they behave like primitives. So, main() { String a = "a"; String b = a; System.out.println(" A is " + a); System.out.println(" B is...
Preetham Kajekar
kajekar
Offline Send Email
Mar 10, 2003
9:33 am
1691
This email is to inform you about the release of version '0.5.0' of 'Java Serialization to XML 2' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Mar 10, 2003
9:39 am
1692
... This behaviour is also true of objects - it's not to do with immutability. The variables a and b both refer to the same object in your code (at first). If...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 10, 2003
11:07 pm
1693
Coolest JSX App of the Day #1 Define the JSX DTD in your XML database and get fully indexed persistent Java Objects by using the new "id" attributes ... ...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 11, 2003
5:46 pm
1694
Hi I recently moved to IBM's JVM because it's faster and I found this message from JSX 1.0.7.3. Is there some quick hack that I can use to get around this...
matcuenca
Offline Send Email
Mar 12, 2003
8:42 pm
1695
Here it goes... using JSX2.0.5.0.jar... but... I think the problem is simply that JSX doesn't know how to deserialize a java.lang.Class object... FWIW, I also...
petite_lapin_blue
petite_lapin...
Offline Send Email
Mar 12, 2003
8:57 pm
1696
Hi er Mr Blue, I'll look into the Apple issue in due course, but just at the moment paying licensees needs are getting priority. Cheers, Brendan -- ...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 12, 2003
11:12 pm
1697
Hi Matias, I don't know if there is a quick hack or not - I'll look into this in due course, but at the moment some things are needed for paying licensees, and...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 12, 2003
11:12 pm
1698
JSX is wonderful but I'm having problems running it in a jre 1.3.0_02 plugin. If I include JSX inside an applet, the applet will not launch, it hangs. When I...
splu10
Offline Send Email
Mar 13, 2003
5:40 pm
1699
Is this JSX1 or JSX2? And which exact version? Cheers, Brendan -- bren@... tel: +61 3 9905 1502 project: www.jsx2.com ... From:...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 13, 2003
5:55 pm
1700
Hi again Steve, Actually, I think this may be a security issue: JSX does some things that require a high level of access, which is usually disabled in applets....
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 13, 2003
6:00 pm
1701
Hi I noticed that in JSX1, the available() method is not implemented in ObjIn. As a result, the available() method in the super class is called, which results...
Gerald R. Harp
gerryharp
Offline Send Email
Mar 14, 2003
10:42 pm
1702
Hi Gerald, Under what circumstances do you need available()? Cheers, Brendan...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 15, 2003
12:23 am
1703
Hi Brendan Well, as I mentioned I am storing multiple object-graphs in a single file. When I come back, later, to read the objects back out of the file, I...
gerryharp
Offline Send Email
Mar 15, 2003
6:55 am
1704
Something about this feels like it is not the "right" way to do it! ;-) You are mixing levels - this is a hack. An alternate way to get the same effect is to...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 15, 2003
7:32 am
1705
What do you think of this, for a simple representation of collections? <collection id='i43' class='java.util.ArrayList'> <string id='i44' value='apple 0'/> ...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 15, 2003
8:32 am
1706
Hi Brendan, For maps, I would personally like a marker for the key-value pairs, eg: <map id='i43' class='java.util.Hashtable'> <entry> <string id='i44'...
Mark van der Kraan
linksspringer
Offline Send Email
Mar 15, 2003
9:49 am
Messages 1677 - 1706 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