开发者

Are there any disadvantages to using AJAX as a RIA?

开发者 https://www.devze.com 2023-02-03 17:05 出处:网络
Are there any disadvantages to using AJAX to deliver RIA as opposed to other technologies lik开发者_高级运维e Silver Light?

Are there any disadvantages to using AJAX to deliver RIA as opposed to other technologies lik开发者_高级运维e Silver Light?

I would also like to mention that you can go further and use Ajax with jQuery to make even better RIA's - would anyone disagree?

Cheers, J


AJAX is just the concept of asynchronous calls to the server from websites without reloading the whole page.

Silverlight is a Framework, not even for creating html pages, but for providing "native" Windows applications started from the Web. Do yourself a favor and don't even consider it.


The main advantage of Silverlight over an HTML/AJAX solution is the speed and ease of development, particularly as your application gets more complex. Whether that's worth the loss of reach depends on your target audience.

0

精彩评论

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