我可以在 GWT 中使用第三方 Javascript 库吗
例如穆工具!! 用 js 编码对我来说很舒服,但显然不适合所有人。
for example mootools!!
It's comfortable for me to coding in js, but not for everyone obviously.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你当然可以。最好的办法是为自己编写一些不错的 JavaScript Overlay Types,其中封装了您对第三方库的访问。这样,其他开发人员(我假设您正在尝试为团队进行设置)就可以与第三方 JS 库进行交互,而无需了解很多相关信息。
You certainly can. The best thing is to write yourself some nice JavaScript Overlay Types, which encapsulate your access to the third-party library. That way, other developers - I assume that you are trying to set things up for a team - can interact with the third-party JS library without having to know a heap about it.
是的,请参见此处:http://code.google.com/ webtoolkit/doc/latest/DevGuideCodingBasicsJSNI.html#methods-fields
Yes, See here: http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsJSNI.html#methods-fields