Hi -- Is there any documentation describing, even in general terms, JSX performance? I'm particularly interested in comparisons with standard persistence...
felciano@...
Feb 1, 2001 9:32 pm
9
Hi Ramon, ... Not that I know of... I haven't run any checks. It would be pretty straightforward to compare it with serialization. Maybe someone else has got...
Brendan Macmillan
bren@...
Feb 1, 2001 10:15 pm
10
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...
Brandon K. Wiley
cyb@...
Feb 1, 2001 11:29 pm
11
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...
Raimund 'Raimi' Jacob
raimi@...
Feb 2, 2001 11:14 pm
13
... Raimund's statement here is misleading. Forking an open source project is usually a bad idea; and that most people send their patches to the maintainer...
Brendan Macmillan
bren@...
Feb 3, 2001 3:56 am
14
Thanks for that Brandon! [jGuru] ... Are they actually using JSX? I remember exchanging a few emails with the jGuru people, but the question I was asking was...
Brendan Macmillan
bren@...
Feb 3, 2001 4:24 am
15
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...
Brendan Macmillan
bren@...
Feb 3, 2001 4:37 am
16
On Sat, 3 Feb 2001, Brendan Macmillan wrote: hello world! man, now i am in trouble. so first of all: i am sorry. i didnt mean to offend brendan (nor anyone...
Raimund 'Raimi' Jacob
raimi@...
Feb 3, 2001 4:49 am
17
Hi Raimund and world, Thanks a lot for clearing that up! Just a misunderstanding. I feel much better now. ;-) I see what you mean about the complete package...
Brendan Macmillan
bren@...
Feb 3, 2001 5:08 am
18
Hey everyone! Who needs a Java 1.1 version of JSX, for use in applets etc? Such a version has been created, and works great (based on JSX0.5, I think). I've...
Brendan Macmillan
bren@...
Feb 3, 2001 7:53 am
19
... I don't know the details, just that they were serializing objects into XML. ... Can you give me URLs? I'd like to check these out. ... These are a bit...
Brandon K. Wiley
cyb@...
Feb 4, 2001 9:17 am
20
... I might go ask them... ... Well, one of the cool projects is yours, then there is Gary's swarmcast thing - don't have an URL - and I think Bernhard is...
Brendan Macmillan
bren@...
Feb 4, 2001 2:20 pm
21
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...
Haimovich Ilan
Ilan_Haimovich@...
Feb 4, 2001 5:25 pm
22
On Sun, 4 Feb 2001, Haimovich Ilan wrote: hello! ... since the format of serialization is hardcoded in JSX you cannot change this. however, strings as fields...
Raimund 'Raimi' Jacob
raimi@...
Feb 4, 2001 7:14 pm
23
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...
dday@...
Feb 8, 2001 10:34 pm
24
Evolution of classes ... You should check out getField, get() and so on. It supports a data layer within serialization - allowing any object to "pretend" to...
Brendan Macmillan
bren@...
Feb 9, 2001 3:46 am
25
... I just did some tests and I found that JSX is just great at handling 1) adding methods 2) removing methods 3) adding fields It can't handle removing...
Brandon K. Wiley
cyb@...
Feb 9, 2001 4:17 am
26
Thanks Brandon, ... I must shamefacedly admit that this has been on the todo list for a while now... and it's such a trivial little change.:w ... Yes... and...
Brendan Macmillan
bren@...
Feb 9, 2001 8:50 am
27
... The serialUID is no trick but the correct way to establish interoperability between changed objects. ... old ... This is not true. At least with JDK 1.3 I...
siebert@...
Feb 9, 2001 11:11 am
28
... Hmm...I was relying on Elliotte Rusty Harold's book "Java I/O" for my information, but I have run a test to verify what you said and it appears that I have...
Dennis Doubleday
dday@...
Feb 9, 2001 2:40 pm
29
... I'm pretty sure that the basic class evolution stuff has been there from the beginning. ... Incidentally, "Java I/O" doesn't mention the getField() stuff -...
Brendan Macmillan
bren@...
Feb 10, 2001 12:18 am
30
... /** * writeObject - Writes out the serializable fields * (the 4 integers, x1, y1, x2, y2) using the * Serializable Field API. (the methods putFields and *...
Brendan Macmillan
bren@...
Feb 10, 2001 1:16 am
31
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...
beders@...
Mar 16, 2001 12:35 pm
32
On Fri, 16 Mar 2001 beders@... wrote: hi! ... Brendan accepts patches. But as far as i understand it Brendan wants to start a rewrite since the package...
Raimund 'Raimi' Jacob
raimi@...
Mar 16, 2001 1:45 pm
33
Hi Jochen, Thanks very much for your kind words, and also for raising some interesting points. Oddly enough, I'd been looking at some of them over the last...
Brendan Macmillan
bren@...
Mar 16, 2001 2:13 pm
34
... I suggest gnu.xml.hammer. (if it will be under GPL). The prefix max be used for GPL software. Of course, org.gnu would be correct but gnu. is more often...
Bernhard Fastenrath
fasten@...
Mar 16, 2001 2:48 pm
35
On Fri, 16 Mar 2001, Bernhard Fastenrath wrote: Hello again! ... I like that, too. _ __ ... _/acob *...
Raimund 'Raimi' Jacob
raimi@...
Mar 16, 2001 3:08 pm
36
gnu.xml.hammer has my vote! -- Gary Lawrence Murphy <garym@...> TeleDynamics Communications Inc Business Innovations Through Open Source Systems:...
Gary Lawrence Murphy
garym@...
Mar 17, 2001 7:35 am
37
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. ...
Brendan Macmillan
bren@...
Mar 24, 2001 1:24 am
38
Welcome back! Oh how we missed you :) Here's hoping your editors don't drive you nuts with their nitpicking ;) I already have a wishlist welcome-back item:...