473,386 Members | 1,699 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,386 software developers and data experts.

Atlas and other Ajax libraries

Just trying to get some opinions out there...
There are tons of Ajax libraries out there... Ajax.NET Professional,
ComfortASP.NET, ZumiPage, etc. etc... Microsoft has their own too,
Atlas. I've been looking at these and certainly there needs to be a
solution that's integrated with MS.NET, easy to use, and well supported
to production environments. That's why I ask -- can there ever
possibly be a real (free or paid) competitor to Microsoft's Atlas
solution? Surely, one day soon, Microsoft will release 3.0 with or
without Atlas, and Atlas will come out of beta and be the ultimate.
Who can compete? Surely, it will allow you to drag-drop a control in
Visual Studio, add some data elements to it, and make it Ajax-enabled.
It will be supported, updated with the next versions, and always VS
compatible. So, why go with another solution?
I've always taken the stand to use as few 3rd party solutions as
possible. If I buy a cool menu system, one day it becomes incompatible
with the "next" Microsoft release, or it's not supported anymore, or
the author decided to turn it into some huge library with all sorts of
licensed crap I don't need. I've played with Ajax.NET Professional and
it looks great. I can immediately imagine a bunch of uses for my .NET
2.0 project. I just feel more comfortable using a MS product inside
VS2005, like Atlas. The integration is just cleaner and more
supported. It's like the old days where everyone made ASP controls --
buttons, grids, listboxes, everything. You could load yourself up on
3rd party controls to enhance your website. Then MS made all that
stuff obsolete in one release. You can do all that stuff and more
without having to purchase another product and worry about support and
upgrades. I feel the same will be true with Atlas. There's no way, in
my mind, that MS will overlook all these cool controls out there
written by these Ajax wizards.
I'm rambling a bit, but what does everyone else think about this? Is
it time to wait for an official release of Atlas? Only an official
release can be used in a production environment. Are we talking .NET
3.0? Are we waiting a year for it?

Jul 6 '06 #1
5 1612
Geekboy001,

Atlas promises to be very full - featured, but it only works for .NET 2.0
and it is also very large, as weill as producing a very large amount of
javascript includes.

I've had my best results with Anthem.Net. MagicAjax is a close second. Both
of these are indeed free, sourcecode available, both on sourceforge.net. They
both work with either ASP.NET 1.1 or 2.0.

ZumiPage is also good, but not free. I do not recomment AJAX.NET because it
uses external handlers and therefore does not preserve the stateful Page
class state.

Anthem, of all of them, is the most lightweight, most customizable (e.g.
write your own controls if you like), and IMHO the most innovative.

Hope that helps.

Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"ge*********@yahoo.com" wrote:
Just trying to get some opinions out there...
There are tons of Ajax libraries out there... Ajax.NET Professional,
ComfortASP.NET, ZumiPage, etc. etc... Microsoft has their own too,
Atlas. I've been looking at these and certainly there needs to be a
solution that's integrated with MS.NET, easy to use, and well supported
to production environments. That's why I ask -- can there ever
possibly be a real (free or paid) competitor to Microsoft's Atlas
solution? Surely, one day soon, Microsoft will release 3.0 with or
without Atlas, and Atlas will come out of beta and be the ultimate.
Who can compete? Surely, it will allow you to drag-drop a control in
Visual Studio, add some data elements to it, and make it Ajax-enabled.
It will be supported, updated with the next versions, and always VS
compatible. So, why go with another solution?
I've always taken the stand to use as few 3rd party solutions as
possible. If I buy a cool menu system, one day it becomes incompatible
with the "next" Microsoft release, or it's not supported anymore, or
the author decided to turn it into some huge library with all sorts of
licensed crap I don't need. I've played with Ajax.NET Professional and
it looks great. I can immediately imagine a bunch of uses for my .NET
2.0 project. I just feel more comfortable using a MS product inside
VS2005, like Atlas. The integration is just cleaner and more
supported. It's like the old days where everyone made ASP controls --
buttons, grids, listboxes, everything. You could load yourself up on
3rd party controls to enhance your website. Then MS made all that
stuff obsolete in one release. You can do all that stuff and more
without having to purchase another product and worry about support and
upgrades. I feel the same will be true with Atlas. There's no way, in
my mind, that MS will overlook all these cool controls out there
written by these Ajax wizards.
I'm rambling a bit, but what does everyone else think about this? Is
it time to wait for an official release of Atlas? Only an official
release can be used in a production environment. Are we talking .NET
3.0? Are we waiting a year for it?

