Skip to main content
Email Password   helpLost your password?

Introduction

This article proposes a faster and safer way to build Web applications.

Part 2 of this article presents a C# and Java example about what Standalone Ajax may be.

Background

Some time ago, I was reading an article about possible technology trends like having the Ajax standalone - not needing any more ASP or JSP or PHP, etc. - and I decided to give it a go by myself.

Doing Ajax enabled pages within my ASP.NET projects is not a convenient task sometimes. Why bother with the viewstate, how about not needing it at all?

Let's have Ajax standalone - in a simplified vision: static XHTML, JavaScript Ajax call layer, and service oriented server-side. Such an approach will perfectly fit with Agile, TDD, Web design... and will bring very close from the start the service oriented architecture for the server side!

Web Development using Standalone Ajax

Let's say we need to build a Web application based on some initial discussions that end up by not giving a clear overview of the functionality (as usual), so you can build first at most an incomplete skeleton.

Points of Interest

Hope this helps.

History

You must Sign In to use this message board.
 
 
Per page   
  
-- There are no messages in this forum --


Last Updated 21 Sep 2009 | Advertise | Privacy | Terms of Use | Copyright © CodeProject, 1999-2009