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...
Feb 1, 2003 9:24 pm
1573
This email is to inform you of release '0.1.4' of 'JSX2' through freshmeat.net. All URLs and other useful information can be found at ...
noreply@...
Feb 3, 2003 1:05 pm
1574
Hi There, So I have been thinking and thinking and wondering if it is possible to update a serialized object without having to completely reserialize it. For...
Hi Sam, Thanks for your thoughts! I've wondered about this myself quite a bit, but haven't come up with great solutions... maybe you can bring a new...
Hi Brendan, ... Indeed. Currently I am using a Database along with Jakarta Torque as an O-R mapping layer. The problem is that it is all rather heavy and ...
Hi all, Again we are confronting a design decision - what is the best choice to make the API effective, familiar and easy to use? The best way is surely to ask...
Hi, ... choice to make the ... ask you, and ... XML (eg ... to read with a ... serialization), as all the ... I like option 2 better, but maybe because it is...
Hello all: I have run into a problem w/ JSX2 serialization. Specifically, I have an object that has as one of it's members a hashtable. On occassion, the ...
FWIW, yes... it appears that as long as I make sure that the Strings (both the key and the value) are unique copies, everything works. But... again... if an...
Hi Gary, I'm going to give the stage to Brendan ;-), but here is a first reaction. ... Strings ... JSX has the option of turning off aliasing (except for ...
... You might want to look at using ObjectStore, which supports Java objects. We use it here, but for C++ objects, and it's a lot faster than SQL databases. ...
... I agree on the Config object being used, to ensure program correctness, but also because I think that all of the complexity of the options should be...
We ran into this problem a while back, and I think the optimal solution was for the Option object to take a list of classes, or class names, which the code...
well.. i'll spend some time on a small snippet that is reproducible... however... here's the overall idea... I have a method (call it sendRequest() that looks...
Hi Gary, ... reproducible... Much appreciated! I tried to reproduce it myself with Hashtable, but failed. I'll now try again with multiple threads thrown in. ...
... I'm positive that commercial databases will have solved this problem... but they cost money (tho you can often get trial versions, if your use is not...
Hi Sam, ... Just out of interest: Berkley DB uses a similar dual licensing model to JSX - commercial/GPL-like. And there's some components that work with B DB,...
Hi, I'm using JSX together with my custom classloader that load ".class" files from the network. Before to use JSX, I always set my classloader as the current...
Hi Stefano, ... To get a better picture of what the problem might be, could you please give: * a code snippet of how you set your classloader? (eg do you have...
Hi Gary, Just wanted to let you know I'm working on this problem. (1). At first, I thought the problem was that you were doing more than one writeObject(), and...
Hi Gary & all, I wish the software was working perfectly for you, right off. Thanks a lot for bearing with us during these teething troubles with the new...
Nope.. it's neither of these two cases; and it's happening all over the place to me now, as my code is becoming SIGNIFICANTLY more complex. The problem is more...
Just ran into another possible cause (but again, outside of my entire project, I can't seem to get it to fail). Anyways, in at least one case I am sending an...
Hi Gary, Thanks for the extra information - but I'm not clear on what exactly the problem is now. Yes, JSX2 uses a reference the second time it sees the same...
Hi Gary, ... That sounds bad! Just to try to get on the same page: exactly in what way are aliases a problem? Perhaps we can find a simpler way to solve it, if...
Okay.. First off (Trying to answer both questions at the same time): 1) JSX IS having problems deserializing the objects. I can deal with the aliases when...
Whoops.. missed part of the question set here: ... Well.. from what I saw in the last instance of this... an entire Hashtable was sent as an alias when the...