Monday, February 27, 2006

AJAX Resources

As the support for AJAX grows, I thought it will be a nice idea to have a blog post with constantly updated lists of AJAX resource links. I will post the latest links to tutorials, articles, frameworks and other resources related to AJAX with reference to Java and JEE. Here are the links

  1. Ajax: A New Approach to Web Applications: This is where it all started (to be specific, the name - AJAX).
  2. AJAX for Java developers is an IBM developerworks series by Philip McCarthy. This series contains articles on how AJAX can be used to compliment J2EE Web applications.
    1. Ajax for Java developers: Building Dynamic Java Applications
    2. Ajax for Java developers: Java object serialization for Ajax
    3. Ajax for Java developers: Ajax with Direct Web Remoting
    4. Ajax for Java developers: Exploring the Google Web Toolkit
  3. Mastering AJAX is an ongoing series on IBM Developerworks by Brett McLaughlin which introduces the central concepts of Ajax, including the XMLHttpRequest object.
    1. Mastering Ajax, Part 1: Introduction to Ajax
    2. Mastering Ajax, Part 2: Make asynchronous requests with JavaScript and Ajax
    3. Mastering Ajax, Part 3: Advanced requests and responses in Ajax
    4. Mastering Ajax, Part 4: Exploiting DOM for Web response
    5. Mastering Ajax, Part 5: Manipulate the DOM
  4. AJAX with J2EE: A sub-section in the Java blueprints on AJAX with Java Server Faces (JSF).
  5. AJAX patterns: An Ajax portal and homepage for the upcoming "Ajax Design Patterns" book (O'Reilly), with full text online
  6. AJAX Lessons: Simple AJAX tutorials and news.
  7. AJAX Freaks: This website exists to provide you with information to use while learning or developing AJAX.
  8. **Ajaxian: An excellent source of up-to-date information articles and tutorials and news on AJAX as it relates to .NET, Java, Perl, PHP, Python, Ruby ... and the list goes on. This would be a good places to start your search on AJAX.
  9. AjaxTags: A JSP tag library with some easy to use widgets for creating Ajax-enabled Web Forms.
  10. Here are my old blog posts related to AJAX:
    1. AJAX and J2EE: My first post on AJAX and how it relates to J2EE.
    2. AJAX Toolkit Framework for Eclipse: About the AJAX toolkit framework project for eclipse.
    3. AjaxTags for Java Server Pages: Overview of AjaxTags.

    No comments:

    Post a Comment

    Popular Posts