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...
Jul 3, 2002 12:53 pm
1232
Hi all! Just out of curiosity- Why isn't the classloader specified in ObjIn used? I have a dynamic classLoader that I use for loading objects since the...
Hi Brendan, In case you think you are approaching the end of useful development of JSX now, I list a couple possible developments which would usefully exploit...
Hi Mike, Thanks for contributing these ideas! ... Hey, this is a good idea! But a lot of work... a short-cut to getting *some* of the benefit is to just...
Hi Brendan, I would have thought that you would issue and charge (commercial users)for a separate utility library, and you might find also find your self...
This email is to inform you of release '1.0.2.0' of 'Java Serialization for XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Jul 17, 2002 8:23 am
1238
Hi Mike, ... I like the idea of parallel commercial and GPL libraries, with lots of add on functionality that can be plugged into a common platform. This is...
Hi Brendan, ... You might be interested to know that the main reason I need depth is to manage Collections and their subclasses. In this case I need to go all...
Hi Mike, ... And I guess Collections are often used to manage data (a kind of in memory database). ... I'm glad that limitation wasn't a problem for you! ...
Brendan, I am trying to remove surplus fields from my data model. Often when I convert a field to transient (I have just discovered the utility of this...
Hi Mike, ... JOS (and JSX) should treat a newly transient field as if it had been deleted. This means that any values of that field that were previously...
Hi Brendan, ... I must confess that you are right. I have tried again in a less frenetic mood and cannot reproduce the problem. I was trying a classname...
Hi Brendan, I am not sure if my reply went out, so here is another attempt. ... Yes your are right repeating the removal of the field work. I must have made ...
Hi Mike (I got your second email as well), ... No worries! Glad it's making more sense now. Will answer the "package qualification" part in a following...
Hi Mike, This is a long email - please skim through the introduction, up until the options numbered (1) etc begin. That introduction will guide you through...
Hi Brendan, Thank you for such a comprehensive reply. I think I need a little time to digest it. It might be a good idea to read in a old->new mapping deom an ...
Hi Brendan, The main danger of name clashes is when you move a class to another package but forget to delete it feomthe old one. With JBuilder at least this...
I personally like idea 8 since it's the most flexible, and the fastest at runtime. I think that trying to autodiscover package renaming will only save the...
Hi Mark, Thanks for checking out the ideas! ... True, though this whole feature would be switched off most of the time - it would need to be explicitly...
Hi Mike (and Mark), MIKE: OK, I think your situation could be very common, as successful projects grow in complexity, and you start to need to separate out ...
Hi Mike, ... I wouldn't have thought of that, but it makes a lot of sense (you "copy", instead of "move"). Another good reason to have JSX automatically...
We use several jars, some of them our, others are third party toolkits and others are third party black boxes. We would use this feature for our classes, as...
Hi Mark, ... Did you see the part about automatic check for collisions? This would take care of that problem - in the same way that javac will tell you if...
Hi Brendan and Mark, I drafted this reply before I saw this morning's flurry of mail. ... Regards Mike ~~~~~~~~~~~~~~ Mike Goldwater Auric Hydrates Ltd 26,...
... Yes, it is another task to be able to migrate classnames as well as packages. This would have to be done by explicit (old,new) pairs. However, it is an...
Hi Brendan, ... Of course! Regards Mike _________________________________________________________________ MSN Photos is the easiest way to share and print your...
... Collision checking only tells the algorithm that it shouldn't do anything at all, since it can't know what to do. It, by definition, can't handle ambiguous...
It's a good idea to be able to dynamically change the mapping without having to recompile code, as long as there's a mechanism to allow for simply passing in a...
Hi Mark and Brendan, I would be very cautious about messing around with other people's code especially automatically (Yes, Brendan when I last did it with...