RSWT [SWT on top of RMI]

Frank Benoit keinfarbton at googlemail.com
Sun Jun 8 04:58:36 PDT 2008


Yigal Chripun schrieb:
> Frank Benoit wrote:
>> Yigal Chripun schrieb:
>>> I've stumbled upon the following:
>>> http://rswt.sourceforge.net
>>>
>>> This is a port of SWT to run on top of RMI. The idea is that you use the
>>> same SWT API only you can put your GUI on a different machine than the
>>> application logic. the GUI will be be run natively on the client machine
>>> via the native SWT libs. There are only two objects that manage this
>>> connection and everything else remains the same.
>>>
>>> My question is how much work would it take to port this functionality to
>>> DWT? Does it require to also port the RMI APIs or is there a simpler way?
>> The link above is not working for me. Is the project still alive?
>> On sf.net the latest changes are from 2003.
>>
> 
> try this:
> http://rswt.sourceforge.net/quickstart.html
> 
> there is only one version circa 2003.

to me, it looks like a lot of work.
But it is not directly related to SWT. It is about implementing this 
RMI, reflection information and code generation.
Interesting questions are virtual function calls, GC, synchronisation, 
performance.
If that all works, it could be used with every library.

What i don't understand is.. why?
Do you want the remote thing? Or do you see this as another - perhaps 
more easy - way of porting SWT?


More information about the Digitalmars-d-dwt mailing list