473,386 Members | 1,973 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.

Best AJAX Framework

Hi,

Maybe this question alreay was asked, but now, i'm asking today...
today each ajax framework is the best one to start (open source of
course).

I already see so much (ASP.NET AJAX, GWT, DOJO, etc...) can you point
me to the best one?

Also i need to know if any of the ones that you will point to me, have
some kind of database support, because there is no web page in our
days without database requirements. Each ajax framework has the best
database support?

Thanks
Feb 1 '08 #1
4 4525
Nuno wrote:
Hi,

Maybe this question alreay was asked, but now, i'm asking today...
today each ajax framework is the best one to start (open source of
course).

I already see so much (ASP.NET AJAX, GWT, DOJO, etc...) can you point
me to the best one?

Also i need to know if any of the ones that you will point to me, have
some kind of database support, because there is no web page in our
days without database requirements. Each ajax framework has the best
database support?

Thanks
Hi Nuno,

I fail to see how AJAX intergrates with a database.
Surely, you can use AJAX to post/retrieve stuff serverside, and so use a
database, but this has nothing to do with AJAX.

Personally, I would simply roll my own AJAX functions.
Once you know how, you don't want a framework, because that only
restricts you in your coding.

just my 2 cent, I am sure you can easily find an enthousiast for
framework x, or y or z.

Regards,
Erwin Moller
Feb 1 '08 #2
On Fri, 1 Feb 2008 04:07:42 -0800 (PST), in comp.lang.javascript Nuno
<nu***********@gmail.com>
<de**********************************@i72g2000hsd. googlegroups.com>
wrote:
>| Hi,
|
| Maybe this question alreay was asked, but now, i'm asking today...
| today each ajax framework is the best one to start (open source of
| course).
|
| I already see so much (ASP.NET AJAX, GWT, DOJO, etc...) can you point
| me to the best one?
|
| Also i need to know if any of the ones that you will point to me, have
| some kind of database support, because there is no web page in our
| days without database requirements. Each ajax framework has the best
| database support?
|
| Thanks
AJAX = Asynchronous JAVASCRIPT And XML.
This allows you talk to a server without page refreshes.
A typical call using an AJAX function might be:
AJAXCall("DisplayDataFromMyTable.php",divToUpdate) ;
As you can see the only connection between your page and the server is
a call to another page that does all the work.

As for frameworks: http://www.ajaxtoolbox.com/
The author, Matt Kruse posts to this forum.
-- -------------------------------------------------------------
jn******@yourpantsyahoo.com.au : Remove your pants to reply
-- -------------------------------------------------------------
Feb 2 '08 #3
Thomas 'PointedEars' Lahn said the following on 2/2/2008 2:57 PM:
Jeff North wrote:
>[...] Nuno [...] wrote:

Nothing is served by posting such attribution novels.
More is served by his posts than is served by your incessant
pre-pubescent whining.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Feb 2 '08 #4
On Sat, 02 Feb 2008 20:57:13 +0100, in comp.lang.javascript Thomas
'PointedEars' Lahn <Po*********@web.de>
<47**************@PointedEars.dewrote:

so you're one of those morons who uses 1,000 words when 5 words will
suffice.
-- -------------------------------------------------------------
jn******@yourpantsyahoo.com.au : Remove your pants to reply
-- -------------------------------------------------------------
Feb 3 '08 #5

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

Similar topics

2
by: Larry | last post by:
I am wondering if anyone has any thoughts on the following issues once Ajax is incorporated into a page: Now that we have this Ajax stuff, users have the potential to not leave a page for a long...
1
by: Luke Matuszewski | last post by:
Welcome. As all you know the XmlHttpRequest when wrongly used can provide memory leaking problem (specially in IE) so the best way is to use library or framework encapsulating AJAX functionality...
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....
9
by: darrel | last post by:
Last week I asked about ASP.net 2.0 AJAX frameworks and there appears to be several to choose from. I haven't used ASP.net 2.0 yet, but from doing a bit of reading, it appears that ASP.net 2.0...
1
by: John | last post by:
AJAX is a rich client-side technology that makes the web pages more interactive. In practice, the same AJAX client-side code should be unchanged, regardless of what server-side web technologies we...
13
by: Karl | last post by:
Hi all. I've recently rebuilt my Vista Ultimate workstation with Visual Studio Team Developer edition. Ive also put on the SQL Server 2005 tools and it's fully patched. I was building a web...
5
by: =?Utf-8?B?TWlrZQ==?= | last post by:
I am using VS2008 release and am trying to create a AJAX web site targetted to .Net 2.0. however, there is no AJAX template and the default.aspx page and web.config that is created has no AJAX 2.0...
6
by: SAL | last post by:
hello, I'm using a radiobuttonlist in an updatepanel in an item template in a Gridview control. I'm populating the radiobuttonlist in the RowDataBound event. I have the control toolkit registered...
9
by: =?Utf-8?B?RGFuaWVs?= | last post by:
Hi, I downloaded the sample application that the Microsoft video ASPNETAJAXForWinMobile described but it doesn't work on my Windows Mobile 6 emulator. After enabling the script error reporting...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.