Jul 6 '06 #2
Peter --
I've heard good things about Anthem. But, consider this -- integrating
Atlas gives you the ability to drop server-side controls directly onto
your page, just like they were any other controls. Build an
auto-complete text box, create a data grid that only updates within
that panel of the web page, all by using controls and syntax you're
already used to. Wrap things in panels, set a few properties, and
you're good to go. How can you compete with that kind of integration
into a development product you're already using? MS creates a toolkit
of controls that appear within the VS toolkit designer, or you can just
type them into your code like any other server-side or client-side tag.
Amazing. Sure, it creates a larger file and apparently transmits more
bytes than competitors, but isn't that just like MS? They create
mostly bloated files when you leave things up to them, but at least the
tools are completely integrated and you can get down into the dirt if
you wanted to spice things up or make them more effecient. The same
rule applies when creating any MS VS.NET project -- don't sit in the
designer all day, you need to edit the source and get dirty. With
their official Atlas release, and subsequent patches, upgrades and
releases, how can you compete with them? If Anthem has a few neat UI
controls that you can add to your ASP.NET page, there is no doubt in my
mind that Atlas will have them too, or at least let you create an
extender for it. I just think, if you're in bed with VS, tied to a MS
product, using it for a large production project and all your
developers are VS.NET trained, why not "get the next version" of the
product and take advantage of a new "feature" in it -- Atlas.
Just my $0.02.

Jul 6 '06 #3
Geekboy001,

Methinks you need to write more code!
Cheers,
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"ge*********@yahoo.com" wrote:
Peter --
I've heard good things about Anthem. But, consider this -- integrating
Atlas gives you the ability to drop server-side controls directly onto
your page, just like they were any other controls. Build an
auto-complete text box, create a data grid that only updates within
that panel of the web page, all by using controls and syntax you're
already used to. Wrap things in panels, set a few properties, and
you're good to go. How can you compete with that kind of integration
into a development product you're already using? MS creates a toolkit
of controls that appear within the VS toolkit designer, or you can just
type them into your code like any other server-side or client-side tag.
Amazing. Sure, it creates a larger file and apparently transmits more
bytes than competitors, but isn't that just like MS? They create
mostly bloated files when you leave things up to them, but at least the
tools are completely integrated and you can get down into the dirt if
you wanted to spice things up or make them more effecient. The same
rule applies when creating any MS VS.NET project -- don't sit in the
designer all day, you need to edit the source and get dirty. With
their official Atlas release, and subsequent patches, upgrades and
releases, how can you compete with them? If Anthem has a few neat UI
controls that you can add to your ASP.NET page, there is no doubt in my
mind that Atlas will have them too, or at least let you create an
extender for it. I just think, if you're in bed with VS, tied to a MS
product, using it for a large production project and all your
developers are VS.NET trained, why not "get the next version" of the
product and take advantage of a new "feature" in it -- Atlas.
Just my $0.02.

Jul 6 '06 #4
>Just trying to get some opinions out there...

Whitespace is a Good Thing.

Bob Lehmann

<ge*********@yahoo.comwrote in message
news:11*********************@a14g2000cwb.googlegro ups.com...
Just trying to get some opinions out there...
There are tons of Ajax libraries out there... Ajax.NET Professional,
ComfortASP.NET, ZumiPage, etc. etc... Microsoft has their own too,
Atlas. I've been looking at these and certainly there needs to be a
solution that's integrated with MS.NET, easy to use, and well supported
to production environments. That's why I ask -- can there ever
possibly be a real (free or paid) competitor to Microsoft's Atlas
solution? Surely, one day soon, Microsoft will release 3.0 with or
without Atlas, and Atlas will come out of beta and be the ultimate.
Who can compete? Surely, it will allow you to drag-drop a control in
Visual Studio, add some data elements to it, and make it Ajax-enabled.
It will be supported, updated with the next versions, and always VS
compatible. So, why go with another solution?
I've always taken the stand to use as few 3rd party solutions as
possible. If I buy a cool menu system, one day it becomes incompatible
with the "next" Microsoft release, or it's not supported anymore, or
the author decided to turn it into some huge library with all sorts of
licensed crap I don't need. I've played with Ajax.NET Professional and
it looks great. I can immediately imagine a bunch of uses for my .NET
2.0 project. I just feel more comfortable using a MS product inside
VS2005, like Atlas. The integration is just cleaner and more
supported. It's like the old days where everyone made ASP controls --
buttons, grids, listboxes, everything. You could load yourself up on
3rd party controls to enhance your website. Then MS made all that
stuff obsolete in one release. You can do all that stuff and more
without having to purchase another product and worry about support and
upgrades. I feel the same will be true with Atlas. There's no way, in
my mind, that MS will overlook all these cool controls out there
written by these Ajax wizards.
I'm rambling a bit, but what does everyone else think about this? Is
it time to wait for an official release of Atlas? Only an official
release can be used in a production environment. Are we talking .NET
3.0? Are we waiting a year for it?

