- Ajax: A New Approach to Web Applications: This is where it all started (to be specific, the name - AJAX).
- 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.
- Mastering AJAX is an ongoing series on IBM Developerworks by Brett McLaughlin which introduces the central concepts of Ajax, including the XMLHttpRequest object.
- AJAX with J2EE: A sub-section in the Java blueprints on AJAX with Java Server Faces (JSF).
- AJAX patterns: An Ajax portal and homepage for the upcoming "Ajax Design Patterns" book (O'Reilly), with full text online
- AJAX Lessons: Simple AJAX tutorials and news.
- AJAX Freaks: This website exists to provide you with information to use while learning or developing AJAX.
- **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.
- AjaxTags: A JSP tag library with some easy to use widgets for creating Ajax-enabled Web Forms.
- Here are my old blog posts related to AJAX:
- AJAX and J2EE: My first post on AJAX and how it relates to J2EE.
- AJAX Toolkit Framework for Eclipse: About the AJAX toolkit framework project for eclipse.
- AjaxTags for Java Server Pages: Overview of AjaxTags.
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
Labels:
ajax
Subscribe to:
Post Comments (Atom)
Popular Posts
-
This post will describe how to create and deploy a Java Web Application war to Heroku using Heroku CLI. You will need a basic understanding ...
-
In this post we will see how to do an offline install Jenkins and required plugins on a Red Hat Enterprise Linux Server release 7.3. This is...
-
In a previous post, I described how to use Quartz scheduler for scheduling . In this post, I describe the configuration changes required for...
-
The previous post described the Strategy pattern in brief. I listed out where and why the strategy pattern may be used. This post describes...
-
Previously, I wrote a post describing the use of Apache Axis to create and consume Web Services from Java . In this post, I will describe ho...
-
Java 8 introduced default and static methods, the previous post gives a few examples of Java 8 default and static methods . Java 9 builds on...
-
Update: A new post for validation in struts with annotation is available at: Struts 2 Validation: Annotations . Struts 2.0 relies on a val...
-
In the past, I posted an example on how to use Displaytag with Struts and Spring, using Spring JDBC for data access( 1 , 2 ). In this post,...
-
A class that switches between a set of states, and behaves differently based on the current state it is in, is a good candidate for the stat...
-
In the previous post, I described different ways in which spring and hibernate can be integrated. In this post I will describe how to use Sp...
No comments:
Post a Comment