[REBOL] Re: Smart Client
From: bry:itnisk at: 1-Oct-2003 10:29
>Instead, what I'm planning on doing is having DotNet and C# for rich
>clients (Colenso uses Windows), with Rebol as the intermediate layer,
>which communicates through the DotNet client, via TCP or CGI, or
through
>using Soccer, Rugby, or it's successor (Sorry, can't remember it's
>name). That way I can have the best of both worlds: compatibility with
>Windows and the expressive power of Rebol. And I can then avoid the
>worst of the both worlds, which are things like parsing XML in DotNet &
>Rebol, non-native user interface in Rebol, and expressive power in C#.
Jason Diamond implemented that xml2codedom thing I was talking about
earlier: http://radio.weblogs.com/0101391/
Here's a hello world xml codedom rep:
http://radio.weblogs.com/0101391/categories/net/HelloWorld.xml
I know you're saying that's awful and verbose, true, but I think that's
more a function in this case of him implementing a 1-1 relationship
between his xml structure and the CodeDom structure.
Here's codeDom info:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide
/html/cpconusingcodedom.asp
The one I have seems to be newer than the one's I can find via google, I
think it's because it was at injektilo.org which no longer exists.