This is the reply from the Java-Dev list ... -- Matthew S. Shields BSc(hons), Research Associate Triana-Grid Project, School's of Physics & Astronomy/Computer...
Hi Matthew - Thanks very much for the forwarding! Next time I'll go direct to Michael. If anyone else is interested, I can cc the list ;-) Cheers, Brendan PS:...
This email is to inform you about the release of version '1.0.7.4' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Aug 10, 2004 4:47 am
2043
Hi, I'm a developer working on a project to migrate data objects. We need to verify our migration works. The problem is that there are unimportant...
This email is to inform you about the release of version '1.0.7.5' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Aug 17, 2004 10:29 am
2048
Hi Brendan, We're running JSX on AIX with IBM JDK 1.4 (among other platforms). On the AIX deployments we get the below message being dumped to system.out....
Hi Damien, Thanks a lot for reporting that! Another user was asking about AIX recently, but we don't seem to have any big irons handy right now to check it...
I have setup a memento pattern that looks very similar to the example, but am getting strange results. I want to use the memento to wrap my objects im another...
Hi Boruchross, Just a quick reply for now, as it's late here right now (3am). I'll answer fully tomorrow. It's an interesting problem! I understand you are...
Hi Brendan, As you know we are storing a JSX serialized object in our database. The length of the JSK generated XML is a consideration here, and I was...
This email is to inform you about the release of version '2.2.3' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Aug 23, 2004 7:55 am
2054
I recently encountered a problem in our production environment that is related to concurrent deserialization of JSX serialized java objects. The symptom can be...
Hi Hongsheng, Yes, this was fixed in version 2.2.2 (the second last release). The problem would only show up when there was quite heavy concurrent access. ...
Hi Boruchross, I've had a good look at this problem (it was more involved than I thought, so it took longer). TO RECAP: You wanted to use "replaceObject" to...
This email is to inform you about the release of version '2.2.3.1' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Aug 31, 2004 2:46 pm
2058
Hi all, I've been playing with Eclipse for refactoring only, like this: 1. import code to Eclipse 2. do the refactoring you want (eg: change a package...
My experience with refactoring and eclipse has been very positive.. I uses it a lot, it has some little isues but it does the work =)) Regards Demch =) ... ...
I (and the rest of my team) use Eclipse every day (wintel version) on a very large code base. We use several plugins, the CVS integration, and perform ...
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...