Ajax architecture ... a little bit of rich client
Basically use JavaScript to fetch XML data from a web page and cut down the roundtrip.
https://adaptivepath.com/publications/essays/archives/000385.php
Comments
- Anonymous
February 21, 2005
Sounds interesting. Scanning his article I didn't find something like a "download link" or similar.
Is this a real product or just a name for the mix of these technologies?
Anyway, a .NET implementation would sound really great! - Anonymous
March 04, 2005
You might appreciate my "Zuggest" tool.
It uses the "Ajax" concepts you're talking about and works similarly to Google Suggest but searches against the Amazon Product database as you're typing.
Check it out: http://www.FrancisShanahan.com/zuggest.aspx
It's built with Javascript, Web Services, SOAP, XMLHttp, XML, C# and ASP.NET and SQL Server.
Would love to get some feedback on it.
-fs