473,395 Members | 1,403 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Which AJAX library to use?


There are 3 or so different AJAX libs that are out there available for use -
Anthem.NET
AJAX.Net
Atlas

Atlas as i undserstand it is for ASP.NET 2.0. What about about the other 2?
Any comments, can they be used w/ 1.1 and/or 2.0. Right now i have only 1.1
sites deployed live, just playing around w/ 2.0 on my local computer so i
wouldnt use atlas on the live sites.

Thanks
Ashok

Nov 19 '05 #1
10 1525
I'm an Ajax.Net fan, I wrote one version of it's user guide (not sure if
it's still in play) as well as
http://msdn.microsoft.com/library/de...SpicedAjax.asp

Works in both 1.1 and 2.0 and is being pretty actively developed.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
http://openmymind.net/redirector.aspx?documentId=51 - Learn about AJAX!

"Showjumper" <dfgkjhdf> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...

There are 3 or so different AJAX libs that are out there available for
use -
Anthem.NET
AJAX.Net
Atlas

Atlas as i undserstand it is for ASP.NET 2.0. What about about the other
2? Any comments, can they be used w/ 1.1 and/or 2.0. Right now i have only
1.1 sites deployed live, just playing around w/ 2.0 on my local computer
so i wouldnt use atlas on the live sites.

Thanks
Ashok

Nov 19 '05 #2
Ashok,

I would go for Atlas :-)

Regards

Daniel Walzenbach
"Showjumper" <dfgkjhdf> schrieb im Newsbeitrag
news:%2****************@TK2MSFTNGP15.phx.gbl...

There are 3 or so different AJAX libs that are out there available for
use -
Anthem.NET
AJAX.Net
Atlas

Atlas as i undserstand it is for ASP.NET 2.0. What about about the other
2? Any comments, can they be used w/ 1.1 and/or 2.0. Right now i have only
1.1 sites deployed live, just playing around w/ 2.0 on my local computer
so i wouldnt use atlas on the live sites.

Thanks
Ashok

Nov 19 '05 #3

But Atlas would only work w/ 2.0 projects correct and not 1.1?
"Daniel Walzenbach" <da***************@newsgroup.nospam> wrote in message
news:em**************@tk2msftngp13.phx.gbl...

Ashok,

I would go for Atlas :-)

Regards

Daniel Walzenbach
"Showjumper" <dfgkjhdf> schrieb im Newsbeitrag
news:%2****************@TK2MSFTNGP15.phx.gbl...

There are 3 or so different AJAX libs that are out there available for
use -
Anthem.NET
AJAX.Net
Atlas

Atlas as i undserstand it is for ASP.NET 2.0. What about about the other
2? Any comments, can they be used w/ 1.1 and/or 2.0. Right now i have
only 1.1 sites deployed live, just playing around w/ 2.0 on my local
computer so i wouldnt use atlas on the live sites.

Thanks
Ashok



Nov 19 '05 #4
Right, but since .net 2.0 hit the stores a couple of days ago... ;-) Check
out http://atlas.asp.net/ for more details.

Greetings

Daniel Walzenbach

"Showjumper" <dfgkjhdf> schrieb im Newsbeitrag
news:up**************@TK2MSFTNGP11.phx.gbl...

But Atlas would only work w/ 2.0 projects correct and not 1.1?
"Daniel Walzenbach" <da***************@newsgroup.nospam> wrote in message
news:em**************@tk2msftngp13.phx.gbl...

Ashok,

I would go for Atlas :-)

Regards

Daniel Walzenbach
"Showjumper" <dfgkjhdf> schrieb im Newsbeitrag
news:%2****************@TK2MSFTNGP15.phx.gbl...

There are 3 or so different AJAX libs that are out there available for
use -
Anthem.NET
AJAX.Net
Atlas

Atlas as i undserstand it is for ASP.NET 2.0. What about about the other
2? Any comments, can they be used w/ 1.1 and/or 2.0. Right now i have
only 1.1 sites deployed live, just playing around w/ 2.0 on my local
computer so i wouldnt use atlas on the live sites.

