http://groups.google.com/group/Google-Web-Toolkit
Rob
Note that I still have little experience with NetBeans :)
I would suggest that you first set up your GWT project however you
normally would in NetBeans. I know that the latest version of
NetBeans has some GWT support, so this should be pretty easy. After
that, just copy the source files into your project and reference the
GWT module in your own with the <inherits> tag.
> > Are the sources to be used as a java bean (ejb) ?
There are no server-side components in the gwtsandbox code base (that
I recall), so no EJBs or anything like it.
> > Are there any netbeans project files available or are only the jars
The gwtsandbox code is source-only, the gwt-wl/gwt-sl is jar only,
depending on which you are asking about.
Rob