473,471 Members | 1,726 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

The "Ajax Frameworks" End

Well, everybody can now agree with the fact that the Ajax hype is over.
Still multiple Ajax Frameworks are flourishing, aren't they?
So, last night I questioned myself with the following: "When Ajax
Frameworks will be gone? What is required to get rid of them and start
using browsers?" (To be more precise, I should probably also mention
what kind of frameworks do i mean. These are: Dojo, BackBase, Qooxdoo
etc.)
I've got an answer that I would like to discuss with people here.

My statement is: once IE has got a proper implementation of DOM-Level-3
and XBL (of course, w3c should first advance their drafts to
recommendations of all modules of these technologies)

Would anyone like to express their opinions on the topic? Does anybody
see any other missing base technologies that these frameworks are now
trying to fullfill?

Sergey Ilinsky

Sep 14 '06 #1
3 1746
caston said the following on 9/14/2006 4:12 AM:
Well, everybody can now agree with the fact that the Ajax hype is over.
Still multiple Ajax Frameworks are flourishing, aren't they?
Depends on who you ask and where you look.
So, last night I questioned myself with the following: "When Ajax
Frameworks will be gone? What is required to get rid of them and start
using browsers?" (To be more precise, I should probably also mention
what kind of frameworks do i mean. These are: Dojo, BackBase, Qooxdoo
etc.)
"Get rid of them and start using browsers"?? You can't use AJAX without
a browser. But, start educating people on the better alternatives
(dynamically loading script files is a start) and you will see it start
to end.
I've got an answer that I would like to discuss with people here.
A better answer would be along the lines of:

As soon as people realize there is a better/easier way than the so
called "AJAX" then the AJAX Craze will die. Or, another buzzword comes
along to trump it.
My statement is: once IE has got a proper implementation of DOM-Level-3
and XBL (of course, w3c should first advance their drafts to
recommendations of all modules of these technologies)
MSIE doesn't support xHTML and you want to tie the AJAX craze to MS
doing something in line with what the W3C has to say? Think about it.
Would anyone like to express their opinions on the topic?
See above :)
Does anybody see any other missing base technologies that these
frameworks are now trying to fullfill?
"missing base technologies"? The answer to that question depends on what
it is your are referring to as missing base technologies. The Web
survived before AJAX and it will survive after AJAX. It will just come
to an end quicker when people stop using it solely to be able to say
"Yeah, we use AJAX on our site".
--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Sep 14 '06 #2
Randy Webb wrote:
caston said the following on 9/14/2006 4:12 AM:
Well, everybody can now agree with the fact that the Ajax hype is over.
Still multiple Ajax Frameworks are flourishing, aren't they?

Depends on who you ask and where you look.
So, last night I questioned myself with the following: "When Ajax
Frameworks will be gone? What is required to get rid of them and start
using browsers?" (To be more precise, I should probably also mention
what kind of frameworks do i mean. These are: Dojo, BackBase, Qooxdoo
etc.)

"Get rid of them and start using browsers"?? You can't use AJAX without
a browser. But, start educating people on the better alternatives
(dynamically loading script files is a start) and you will see it start
to end.
I've got an answer that I would like to discuss with people here.

A better answer would be along the lines of:

As soon as people realize there is a better/easier way than the so
called "AJAX" then the AJAX Craze will die. Or, another buzzword comes
along to trump it.
My statement is: once IE has got a proper implementation of DOM-Level-3
and XBL (of course, w3c should first advance their drafts to
recommendations of all modules of these technologies)

MSIE doesn't support xHTML and you want to tie the AJAX craze to MS
doing something in line with what the W3C has to say? Think about it.
Would anyone like to express their opinions on the topic?

See above :)
Does anybody see any other missing base technologies that these
frameworks are now trying to fullfill?

"missing base technologies"? The answer to that question depends on what
it is your are referring to as missing base technologies. The Web
survived before AJAX and it will survive after AJAX. It will just come
to an end quicker when people stop using it solely to be able to say
"Yeah, we use AJAX on our site".
--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Well, I might have been not clear with the topic. I considered "Ajax
Frameworks" as libraries that deliver:
- set of enhanced user interaction controls (to enable "better" user
experience)
Future: controls implemented on XBL with XHTML/SVG/CSS
- api for cross-browser manipulation on browser DOM (in order to make
application logic not dependable on browser but on api)
Future: DOM-Level-3 (Core, Events. XPath)
- set of effects/transitions
Future: SMIL
- wrapper around XMLHttpRequest object
Present: native XMLHttpRequest object

