We're sunsetting PodQuest on 2025-07-28. Thank you for your support!
Export Podcast Subscriptions
cover of episode Let's talk AJAX - It's not just for cleaning anymore!

Let's talk AJAX - It's not just for cleaning anymore!

2013/11/7
logo of podcast How to Program with Java Podcast

How to Program with Java Podcast

Shownotes Transcript

AJAX (Asynchronous Javascript and XML) is a techonology used to create Rich Internet Applications (RIA).  

If you're asking "what the heck does that mean!?"  You're in the right place

In this podcast episode we will talk about the uses for AJAX and how it can lead to a much nicer web browsing experience for your Java web applications.

What else will you learn about in this episode?

  • The difference between an HttpRequest and an XMLHttpRequest
  • Why it's annoying when your website has to refresh every time you submit a form
  • The workflow behind how websites like Google Finance or live sports scores work
  • What JavaScript frameworks make dealing with AJAX easier
  • Why AJAX isn't really AJAX anymore (it's more like AJAJ, but that doesn't roll off the tongue!)