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...
Jun 4, 2002 8:29 am
1214
Hi all, Just a pre-warning about the coming price rise on 30 June 2002. Any commercial licenses signed before then will come under the present pricing. (Of ...
when you try to use JSX in a J2EE environment, then the ObjIn.resolveClass throws a ClassNotFoundException because the JSX uses the wrong ClassLoader ! the...
Hi Ing. Thomas Margreiter, ... Thanks very much for this - I wasn't aware of this solution! I've known of the potential problem for a long time, but thought...
This email is to inform you of release '1.0.1.2' of 'Java Serialization for XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Jun 15, 2002 10:34 am
1218
Hi Marti, I'm developing an interesting idea for back-compatibility, which ... The idea is to serialize a "Memento" object that represents the Originating...
This email is to inform you of release '1.0.1.3' of 'Java Serialization for XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Jun 17, 2002 8:03 pm
1220
Hi, I've been working with JSX a little within an embedded environment and it's proving really useful - thanks ! I had a couple of minor issues when running...
Hi Alex, What OTI/IBM's J9 JVM? If it's a tiny java for cell phones etc that JSX works for, that would be *really* cool to support!! ... That's great to hear!...
Hello, I just started researching JSX (JSX 1.0.1.3) and here are what's popped-up just during the first try: 1) What is the output XML file encoding ? It is...
Hi Alex, ... Cool... tho I couldn't see any information there, it redirects to a page on WebSphere developer... ... Cool stuff. I guess you realize that if...
Hi Dmitri, Thanks a lot for reporting this, rather than giving up on JSX right away! ... This is just for JSX to distinguish between different versions. By...
... He's talking about which encoding, as in Latin1, ASCII, UTF-8, etc. Usually the <?xml ... ?> part contains the version of xml and the encoding. Mark...
Hi Brendan, Hi All, My last subscription to the group is rather old (Dec. 2001). We had a major problem with our project, which has now been solved by IBM :...
Hi Jean-Christian (is that right?), Thanks for trying this out - unfortunately nothing I'm aware of has come to light that might help with this. The fact that...
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...