So, conclusion: once everything marked as "Future" is implemented in
major browsers, Ajax Frameworks/Toolkits are useless!

Or?

Sergey Ilinsky/

Sep 14 '06 #3
caston wrote:
<snip>
Well, I might have been not clear with the topic. I considered "Ajax
Frameworks" as libraries that deliver:
- set of enhanced user interaction controls (to enable "better" user
experience)
Future: controls implemented on XBL with XHTML/SVG/CSS
- api for cross-browser manipulation on browser DOM (in order to make
application logic not dependable on browser but on api)
Future: DOM-Level-3 (Core, Events. XPath)
- set of effects/transitions
Future: SMIL
- wrapper around XMLHttpRequest object
Present: native XMLHttpRequest object

So, conclusion: once everything marked as "Future" is implemented in
major browsers, Ajax Frameworks/Toolkits are useless!
Well, at one time ( almost a decade ago ) I might
have agreed with you more, however even when the *future* becomes
a *now*, the goal posts will just beat a hasty retreat
into the future once more.

We will always be faced with innovations and differing
implementations of same and various frameworks for
addressing the larger goals of applications and infrastructure
development.

Since the w3 and related specifications is what almost
all browsers claim to pursue, that is where I
look first for solutions and design ideas.

Over the years the w3 standards/recommendations have
continuously improved in their ability to provide
standards based options , but alas there is still *future*
evolution required to eliminate the need for frameworks
while of course we are still waiting for browsers to fully
support what we have even *now*.

Frameworks of one form or another are going to be with us
for many years more.

These days though , one does not need to have a giant
monolithic framework as the distances from day to day
development needs and an applicable w3 spec are getting
smaller all the time, thus the new breed of frameworks
starts as a really thin background transactions
managers for loading libraries and performing
transactions in a reliable DOM friendly way.

For example in the (LAMPjack) framework , one
loads a libraries via simple CSS entries like these
below. The libraries loaded then have a reliable
( with retries) method of making
queries to databases, WSDL,RSS,XML-RPC,REST etc
with the results being easily formatted with standards
based XSL files in memory and piped to the target div.

<div class="wPoint_login" />
A sign up / login with email verification, email password,
change password etc.

<div class="wPoint_search" />
In that instance the framework injects a tiny
little library that creates a WSDL based google
search and results display in the page.

<div class="wPoint_mysqlbrowse" />
select from foo where somefield='bar'
</div>
browses my database.

As I said , frameworks of one form or another
will be around for some time.
Sep 14 '06 #4

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

Similar topics

6
by: John Willems | last post by:
Interesting GUI developments, it seems. Anyone developed a "Ajax" application using Python? Very curious.... thx (Ajax stands for: XHTML and CSS; dynamic display and interaction using the...
2
by: Karl | last post by:
I work for a software company that's looking to get into .NET. I've dabbled with the technology for a bit, and had some positive resutls. My boss is asking me that he wants to buy a framework...
7
by: Larry Bud | last post by:
More of a design question than technical.... combining Ajax technology with ASP... Top portion of the page contains several Select boxes which are dependant upon one another. Ajax handles that...
6
by: blueapricot416 | last post by:
I have some javascript in a standard HTML page that uses the ubiquitous "XMLHttpRequest" to send data to a remote ASP page. If that page "answers back" by sending a string using a simple...
1
by: Tony Lawrence | last post by:
Probably a lot of you here are already old hands at Ajax, but I haven't started doing this yet. Part of the reason was that I really didn't understand where Ajax would be useful to my own site,...
2
by: pe3no | last post by:
Hi, I'm going to create applications PHP + AJAX + Linux + Apache + Postgres. - Other Open Source technologies / Frameworks, etc. also :) Is this book http://www.amazon.com/gp/reader/0471777781...
1
by: mark4asp | last post by:
Which should I use: 1. "ASP.NET AJAX-Enabled Web Site" or 2. "AJAX Control Toolkit Web Site"? In the first, controls from the control toolkit start as: <cc1:SomeControl></cc1> In the 2nd,...
5
by: Sommer.pde | last post by:
It took me some time to find out when and why this happens. When the window of Internet Explorer is closed with an AJAX call still pending, something funny happens. Do it twice, and you will have...
11
by: Jonathan Wood | last post by:
Can anyone point me to any good resources on adding AJAX to a page once the page has already been created? I know VS2008 has options to add AJAX pages, but I didn't select those options when the...
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
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...
1
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.