Topic Index
AJAX
Page 1 - 1 2 3 4 5 6 7 8 9 10 11
Introduction to the Dojo toolkit, Part 1
If you're looking for a JavaScript framework that does more than simplify DOM access, the Dojo toolkit could be your answer. Find out how you could enhance your Web 2.0 mojo with Dojo's object-oriented JavaScript programming model and handy Ajax-style widgets.
)
-->
If you're looking for a JavaScript framework that does more than simplify DOM access, the Dojo toolkit could be your answer. Find out how you could enhance your Web 2.0 mojo with Dojo's object-oriented JavaScript programming model and handy Ajax-style widgets.
Struts 2.0 in action
Looking for a new Web development framework? Walk through a sample application to see if Struts 2.0 is right for you.
)
-->
Looking for a new Web development framework? Walk through a sample application to see if Struts 2.0 is right for you.
Ajax programming with Struts 2
Do you have five minutes? Check out these five steps to dynamic, Ajax-style tables using Struts 2, Dojo and JSON.
)
-->
Do you have five minutes? Check out these five steps to dynamic, Ajax-style tables using Struts 2, Dojo and JSON.
Speed up your Ajax applications while dodging Web services vulnerabilities
Deploying bandwidth-efficient Ajax applications does not guarantee that the service levels in a Service Level Agreement will stay high. No matter how well you change code in the Ajax format to make it more bandwidth efficient, there will be always risks and vulnerabilities you'll need to watch out for and mitigate. Regular developerWorks author Judith Myerson gives a brief Ajax recap, shows what Web services vulnerabilities are and why Service Level Agreements (SLA) are important, and suggests some solutions for speeding up Ajax applications.
)
-->
Deploying bandwidth-efficient Ajax applications does not guarantee that the service levels in a Service Level Agreement will stay high. No matter how well you change code in the Ajax format to make it more bandwidth efficient, there will be always risks and vulnerabilities you'll need to watch out for and mitigate. Regular developerWorks author Judith Myerson gives a brief Ajax recap, shows what Web services vulnerabilities are and why Service Level Agreements (SLA) are important, and suggests some solutions for speeding up Ajax applications.
Writing Advanced JavaScript
A tutorial on how to implement advanced browser interactivity using JavaScript, including a floating text box and a pop-up menu.
)
-->
A tutorial on how to implement advanced browser interactivity using JavaScript, including a floating text box and a pop-up menu.
The Power of Google Gears (Part 2)
The second part of a series describing Google Gears, a tool for offline browser application development
)
-->
The second part of a series describing Google Gears, a tool for offline browser application development
The Power of Google Gears (Part 1)
Using Google Gears to create web-based desktop applications which can continue to function when the computer is not on the network.
)
-->
Using Google Gears to create web-based desktop applications which can continue to function when the computer is not on the network.
Some Recipes to Improve Your Google Web Toolkit Development
The Google Web Toolkit (GWT) is an open source toolkit that allows you to create AJAX-based Web applications that are completely written in Java. This article summarizes experiences gained when implementing a client/server Web application with GWT and Tomcat. Lessons learned are shared as tips and recipes that can improve the development of your GWT-based Web applications.
)
-->
The Google Web Toolkit (GWT) is an open source toolkit that allows you to create AJAX-based Web applications that are completely written in Java. This article summarizes experiences gained when implementing a client/server Web application with GWT and Tomcat. Lessons learned are shared as tips and recipes that can improve the development of your GWT-based Web applications.
Using EJB3 with Ajax
Learn how to build a Java EE application that uses Ajax, JavaServer Faces, and ADF Faces for the Web tier and EJB3 for the business logic.
)
-->
Learn how to build a Java EE application that uses Ajax, JavaServer Faces, and ADF Faces for the Web tier and EJB3 for the business logic.
Developing Applications Using Reverse Ajax
Katherine Martin shows how the Direct Web Remoting (DWR) library supports reverse Ajax to send asynchronous data from a server to a web client.
)
-->
Katherine Martin shows how the Direct Web Remoting (DWR) library supports reverse Ajax to send asynchronous data from a server to a web client.
The Three Faces of ASP.NET AJAX
The new Microsoft ASP.NET AJAX web development framework is like a mythological figure with three face: one friendly but rigid, one playful, and the third a bit frightening. Jesse Liberty and Dan Hurwitz show you how to how to make the most out of AJAX.
)
-->
The new Microsoft ASP.NET AJAX web development framework is like a mythological figure with three face: one friendly but rigid, one playful, and the third a bit frightening. Jesse Liberty and Dan Hurwitz show you how to how to make the most out of AJAX.
Ajax Form Validation Using Spring and DWR
Eric Spiegelberg shows how to use DWR and Spring to apply your server-side validation on client-side Ajax web apps.
)
-->
Eric Spiegelberg shows how to use DWR and Spring to apply your server-side validation on client-side Ajax web apps.
Use Ajax with PHP and DB2 9 - Xajax
PHP is a scripting language commonly used in developing Web applications. Asynchronous JavaScript and XML (Ajax) is a Web technique that combines JavaScript, Document Object Model (DOM), and XMLHttpRequest technologies to provide dynamic interactions between a client and a server. Various PHP class libraries are available for using Ajax with PHP, among them Xajax, an open source, object-oriented, PHP class library. In this article, learn how to implement PHP, Ajax, and Xajax to develop a dynamic Web application solution accessing DB2 9 for Linux, UNIX, and Windows.
)
-->
PHP is a scripting language commonly used in developing Web applications. Asynchronous JavaScript and XML (Ajax) is a Web technique that combines JavaScript, Document Object Model (DOM), and XMLHttpRequest technologies to provide dynamic interactions between a client and a server. Various PHP class libraries are available for using Ajax with PHP, among them Xajax, an open source, object-oriented, PHP class library. In this article, learn how to implement PHP, Ajax, and Xajax to develop a dynamic Web application solution accessing DB2 9 for Linux, UNIX, and Windows.
Best Practices for Applying Ajax to JSR 168 Portlets
This article describes several helpful tips and practices on how best to exploit Ajax in portlets that comply with the Java Specification Request (JSR) 168: Portlet Specification.
)
-->
This article describes several helpful tips and practices on how best to exploit Ajax in portlets that comply with the Java Specification Request (JSR) 168: Portlet Specification.
What's New in Prototype 1.5?
Scott Raymond, author of Ajax on Rails, gives us a comprehensive look at what's new in one of the fundamental Javascript libraries, Prototype.
Scott Raymond, author of Ajax on Rails, gives us a comprehensive look at what's new in one of the fundamental Javascript libraries, Prototype.