Hi! I just build persistence into our CTI tool with JSX. The data saved is a call history. everythibg works fin, but I get two Exceptions for each non-void...
Hi all, I'm am currently evaluating JSX to transfer messages in a client/server platform. I did not see any explicit platform/JDK requirements on the JSX web...
Hi everyone, The Wrox book related to JSX (that I spent so much time on), has been announced at the Wrox site. Apparently, it hits book shops any day now....
I just completed a test of JSX 0.8.7, (de)serializing the most used 95% of our persistent objects, and it worked flawlessly! I know I'm preaching to the choir,...
If you refer to JSX 0.8.6 : XMLDeserialize.java : line 388, you will see for (Class c=clazz; c!=Object.class; c=c.getSuperclass()) {//no f==nullA And its...
Just found JSX, and it's very cool stuff. Is it possible to add the ability to selectively omit certain fields from being written? I've got a class that...
Hi, Just trying the lastest version of JSX (0.8.4) against our large memory structure ;-) . The following code produces a null pointer exception... Code:- ...
Dear Sir/Mdm, I have a big problem that i am creating webmail with the help of pop mail protocol and I could see the whole mail by writing some servlet code...
I've only looked at Castor and JSX at a general superficial level. What are their differences ? Also if you can comment on a comparison with XMI ? Thanks Gavin...
Not sure if this has been reported or not. I didn't find it on the web page, so I am following the instructions and sending it. JSX 0.8.4 doesn't appear to...
I'm using the web interface to things, and it really didn't do what I expected it to. It's the last time I'll post something three times in a row, I promise....
hello folks! i use Brendan's JSX package for some university project. But i still found some restrictions that made it not good enough for me. Brendan agrees...
Hi all, Just a minor release, fixing a couple of things that came up in the list: (1). StringReader input. Gary's request for any Reader being used for...
Hi all, We have been working with JSX for a month. Our goal is to build an object structures visualization tool. This could be very interesting when testing...
At the company where I work, TCEnet Inc., we are in need of xml serialization to replace our existing binary serialization. I gave your code a try, and it...
Hi all, Just a short note to say that the book is finally finished, and I can finally spend some time on JSX! There's lots of good ideas to incorporate. ...
Hi, I'm just searching the web for some serialization mechanisms on Java objects. So far JSX seems to be the best feature-wise. I just tried it with a few...
Hello, I am new to the list. I'm looking into JSX because standard serialization is causing us problems with versioning of objects. Java is very strict about...
Hi everyone! I have two questions regarding serialization using JSX: 1.Doe's anyone have an idea of how to serialize java.land.String instances in more...
I was reading on jGuru about how their site was put together (answered in a FAQ question under the networking topic). They have a cluster of machines that...
Hi everyone, JSX is exploding in popularity right now! That's fantastic, excellent, cool... ...but *very* bad timing for me. I have to write about 100 pages...
hi! This release (JSX0.8.1) is dedictated to two successful JSX Challengers - Andy Thomas and James Skinnell - who independently found the same bug. It stopped...