Thanks
Ashok



Nov 19 '05 #5

I'll check it out. But for those projects of mine that are still on 1.1 i'l
have a look at ajax.net or anthem
Thanks
"Daniel Walzenbach" <da***************@newsgroup.nospam> wrote in message
news:Od*************@TK2MSFTNGP11.phx.gbl...

Right, but since .net 2.0 hit the stores a couple of days ago... ;-) Check
out http://atlas.asp.net/ for more details.

Greetings

Daniel Walzenbach

"Showjumper" <dfgkjhdf> schrieb im Newsbeitrag
news:up**************@TK2MSFTNGP11.phx.gbl...

But Atlas would only work w/ 2.0 projects correct and not 1.1?
"Daniel Walzenbach" <da***************@newsgroup.nospam> wrote in message
news:em**************@tk2msftngp13.phx.gbl...

Ashok,

I would go for Atlas :-)

Regards

Daniel Walzenbach
"Showjumper" <dfgkjhdf> schrieb im Newsbeitrag
news:%2****************@TK2MSFTNGP15.phx.gbl...

There are 3 or so different AJAX libs that are out there available for
use -
Anthem.NET
AJAX.Net
Atlas

Atlas as i undserstand it is for ASP.NET 2.0. What about about the
other 2? Any comments, can they be used w/ 1.1 and/or 2.0. Right now i
have only 1.1 sites deployed live, just playing around w/ 2.0 on my
local computer so i wouldnt use atlas on the live sites.

Thanks
Ashok





Nov 19 '05 #6
Atlas is not ready to ship and likely will not ship for many months. The
current release is a Technology Preview, allowing the development community
to analyze it and help design it. That means it has not been fully designed
yet and certainly not ready for alpha or beta testing. When its done, it
will be a lot more than "AJAX" alone. It will provide a framework for
client-side web control development.

There are several other AJAX systems available from commercial vendors. See
Telerik's r.a.d. callback (www.telerik.com) and ComponentArt's callback
(www.componentart.com). Also check out LiveControls
(http://www.dart.com/powerweb/livecontrols.asp). Finally, since ASP.NET 2.0
itself has an AJAX feature (not Atlas, but something called
ICallbackEventHandler), simply migrating to ASP.NET 2.0 will allow you to
build callbacks. Many control vendors, myself included, are introducing
callbacks in their existing controls where appropriate. It will require you
have ASP.NET 2.0.

--- Peter Blum
www.PeterBlum.com
Email: PL****@PeterBlum.com
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx

"Showjumper" <dfgkjhdf> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...

There are 3 or so different AJAX libs that are out there available for
use -
Anthem.NET
AJAX.Net
Atlas

Atlas as i undserstand it is for ASP.NET 2.0. What about about the other
2? Any comments, can they be used w/ 1.1 and/or 2.0. Right now i have only
1.1 sites deployed live, just playing around w/ 2.0 on my local computer
so i wouldnt use atlas on the live sites.

Thanks
Ashok

Nov 19 '05 #7
On Thu, 10 Nov 2005 08:03:45 -0500, Showjumper wrote:

There are 3 or so different AJAX libs that are out there available for use -
Anthem.NET
AJAX.Net
Atlas

Atlas as i undserstand it is for ASP.NET 2.0. What about about the other 2?
Any comments, can they be used w/ 1.1 and/or 2.0. Right now i have only 1.1
sites deployed live, just playing around w/ 2.0 on my local computer so i
wouldnt use atlas on the live sites.

Thanks
Ashok

Another one, that is very good http://openrico.org/rico/home.page
We use it for various cinemtic effects.

Nov 19 '05 #8
On Thu, 10 Nov 2005 14:21:07 +0100, Daniel Walzenbach wrote:
Ashok,

I would go for Atlas :-)

Regards

