An AJAX.NET question.
-
Hiya there. Ive just been doing some reading on this opensource ajax project available from here: http://www.ajaxpro.info/[^] It looks to be perfect for ajax-ing up a webpage, however as i am a newbie to all this i thought i would ask you guys if this is something that i should be looking into. I know that Microsoft now provides an Ajax library too, and there are other projects available aswell. I am looking for something that gives lightweight generic ajax callback functionality which is why the ajax.net project looks good. What are peoples opinions on the different libraries out there?
-
Hiya there. Ive just been doing some reading on this opensource ajax project available from here: http://www.ajaxpro.info/[^] It looks to be perfect for ajax-ing up a webpage, however as i am a newbie to all this i thought i would ask you guys if this is something that i should be looking into. I know that Microsoft now provides an Ajax library too, and there are other projects available aswell. I am looking for something that gives lightweight generic ajax callback functionality which is why the ajax.net project looks good. What are peoples opinions on the different libraries out there?
I've used Ajax Pro before, and found it to be quite reasonable. Certainly, it is simpler to get your head round than Atlas/Ajax, but the sheer weight of the MS machine means that more and more features/capabilities are being added, which makes it a better bet for the long term. Don't get me wrong, what Michael has done is fantastic - plus, it targets .NET1.1 as well, but it makes more sense for us to bet the company on MS than on a "one man band".
Deja View - the feeling that you've seen this post before.
-
Hiya there. Ive just been doing some reading on this opensource ajax project available from here: http://www.ajaxpro.info/[^] It looks to be perfect for ajax-ing up a webpage, however as i am a newbie to all this i thought i would ask you guys if this is something that i should be looking into. I know that Microsoft now provides an Ajax library too, and there are other projects available aswell. I am looking for something that gives lightweight generic ajax callback functionality which is why the ajax.net project looks good. What are peoples opinions on the different libraries out there?
I use jQuery's AJAX stuff because it's convenient, but that's about it. Frankly, you want a wrapper around
XMLHttpRequest
because it has such an ugly interface, but you can easily write your own, prettier, wrapper in an hour if need be. Hence the existence of aprox. 6 billion AJAX wrappers. The MS stuff is nice in so far as it generates wrappers automatically for calling server methods. If they'd stopped there, i'd have been pretty happy with it. Instead, they went the "Framework" route and wrapped everything else. It's like writing an MFC wrapper for the BCL so you can call it from C++/CLR... :doh:----
...the wind blows over it and it is gone, and its place remembers it no more...
-
I use jQuery's AJAX stuff because it's convenient, but that's about it. Frankly, you want a wrapper around
XMLHttpRequest
because it has such an ugly interface, but you can easily write your own, prettier, wrapper in an hour if need be. Hence the existence of aprox. 6 billion AJAX wrappers. The MS stuff is nice in so far as it generates wrappers automatically for calling server methods. If they'd stopped there, i'd have been pretty happy with it. Instead, they went the "Framework" route and wrapped everything else. It's like writing an MFC wrapper for the BCL so you can call it from C++/CLR... :doh:----
...the wind blows over it and it is gone, and its place remembers it no more...
Shog9 wrote:
aprox. 6 billion AJAX wrappers.
I never published mine, so there's approx. 6 billion - 1 AJAX wrappers. We don't want to spread inaccurate information now, do we? ;)
-- Kein Mitleid Für Die Mehrheit
-
I use jQuery's AJAX stuff because it's convenient, but that's about it. Frankly, you want a wrapper around
XMLHttpRequest
because it has such an ugly interface, but you can easily write your own, prettier, wrapper in an hour if need be. Hence the existence of aprox. 6 billion AJAX wrappers. The MS stuff is nice in so far as it generates wrappers automatically for calling server methods. If they'd stopped there, i'd have been pretty happy with it. Instead, they went the "Framework" route and wrapped everything else. It's like writing an MFC wrapper for the BCL so you can call it from C++/CLR... :doh:----
...the wind blows over it and it is gone, and its place remembers it no more...
Is that including or excluding the wrappers for AJAX wrappers?
Deja View - the feeling that you've seen this post before.
-
I use jQuery's AJAX stuff because it's convenient, but that's about it. Frankly, you want a wrapper around
XMLHttpRequest
because it has such an ugly interface, but you can easily write your own, prettier, wrapper in an hour if need be. Hence the existence of aprox. 6 billion AJAX wrappers. The MS stuff is nice in so far as it generates wrappers automatically for calling server methods. If they'd stopped there, i'd have been pretty happy with it. Instead, they went the "Framework" route and wrapped everything else. It's like writing an MFC wrapper for the BCL so you can call it from C++/CLR... :doh:----
...the wind blows over it and it is gone, and its place remembers it no more...
i don't use a wrapper; i prefer the sensation of direct contact with XMLHttpRequest and find that wrappers diminish my coding pleasure.
-
Is that including or excluding the wrappers for AJAX wrappers?
Deja View - the feeling that you've seen this post before.
Ajax comes in bottles or tins (if it's powder), not wrappers!
"On one of my cards it said I had to find temperatures lower than -8. The numbers I uncovered were -6 and -7 so I thought I had won, and so did the woman in the shop. But when she scanned the card the machine said I hadn't. "I phoned Camelot and they fobbed me off with some story that -6 is higher - not lower - than -8 but I'm not having it." -Tina Farrell, a 23 year old thicky from Levenshulme, Manchester.
-
i don't use a wrapper; i prefer the sensation of direct contact with XMLHttpRequest and find that wrappers diminish my coding pleasure.
Don't blame us if you pick up a nasty virus or two! :laugh:
Please don't bother me... I'm hacking right now. Don't look at me like that - doesn't anybody remember what "hacking" really means? :sigh: