开发者

What is the future of the Sys.require, ASP.NET AJAX loader script?

开发者 https://www.devze.com 2023-02-12 15:49 出处:网络
Does anyone know if this script will continue to have a future or is it DOA and being replaced by another component? I use its f开发者_运维知识库unctionality a lot and would like to know if there is a

Does anyone know if this script will continue to have a future or is it DOA and being replaced by another component? I use its f开发者_运维知识库unctionality a lot and would like to know if there is a better alternative or what the future holds for it...

To clarify, I'm talking about the async loader features in start.js.


None of the ASP.NET Ajax Library (not to be confused with ASP.NET AJAX) was officially released and development on it ceased before it was complete. You shouldn't use it. I've wrote an article on the subject.

The same team at Microsoft has produced a new script loader, DeferJS, which is the next logical evolution of Sys.require. You can find the latest version of it here: https://github.com/BorisMoore/JsDefer


There's not going to be any further development on sys.require, but the existing scripts and services will not disappear. Microsoft has taken considerable measures to maintain backwards compatibility with its older technologies, so there's no reason to think that what you have working now will suddenly stop working at some point in the near future.

Microsoft seems to be going in the direction of integrating with the open source jQuery library. Here's a blog post about it: http://weblogs.asp.net/scottgu/archive/2008/09/28/jquery-and-microsoft.aspx. jQuery is very powerful and flexible, and has both built in support as well as a plethora of plugins for AJAX.


There's also RequireJS (http://requirejs.org/), which is quite mature, and somewhat easier to use. It's not from Mircosoft, but it may be worth a look.


May be you can try this

it is an extensible resource loader, and it does dependencies tracking.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号