Search the web
Sign In
New User? Sign Up
JSX-ideas · Ideas on Java Serialization for XML
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1572 - 1601 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1572
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...
Send Email
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@...
Send Email
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...
samrhjoseph <gaijin@....
samrhjoseph
Offline Send Email
Feb 4, 2003
12:39 am
1575
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Feb 4, 2003
5:37 am
1576
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 ...
samrhjoseph <gaijin@....
samrhjoseph
Offline Send Email
Feb 4, 2003
8:22 am
1577
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Feb 4, 2003
8:26 am
1578
... all the ... Option 1 seems to be more intutive than option 2. But options 1 would allow uses to do ObjOut2 out = new ObjOut2(...); ...
Preetham Kajekar
kajekar
Offline Send Email
Feb 4, 2003
9:09 am
1579
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...
Mark van der Kraan <m...
linksspringer
Offline Send Email
Feb 4, 2003
10:11 am
1580
Hi Sam, ... Just some thoughts: * possible shortcuts, turned up by Google http://www.markwatson.com/commercial/java_oodb.html ...
Mark van der Kraan <m...
linksspringer
Offline Send Email
Feb 4, 2003
10:30 am
1581
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 ...
Gary Faulkner
talltx80
Offline Send Email
Feb 4, 2003
11:32 am
1582
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...
Gary Faulkner
talltx80
Offline Send Email
Feb 4, 2003
11:38 am
1583
... For me, option 1 is MUCH preferred. ... Definitely XmlObjectReader and XmlObjectWriter. ... -- Gary Faulkner garyf@......
Gary Faulkner
talltx80
Offline Send Email
Feb 4, 2003
11:41 am
1584
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 ...
jsx_help <m.van.der.k...
jsx_help
Offline Send Email
Feb 4, 2003
3:30 pm
1585
... 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. ...
Mark Collette
mark_collette
Offline Send Email
Feb 4, 2003
8:19 pm
1586
... 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...
Mark Collette
mark_collette
Offline Send Email
Feb 4, 2003
8:33 pm
1587
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...
Mark Collette
mark_collette
Offline Send Email
Feb 4, 2003
8:50 pm
1588
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...
Gary Faulkner
talltx80
Offline Send Email
Feb 4, 2003
9:01 pm
1589
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. ...
jsx_help <m.van.der.k...
jsx_help
Offline Send Email
Feb 4, 2003
9:20 pm
1590
... 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...
Brendan Macmillan
egroups_yow
Offline Send Email
Feb 5, 2003
6:51 am
1591
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,...
Brendan Macmillan
egroups_yow
Offline Send Email
Feb 5, 2003
7:25 am
1592
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...
nodepste <nodep@...>
nodepste
Offline Send Email
Feb 5, 2003
9:14 am
1593
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...
jsx_help <m.van.der.k...
jsx_help
Offline Send Email
Feb 5, 2003
11:19 am
1594
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Feb 5, 2003
11:38 am
1595
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Feb 5, 2003
12:01 pm
1596
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...
Gary Faulkner
talltx80
Offline Send Email
Feb 5, 2003
2:36 pm
1597
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...
Gary Faulkner
talltx80
Offline Send Email
Feb 5, 2003
4:06 pm
1598
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Feb 5, 2003
4:33 pm
1599
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Feb 5, 2003
4:45 pm
1600
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...
Gary Faulkner
talltx80
Offline Send Email
Feb 5, 2003
5:15 pm
1601
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...
Gary Faulkner
talltx80
Offline Send Email
Feb 5, 2003
5:18 pm
Messages 1572 - 1601 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help