Jul 6 '06 #5
I am all for Anthem.Net library.I have implemented couple of custom controls
with it and it can't get easier than using Anthem.
You can see a prototype usage of Anthem.Net along with GridView at following
link.

http://www.netomatix.com/development...popuphelp.aspx

"Peter Bromberg [C# MVP]" <pb*******@yahoo.nospammin.comwrote in message
news:CC**********************************@microsof t.com...
Geekboy001,

Atlas promises to be very full - featured, but it only works for .NET 2.0
and it is also very large, as weill as producing a very large amount of
javascript includes.

I've had my best results with Anthem.Net. MagicAjax is a close second.
Both
of these are indeed free, sourcecode available, both on sourceforge.net.
They
both work with either ASP.NET 1.1 or 2.0.

ZumiPage is also good, but not free. I do not recomment AJAX.NET because
it
uses external handlers and therefore does not preserve the stateful Page
class state.

Anthem, of all of them, is the most lightweight, most customizable (e.g.
write your own controls if you like), and IMHO the most innovative.

Hope that helps.

Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"ge*********@yahoo.com" wrote:
>Just trying to get some opinions out there...
There are tons of Ajax libraries out there... Ajax.NET Professional,
ComfortASP.NET, ZumiPage, etc. etc... Microsoft has their own too,
Atlas. I've been looking at these and certainly there needs to be a
solution that's integrated with MS.NET, easy to use, and well supported
to production environments. That's why I ask -- can there ever
possibly be a real (free or paid) competitor to Microsoft's Atlas
solution? Surely, one day soon, Microsoft will release 3.0 with or
without Atlas, and Atlas will come out of beta and be the ultimate.
Who can compete? Surely, it will allow you to drag-drop a control in
Visual Studio, add some data elements to it, and make it Ajax-enabled.
It will be supported, updated with the next versions, and always VS
compatible. So, why go with another solution?
I've always taken the stand to use as few 3rd party solutions as
possible. If I buy a cool menu system, one day it becomes incompatible
with the "next" Microsoft release, or it's not supported anymore, or
the author decided to turn it into some huge library with all sorts of
licensed crap I don't need. I've played with Ajax.NET Professional and
it looks great. I can immediately imagine a bunch of uses for my .NET
2.0 project. I just feel more comfortable using a MS product inside
VS2005, like Atlas. The integration is just cleaner and more
supported. It's like the old days where everyone made ASP controls --
buttons, grids, listboxes, everything. You could load yourself up on
3rd party controls to enhance your website. Then MS made all that
stuff obsolete in one release. You can do all that stuff and more
without having to purchase another product and worry about support and
upgrades. I feel the same will be true with Atlas. There's no way, in
my mind, that MS will overlook all these cool controls out there
written by these Ajax wizards.
I'm rambling a bit, but what does everyone else think about this? Is
it time to wait for an official release of Atlas? Only an official
release can be used in a production environment. Are we talking .NET
3.0? Are we waiting a year for it?


Jul 8 '06 #6

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

Similar topics

0
by: Darren L. Weber | last post by:
The following is a first attempt to almost create a shell script for installation of ATLAS and LAPACK. It does not work right now and it is specific to a particular platform. It is posted here to...
8
by: darrel | last post by:
I'm going to be diving into ASP.net 2.0 on a small project. I'd also like to use it as an excuse to start playing with some AJAX techniques. So, that leads to the obvious question: AJAX.net vs....
5
by: Papanii Okai | last post by:
Hi Guys, As we wall know Atlas is a fairly new feature everyone is talking about (atleast at my school). Even though the idea of Ajax has been used in the past i was wondeing if anyone could...
6
by: hangar18 | last post by:
Hi, We have a web page with a javascript menu on the left hand side. On click of the javascript menu, we want some content to be displayed but without the whole page getting refreshed. We are...
2
by: A.Wussow | last post by:
Hi Everybody, i want to load dynamically content from some user controls (with forms, or some data-controls) using atlas. So i use an UpdatePanel for loading the user control into a placeholder....
1
by: MPA | last post by:
Hi, I am a newbee to web applications and we are planning to rewrite our existing PowerBuilder client-server application into a web application under Visual Studio .Net 2005. My question is...
5
by: igotyourdotnet | last post by:
I have a question on atlas: I can create an 'atlas project' and I can add atlas controls fine. but when I try and add an atlas control to an existing asp.net web app I can't, Why? I did notice...
4
by: s.bussing | last post by:
Hi All, I'm new to Atlas and I did some programming using AJAX, but I'm wondering if it is possible to hava a javascript which can call a server-site function, in my case to write data to the...
1
by: jmdolinger | last post by:
Hi all, I'm a newbie to Atlas (and recently ASP.NET) after coming from a long Java background, also have done quite a bit with an Ajax.NET/ASP.NET 1.1 project, but it was basically all...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...

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.