public
Description: Web-based IDE using GWT and server-side Eclipse
Homepage:
Clone URL: git://github.com/dschaefer/w-ide.git
w-ide /
name age message
file .gitignore Wed Jul 29 21:57:58 -0700 2009 Bad gitignore. Lost all my dot files. [Doug Schaefer]
file README Wed Aug 05 21:38:18 -0700 2009 Updated README to reflect new structure. [Doug Schaefer]
directory com.google.gwt/ Wed Aug 05 21:35:13 -0700 2009 Major restructing now requires Eclipse GWT plug... [Doug Schaefer]
directory org.eclipse.wide.client/ Wed Aug 05 21:35:13 -0700 2009 Major restructing now requires Eclipse GWT plug... [Doug Schaefer]
directory org.eclipse.wide.server/ Wed Aug 05 22:30:33 -0700 2009 Just a little clean up before bed time. [Doug Schaefer]
README
Eclipse Web-based IDE using Google's GWT.

This is my attempt at building an IDE front-end using GWT UI and RPC code
that interacts with core Eclipse components that we have today. This is just
a prototype of what could be possible with GWT and Eclipse. It's also a good
showcase of using GWT with OSGi and developing them using Eclipse.

To try it out, you first need the GWT Eclipse plug-ins for Galileo and
GWT 1.7. Clone this repository and import the projects into a workspace.
There are two lauches, one for the OSGi server and one for the GWT hosted-
mode client.