- 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
-
In a previous post, I described how to use Quartz scheduler for scheduling . In this post, I describe the configuration changes required for...
-
JUnit 4 introduces a completely different API to the older versions. JUnit 4 uses Java 5 annotations to describe tests instead of using in...
-
The JDBC abstraction layer of Spring framework offers an understandable exception hierarchy, simplifies error handling, and greatly reduces ...
-
Last week, I described how to implement JMS, using a stand-alone client and a Message Driven Bean . In this post and the next, I will descr...
-
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 ...
-
This is an example code for a simple PDF merge using iText 5. We use three InputStream s in a List as input and merged file is written to th...
-
The previous post described how to implement a JMS messaging client using Spring JMS . This post will describe how to implement the Message ...
-
This post applies to integrating Spring framework 2.5.3 and Hibernate 3.0 . The Spring framework provides extensive support for data access...
-
Update: A new post for validation in struts with annotation is available at: Struts 2 Validation: Annotations . Struts 2.0 relies on a val...
-
New posts with iText 5.5.12 Following are two new posts for PDF Merge with iText 5.5.12 Merge PDF files using iText 5 Merge and Paginate PDF...
No comments:
Post a Comment