The same way you compile GWT in Eclipse/command line you can use its output
(html/js), you just copy the files it generates. Assuming you didn't use any
server code, it is the same approach as how you deploy your normal GWT
apps. There are many examples out there if you search in Google to "deploy a
GWT" application.

For example, when you create a project in GWT, you copy the
html/css/images/and compiled (html/js) folder from your "war" folder which
is located in the output directory.

Google Speed Tracer is written using GWT:
http://code.google.com/webtoolkit/speedtracer/<http://www.google.com/url?sa=D&q=http://code.google.com/webtoolkit/speedtracer/&usg=AFQjCNG5su2uR0DVarLTVJKavjcM5D-Sng>


Some bookmark extensions written using GWT:
http://code.google.com/p/gwt-gae-bookmarks/

And many others, just search on Google and you will find many.

-Mohamed Mansour


On Fri, Jan 8, 2010 at 5:34 AM, Ken <[email protected]> wrote:

> Hello,
>
> Is there a way to compile GWT genereated html/js into a Chrome
> extension, either by command line or through Eclipse IDE?
>
> Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Chromium-extensions" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<chromium-extensions%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/chromium-extensions?hl=en.
>
>
>
>
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.

Reply via email to