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 2061 - 2091 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2061
Hi Damien, ... Sounds like a ringing endorsement of its trustworthiness.:-) Do you need much refactoring? ... No, that wasn't it. But <ctrl> + <shift> + o is...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 1, 2004
9:56 am
2062
... Hi! ... Yep, all the time. Code evolves, and since we're a small company with a team of 5 engineers, refactoring isn't as difficult (even with a large...
Damien Evans
damien_m_evans
Offline Send Email
Sep 1, 2004
2:47 pm
2063
... Doesn't BitKeeper claim to do that? (ie, allow you to change directory structures, and conceptually group changes to different parts as the "one" change)....
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 1, 2004
8:25 pm
2064
... Look at subversion, http://subversion.tigris.org/ it fixes a lot of the bugs/annoyances with cvs. There's plugins available for both Idea and Eclipse. If...
Matthew Shields
scmmss
Offline Send Email
Sep 2, 2004
10:21 am
2065
ADVERTISEMENT Hi, We are seeking top-notch Java, J2EE Professionals for a top global IT consulting company, for their operations in Bangalore. Positions : 1....
alphaeus_java
Offline Send Email
Sep 4, 2004
12:11 pm
2066
Sorry for the irritation of the spam - I've banned that person from the group....
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 4, 2004
1:39 pm
2067
This email is to inform you about the release of version '2.2.3.2' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Sep 6, 2004
1:58 pm
2068
Just to confirm, with JSX the value fields don't hold any data right? example: <object stuff=morestuff>VALUE</object> JSX doesn't put use VALUE fields right? ...
Neurotic Ho
neurotic_ho
Offline Send Email
Sep 8, 2004
3:49 pm
2069
... If that seemed confusing ('value' refers to several things), let me explain that I'm using Java. When I walk the DOM tree I find a #text element following...
Neurotic Ho
neurotic_ho
Offline Send Email
Sep 8, 2004
3:54 pm
2070
Hi Randy, Yes, JSX does not use text content of elements, so you can safely ignore the #text nodes in the DOM tree. Don't worry, talking about meta-data is...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 8, 2004
4:30 pm
2071
Hey Brendan, Thanks for the quick reply. I've got another question - so I noticed that JSX serializes maps to: <object id="i5"...
Neurotic Ho
neurotic_ho
Offline Send Email
Sep 9, 2004
3:59 pm
2072
Hi Randy, It depends on the implementation of the specific Map you are using, not on JSX. JSX does treat some built-in classes specially (like a HashMap), for ...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 11, 2004
6:12 am
2073
I'm receiving the below message from jsx on a Macintosh. Is this something I can fix myself or is the "can be fixed with" for the JSX people? ... ...
Michael Tennes
mtennes
Offline Send Email
Sep 17, 2004
6:32 pm
2074
Whooops, I forgot to mention that the standard implementation appears to work for both reading and writing objects. -- MRT ...
Michael Tennes
mtennes
Offline Send Email
Sep 17, 2004
6:35 pm
2075
Hi Michael, The lines are for the JSX people - you can't fix it yourself. It's because we want to verify that it actually does work with a JVM before removing...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 17, 2004
10:18 pm
2076
Hi Michael, Doing some checking on other apple versions, your Apple JVM should work fine; especially since you have already confirmed it! To be absolutely...
Brendan Macmillan
egroups_yow
Offline Send Email
Sep 20, 2004
4:45 am
2077
This email is to inform you about the release of version '2.2.3.3' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Sep 20, 2004
7:52 am
2078
This email is to inform you about the release of version '2.2.3.4' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Sep 28, 2004
2:58 pm
2079
Hi; can anyone tell me why the "-alias" string is appended to some string attributes during serialization. I don't quite understand why some string attributes...
mdfdev
Offline Send Email
Oct 6, 2004
12:06 pm
2080
I have a relatively simple class which happens to extend the standard Java class Observable. The result is that JSX writes over 100MB (!) of Observable...
rchrenko
Offline Send Email
Oct 7, 2004
9:36 am
2081
One way is to implement "java.io.Externalizeable", and write/read your object state yourself. This is a standard Java Object Serialiation technique. Another...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 7, 2004
10:51 am
2082
JSX2 does not do this. In JSX1, the "-alias" is appended when that field refers to a String that has been serialized previously. The value of the attribute is...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 7, 2004
10:59 am
2083
Brendan, things seem to be fine with this Java implementation and JSX. Could you turn around a fix for this? Our logs are filling up. ;-) -- Damien ... ...
Damien Evans
damien_m_evans
Offline Send Email
Oct 12, 2004
2:22 pm
2085
This email is to inform you about the release of version '2.2.3.5' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Oct 13, 2004
2:46 pm
2086
... which is: implVendor='Sun Microsystems Inc.' specVersion='1.5' implVersion='1.5.0' In the meantime, JSX will try the standard implementation for Java 1.4 -...
cowwoc2001
Offline Send Email
Oct 14, 2004
4:28 pm
2087
I think the main website could use some cleanup and maybe you should include some Javadoc for your classes, such as Config, and explain what aliasing is all...
cowwoc2001
Offline Send Email
Oct 14, 2004
4:29 pm
2088
I stand corrected, the bug was in my code. Encoding on JDK 1.5 seems to work. Can we remove this message on startup? Gili...
cowwoc2001
Offline Send Email
Oct 14, 2004
4:39 pm
2089
Is this a known bug? I have two objects refering to the same object and when they get serialized, that object is serialized twice instead of having the 2nd...
cowwoc2001
Offline Send Email
Oct 14, 2004
4:45 pm
2090
The fact that the same object is being serialized multiple times as different objects is actually introducing bugs into my program. Any help you could offer...
cowwoc2001
Offline Send Email
Oct 14, 2004
4:55 pm
2091
Hi Gili, ... Thanks for the bug report. No, it's not a known bug. This kind of issue was addressed almost 4 years ago - however, it's important for us to...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 15, 2004
5:15 am
Messages 2061 - 2091 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