使用 xdomain 开发 DOJO 自定义模块

发布于 2024-12-12 06:05:23 字数 447 浏览 0 评论 0原文

我遇到这种情况:

  • 应用程序服务器在 example.com 上运行 - 这是 html 页面的位置 从运行在 example.com 上的 m

    应用程序服务器加载
  • - 这是从(css、图形、脚本)加载静态文件的位置

我想在我的站点上使用我的自定义模块运行 DOJO。问题是我需要 xdomain 构建我想要使用的所有内容(dojo、dijit、dojox、自定义模块)。 为生产环境创建 xdomain 构建是没问题的,但我也需要将这两个域拆分用于开发。

好的,我可以使用 xdomain 加载器预构建 dojo、dijit、dojox。但是一直重建自定义模块来进行开发可能不是正确的方法。

那么,你推荐我什么?或者,构建器到底做了什么,以实现加载 xdomain 的模块?我可以创建模块来直接使用 xdomain 吗?

谢谢

I have this situation:

  • application server running on example.com - this is where html pages
    are loaded from m

  • server for serving static files on static.example.com - this is from where are static files loaded from (css, graphics, scripts)

I want to run DOJO with my custom modules on my site. The problem is that I need xdomain build for everything i want to use (dojo, dijit, dojox, custom modules).
It would be alright, to create xdomain build for production enviorment, but I need to have this two domain split also for development.

Ok, I can prebuild dojo,dijit,dojox with xdomain loader. But rebuilding custom modules all the time for development is not probably the right way.

So, what do you recommend me? Or, what exactly does the builder do, for achieving module to load xdomain? Can i create module to work xdomain directly?

Thank you

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

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

发布评论

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

评论(1

素染倾城色 2024-12-19 06:05:23

尝试 Dojo 1.7(在下载网站上,尚未公布)新的基于 AMD 的加载器无需特殊的 XD 构建工具即可实现跨域代码,该工具用于生成有点像 AMD 的转换。

Try Dojo 1.7 (on the download site, not yet announced) The new AMD-based loader enables cross domain code without the special XD build tool, which used to generate a transform a bit like AMD.

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