选择正确的框架

发布于 2024-11-17 05:56:54 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

椒妓 2024-11-24 05:56:54

使用GWT构建移动网站没有什么大问题,它生成标准的javascript + html。有一些库可以帮助您构建移动网站,例如 http://code.google .com/p/gwt-mobile-webkit/。您可以编写任何您想要的小部件。

但请记住,GWT 将生成非常重的目标文件,有时长达几兆字节。因此,如果您的目标受众使用 GPRS 访问您的网站,这对他们来说可能会出现问题。

还有其他基于 GWT 的 Web 框架:http://vaadin.com/home
它拥有大量的 UI 组件,目前作者正在扩展它以使其更加适合移动设备。

There is no big problem with mobile websites build using GWT, it generates standard javascript + html. There is some libraries that can help you build mobile site, like http://code.google.com/p/gwt-mobile-webkit/. And you can write any widget you wish.

But keep in mind that GWT will generate very heavy target files, sometimes few megabytes long. So if you target audience uses GPRS for accessing your site, it could be problematic for them.

There is also other web-framework, that are GWT based: http://vaadin.com/home.
It have great collection of UI components, and currently authors are extending it to be more mobile friendly.

清风夜微凉 2024-11-24 05:56:54

您还可以使用上下文框架尝试不同的路线。我认为它更适合移动网络开发,因为它是更轻量级的解决方案。我用它制作了一个旅程计划表(芬兰语),它是专门为触摸屏手机量身定制的。您可以在此处找到它。

You could also try a different route with Context Framework. I think it suites better to mobile web developing because it is more lightweight solution. I have made a journey planner (in Finnish) with it and it was tailored especially to touch screen phones. You can find it here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文