Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] Re: gef-dev digest, Vol 1 #146 - 2 msgs

I think he is talking more about something like rswt (see below).  Anything
in GEF that WOULDN'T work with this?

http://rswt.sourceforge.net/

The Standard Widget Toolkit ( SWT ) SWT is the software component that
delivers native widget functionality for the Eclipse platform in an
operating system independent manner. It is analogous to AWT/Swing in Java
with a difference - SWT uses a rich set of native widgets. The classic
implementation of SWT restricts the application's execution to a single Java
Virtual Machine (JVM) and requires native graphics capabilities from the
host machine.

The Remote Standard Widget Toolkit (RSWT) is an implementation of the SWT
API that is designed to radically simplify the development, deployment and
use of thin-client network applications that have rich graphical user
interfaces. RSWT applications are developed using the SWT API as if they
were stand-alone programs. RSWT enables SWT applications to run unchanged in
a client/server mode on an intranet or over the Internet.

RSWT allows any Java SWT application running on one host to display its GUI
components on a remote host and to receive all the events that are posted to
its components in the remote host. Java applications interact with and
display GUI components by using SWT APIs. RSWT implements all SWT APIs
without using any native code and in a client-server fashion that is
transparent to the Java application. The server-side host that executes the
SWT APIs is not required to use graphics; all graphics services are carried
out via Remote SWT to a remote client-side host.

----- Original Message ----- 
From: <gef-dev-request@xxxxxxxxxxx>
To: <gef-dev@xxxxxxxxxxx>
Sent: Thursday, February 26, 2004 9:00 AM
Subject: gef-dev digest, Vol 1 #146 - 2 msgs


> Send gef-dev mailing list submissions to
> gef-dev@xxxxxxxxxxx
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://dev.eclipse.org/mailman/listinfo/gef-dev
> or, via email, send a message with subject or body 'help' to
> gef-dev-request@xxxxxxxxxxx
>
> You can reach the person managing the list at
> gef-dev-admin@xxxxxxxxxxx
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of gef-dev digest..."
>
>
> Today's Topics:
>
>    1. Query about remote workspace (Asha Rajbhoj)
>    2. RE: Query about remote workspace (Gunnar Wagenknecht)
>
> --__--__--
>
> Message: 1
> From: "Asha Rajbhoj" <ashad@xxxxxxxxxxxxxx>
> To: <gef-dev@xxxxxxxxxxx>
> Date: Thu, 26 Feb 2004 09:49:50 +0530
> Subject: [gef-dev] Query about remote workspace
> Reply-To: gef-dev@xxxxxxxxxxx
>
> Hello,
>
> Is there any feature available where in I can access remote workspace.
e.g.
> acsessing the entire workspace from some other machine.
>
> Thanks and Regards,
> Asha.
>
>
> --__--__--
>
> Message: 2
> Subject: RE: [gef-dev] Query about remote workspace
> Date: Thu, 26 Feb 2004 08:19:32 +0100
> From: "Gunnar Wagenknecht" <G.Wagenknecht@xxxxxxxxxxxx>
> To: <gef-dev@xxxxxxxxxxx>
> Reply-To: gef-dev@xxxxxxxxxxx
>
> >Is there any feature available where in I can access remote workspace.
> e.g.
> >acsessing the entire workspace from some other machine.
>
> I don't know how this is related to GEF but it works using the sharing
> solutions of your OS (NFS, Windows Network Shares ...)
>
> CU, Gunnar
>
>
> --__--__--
>
> _______________________________________________
> gef-dev mailing list
> gef-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/gef-dev
>
>
> End of gef-dev Digest



Back to the top