Daniel Walzenbach
"Showjumper" <dfgkjhdf> schrieb im Newsbeitrag
news:%2****************@TK2MSFTNGP15.phx.gbl...

There are 3 or so different AJAX libs that are out there available for
use -
Anthem.NET
AJAX.Net
Atlas

Atlas as i undserstand it is for ASP.NET 2.0. What about about the other
2? Any comments, can they be used w/ 1.1 and/or 2.0. Right now i have only
1.1 sites deployed live, just playing around w/ 2.0 on my local computer
so i wouldnt use atlas on the live sites.

Thanks
Ashok

My bet is Atlas just because of the size of MS. However, MS are followers
in this area. The may proponents come from the open source arena.

Nov 19 '05 #9
Sorry but I am not going into any religious discussion...

Greetings,

Daniel Walzenbach

"intrader" <in******@aol.com> schrieb im Newsbeitrag
news:pa****************************@aol.com...
On Thu, 10 Nov 2005 14:21:07 +0100, Daniel Walzenbach wrote:
Ashok,

I would go for Atlas :-)

Regards

Daniel Walzenbach
"Showjumper" <dfgkjhdf> schrieb im Newsbeitrag
news:%2****************@TK2MSFTNGP15.phx.gbl...

There are 3 or so different AJAX libs that are out there available for
use -
Anthem.NET
AJAX.Net
Atlas

Atlas as i undserstand it is for ASP.NET 2.0. What about about the other
2? Any comments, can they be used w/ 1.1 and/or 2.0. Right now i have
only
1.1 sites deployed live, just playing around w/ 2.0 on my local computer
so i wouldnt use atlas on the live sites.

Thanks
Ashok

My bet is Atlas just because of the size of MS. However, MS are followers
in this area. The may proponents come from the open source arena.

Nov 19 '05 #10
Also check out TIBCO's General Interface AJAX framework and AJAX IDE.
(Yes a full AJAX IDE that also runs in the browser -- something you
gotta see)

InfoWorld's coverage says it all...TIBCO General Interface is the
higest rated product of its kind--the only one with an Excellent
rating.
http://weblog.infoworld.com/udell/2005/05/25.html
http://www.infoworld.com/Tibco_Gener...=0&curNodeId=0

more, including download at http://developer.tibco.com

Nov 19 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: DartmanX | last post by:
Hi, Looking for recommendations for a decent API for AJAX work. I need it to be somewhat documented so I can figure out how to actually use it. My most critical need right now is clean code...
1
by: www.web20developers.com | last post by:
http://www.web20developers.com http://www.web20developers.com/index.php?option=com_content&task=view... Ajallerix : AJAX, simple, fast Web image gallery demo ; at Novell AJAX -...
1
by: Valentin L | last post by:
I'm new to AJAX .. In my IIS5 web apps I'm using the old VBScript in .asp pages. I've tested an AJAX banner rotator and is OK. Now I'm looking "the" library that will spare me to "re-invent...
0
by: =?Utf-8?B?QWxoYW1icmEgRWlkb3MgS2lxdWVuZXQ=?= | last post by:
Hi misters, I have an application web ASP.NET 2.0 using ASP.NET AJAX and Ajax Control Toolkit. Too, we have Enterprise Library (Exception Handling, Logging) We need handles errors of AJAX, ...
6
by: Bart Van der Donck | last post by:
Hello, I'm presenting my new library 'AJAX Cross Domain' - a javascript extension that allows to perform cross-domain AJAX requests. http://www.ajax-cross-domain.com/ Any comments or...
3
by: NetWave | last post by:
Hi, For my next project I'm going to need Ajax, so I'm in about to read some books on ASP.NET Ajax. While reading Rick Strahl's blog I stumbled upon jQuery. I've been to the website and seen...
2
by: Gufo Rosso | last post by:
example dragable obj start at 0,0 user move obj to 100,100 library send ajay request 100,100 other ex form user send a form to ajax
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.