Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Re: GWT and Equinox

Jeff McAffer wrote:
> Jeff Norris at NASA did some exploration during EclipseCon and came up
> with a solution/example for using the Google Widget Toolkit and Equinox
> together.  Seems like it is a good start for some real fun.  He put a
> page up on the wiki.  See
>         http://wiki.eclipse.org/index.php/Google_Web_Toolkit_and_Equinox

Interesting. We also covered this topic in our EclipseCon tutorial:
(3719) Building Server-Side Eclipse based web applications [Part 2]
http://eclipsezilla.eclipsecon.org/show_bug.cgi?id=3719
page 39-44.

You can grab the GWT Planet Eclipse Viewer examples here:
http://sourceforge.net/projects/sse-examples

Or use the project set:
http://sse-examples.cvs.sourceforge.net/*checkout*/sse-examples/net.sourceforge.sse-examples.projectsets/planeteclipse-gwt-example.psf

But I'm wondering why he had to use buddy class loading. It wasn't
necessary for the tutorial projects I created. The servlet is defined in
the bundle that has access to the classes anyway.

BTW, I highly recommend my GWT plug-in for GWT development. ;)

Cu, Gunnar

-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/



Back to the top