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...
... 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...
... 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)....
... 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...
ADVERTISEMENT Hi, We are seeking top-notch Java, J2EE Professionals for a top global IT consulting company, for their operations in Bangalore. Positions : 1....
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@...
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? ...
... 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...
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...
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 ...
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...
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...
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@...
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@...
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...
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...
One way is to implement "java.io.Externalizeable", and write/read your object state yourself. This is a standard Java Object Serialiation technique. Another...
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, 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 ... ...
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@...
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 -...
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...
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...
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...
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...