... think). ... Hi Brendan, I joined the mailing list :-) (although Yahoo tells me that my subscription has not been validated by 'the moderators'? :-) Anyway,...
twolf@...
Apr 2, 2001 5:56 pm
43
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...
Mark Collette
mcollett@...
Apr 2, 2001 11:00 pm
44
... I'm not on the JSX project, I'm just a user, but I thought I might be able to clarify some general licensing issues about the GPL. You can release your...
Brandon K. Wiley
cyb@...
Apr 2, 2001 11:52 pm
45
Hi Mark, ... Thanks for your email, and interest in JSX despite this failure :( I am very very surprised that it broke down for your non-trivial case. There ...
Brendan Macmillan
bren@...
Apr 3, 2001 12:10 am
46
... case. There ... one of ... information ... When writing out an array of chars (or a String, which has a char[]), if one char is a newline ('\n'), it will...
mcollett@...
Apr 3, 2001 1:37 am
47
Hi Mark, Thanks for your quick response. It's always good to move fast. ... Thanks for this succient diagnosis. I need to check more closely, but it sounds...
Brendan Macmillan
bren@...
Apr 3, 2001 3:41 am
48
... The GNU project has sold commercial licenses. They sold a commercial license for GCC to Motorola....
Brandon K. Wiley
cyb@...
Apr 3, 2001 6:50 am
49
... changes for you? ... because I am ... to patch it. ... All the code ... think you are OK ... grant a specific ... be open ... technically places ... ...
mcollett@...
Apr 3, 2001 8:31 pm
50
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:- ...
Andy Thomas
alt@...
Apr 4, 2001 8:53 pm
51
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...
neal@...
Apr 5, 2001 12:17 am
52
I'd say you are violating what JSX is doing, and voilating your OOP, with this approach; wouldn't it make more sense to have a specialized class that contains...
Gary Lawrence Murphy
garym@...
Apr 5, 2001 12:25 am
53
... the ... via ... And I guess, an easy answer to my own question would be: It's XML silly, remove the line before sending it! :) -N...
neal@...
Apr 5, 2001 12:30 am
54
... OOP, ... specialized ... transform ... I know what you mean. That's definitely a good idea, I'll have to try that out. Sort of like a 'filter' class that...
neal@...
Apr 5, 2001 12:34 am
55
One option is to mark the field as transient. Paul Flinton ... From: neal@... To: JSX-ideas@yahoogroups.com Sent: Wednesday, April 04, 2001 5:17 PM ...
Paul Flinton
pflinton_lords@...
Apr 5, 2001 12:39 am
56
True, but then the private key can't be serialized, and it's definitely important information, just something that shouldn't be sent to other people via XML....
neal@...
Apr 5, 2001 12:52 am
57
I didn't read your post closely enough. I missed the reference to PK. You're correct that transient wouldn't work. Paul Flinton ... From: neal@... To:...
Paul Flinton
pflinton_lords@...
Apr 5, 2001 1:14 am
58
Hi Neal, ... Thanks very much! ... My immediate reaction was also "transient", as was Paul's; but now I think that Gary has really nailed it: you want...
Brendan Macmillan
bren@...
Apr 5, 2001 1:37 am
59
Hi Andy, Thanks a lot for the detailed stacktrace - it makes it really easy to diagnose. The problem is that JSX doesn't presently implement .write(byte[]...
Brendan Macmillan
bren@...
Apr 5, 2001 1:52 am
60
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...
Francisco Ferreira
chicao@...
Apr 5, 2001 10:13 pm
61
Hi Francisco, Daniel and Joćo, (Also cc'd to chicao@...) Of course, you are welcome! Please do; there is a link on the JSX homepage...
Brendan Macmillan
bren@...
Apr 6, 2001 12:01 am
62
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...
bren@...
Apr 6, 2001 12:21 am
63
Hi JSX mailing list (so notified automatically), this email confirms the creation of your very own freshmeat.net user account. Your username is...
noreply@...
Apr 6, 2001 12:28 am
64
Hi Tom, Is the JSX user who created the Java 1.1 version of JSX still on the list? It looks like there is some more interest in this version, for use in...
bren@...
Apr 6, 2001 12:48 am
65
I have tried out the implementation of separate classes for separate uses, and that works well. In fact, it leads me to begin thinking about the whole problem...
neal@...
Apr 6, 2001 6:06 am
66
I have tried out the implementation of separate classes for separate uses, and that works well. In fact, it leads me to begin thinking about the whole problem...
neal@...
Apr 6, 2001 6:06 am
67
I have tried out the implementation of separate classes for separate uses, and that works well. In fact, it leads me to begin thinking about the whole problem...
neal@...
Apr 6, 2001 6:07 am
68
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....
neal@...
Apr 6, 2001 6:09 am
69
... We discussed making a JSX-based RPC a while back and I was pointed to XML-RPC and SOAP. SOAP is way too complicated. XML-RPC is great. We're using it as...
Brandon K. Wiley
cyb@...
Apr 6, 2001 6:49 am
70
... Cool. Gary is one insightful fellow. ... Even cooler! ;-) ... Looks interesting; printing whitepaper now. ;-) BTW: how does one generate pdf? It looks...
Brendan Macmillan
bren@...
Apr 6, 2001 9:18 am
71
Hey Brandon, ... You are involved with Freenet now? Cool! ... Binary data in streamed XML is always a bit of a problem. In files, you can put the binary in...