需要使用eclipse为Chrome打造一个打包的应用程序

时间:2013-02-21 19:30:43

标签: javascript eclipse html5 google-chrome gwt

我一直在努力想弄清楚如何使用eclipse创建一个打包的应用程序。我安装了GWT插件,我可以创建一个Web应用程序。我查看了教程,看看如何做到这一点。有没有办法让我将该Web应用程序转换为具有.html,.css,清单等的打包应用程序。如果没有,我需要在eclipse中编写打包应用程序的插件。谢谢你的帮助

2 个答案:

答案 0 :(得分:2)

您可以轻松推送GWT应用(具有正常限制)作为Chrome扩展程序。

开始阅读这些 -

教程1 - http://blog.tomtasche.at/2011/08/chromegwt-building-chrome-extensions.html

教程2 - http://tech-drum.blogspot.in/2012/06/building-chrome-extensions-with-gwt.html

您也可以尝试将其用作参考 - gwt-chrome

注意 - 针对GWT进行了issue次登录,以简化此过程。 “明星”,请它。

答案 1 :(得分:0)

The difference between a Packaged App and a Hosted App is the offline behavior

打包应用程序是浏览器上的可安装应用程序,Web应用程序是从Web服务器托管的,不会脱机。

但是你可以在.json文件帮助下浏览器脱机时运行打包..坚持调用manifest.json

Helloworld Packaged App

Chrome article on Packaged apps

最后你不需要使用Eclipse创建一个打包文件,因为它们都是普通文件(.html,.js,.css ......)。如果你想用来浏览文件很容易,为了更好的maintanace你可以使用它。 我