Topic Index
AJAX
Page 3 - 1 2 3 4 5 6 7 8 9 10 11
Integrating Maps into Your Java Web Application with Google Maps and Ajax
John Ferguson Smart shows how to call the Google Maps API from a web service and render results to the browser with Ajax.
)
-->
John Ferguson Smart shows how to call the Google Maps API from a web service and render results to the browser with Ajax.
Working XML: Serve friendlier RSS and Atom feeds
In this article, Benoit offers a technique to help visitors to your Web site read and understand the RSS and Atom feeds.
)
-->
In this article, Benoit offers a technique to help visitors to your Web site read and understand the RSS and Atom feeds.
Ajax Design Strategies
Compares and contrasts various design strategies that can be used to implement the Ajax methodology.
)
-->
Compares and contrasts various design strategies that can be used to implement the Ajax methodology.
Creating an AJAX-Enabled Application, a Do-It-Yourself Approach
This is the first in a short series of articles that add Ajax functionality to a Java EE NetBeans project. Through the articles, you will see how to implement increasingly sophisticated Ajax implementations.
)
-->
This is the first in a short series of articles that add Ajax functionality to a Java EE NetBeans project. Through the articles, you will see how to implement increasingly sophisticated Ajax implementations.
Creating an AJAX-Enabled Application, a Toolkit Approach
This is the second in a series of articles that describe ways to introduce Ajax functionality into an existing web application developed with the NetBeans IDE. Readers are encouraged to read the first article in the series, Creating an Ajax-Enabled Application, a Do-It-Yourself Approach, before reading this one. At a minimum, install the example project, the NetBeans 5.5 IDE, and the GlassFish server, as described in Downloading and Installing the Tools.
)
-->
This is the second in a series of articles that describe ways to introduce Ajax functionality into an existing web application developed with the NetBeans IDE. Readers are encouraged to read the first article in the series, Creating an Ajax-Enabled Application, a Do-It-Yourself Approach, before reading this one. At a minimum, install the example project, the NetBeans 5.5 IDE, and the GlassFish server, as described in Downloading and Installing the Tools.
AJAX Design Strategies
This article is about the primary technique in use today for making Web 2.0 sites highly responsive: Asynchronous JavaScript and XML (AJAX).
)
-->
This article is about the primary technique in use today for making Web 2.0 sites highly responsive: Asynchronous JavaScript and XML (AJAX).
Ajax and REST, Part 1
The more that server-side Web applications become immersive by following rich-application models and delivering personalized content, the more their architectures violate Representational State Transfer (REST), the Web's architectural style. These violations can decrease application scalability and increase system complexity. By achieving harmony with REST, Ajax architecture lets immersive Web applications eliminate these negative effects and enjoy REST's desirable properties.
)
-->
The more that server-side Web applications become immersive by following rich-application models and delivering personalized content, the more their architectures violate Representational State Transfer (REST), the Web's architectural style. These violations can decrease application scalability and increase system complexity. By achieving harmony with REST, Ajax architecture lets immersive Web applications eliminate these negative effects and enjoy REST's desirable properties.
AjaxChat: Chatting the AJAX Way, Part 2
This article presents the server-side code to the AjaxChat application presented in Part 1 of "AjaxChat: Chatting the AJAX way." Both Part 1 and 2 of this series excerpt the book "Practical Ajax Projects" with Java Technology by Frank W. Zammetti.
)
-->
This article presents the server-side code to the AjaxChat application presented in Part 1 of "AjaxChat: Chatting the AJAX way." Both Part 1 and 2 of this series excerpt the book "Practical Ajax Projects" with Java Technology by Frank W. Zammetti.
RSS and AJAX: A Simple News Reader
Paul Sobocinksi combines RSS and AJAX to build a simple, in-browser news reader that you can deploy on any website.
)
-->
Paul Sobocinksi combines RSS and AJAX to build a simple, in-browser news reader that you can deploy on any website.
Generate JSON from XML to use with Ajax
The use of JavaScript code to add interactivity to your data-driven Web applications is hot nowadays. If you can encode your data as JavaScript Object Notation (JSON), you'll simplify its use with the JavaScript language. Discover different approaches that use XSLT V2 to generate JSON from XML data.
)
-->
The use of JavaScript code to add interactivity to your data-driven Web applications is hot nowadays. If you can encode your data as JavaScript Object Notation (JSON), you'll simplify its use with the JavaScript language. Discover different approaches that use XSLT V2 to generate JSON from XML data.
Mastering Ajax, Part 6: Build DOM-based Web applications
Continue to explore how DOM programming fits into interactive Ajax applications as Brett McLaughlin completes his trilogy of articles on DOM programming with a DOM application in practice.
)
-->
Continue to explore how DOM programming fits into interactive Ajax applications as Brett McLaughlin completes his trilogy of articles on DOM programming with a DOM application in practice.
Pump some AJAX into your JSF application
In this article, Peter Wang improves upon his employee header/detail use-case that he presented in
)
-->
In this article, Peter Wang improves upon his employee header/detail use-case that he presented in
AjaxChat: Chatting, the AJAX Way!
In this article, an excerpt from Practical Ajax Projects with Java Technology , Frank W. Zammetti illustrates how to built a chat application.
)
-->
In this article, an excerpt from Practical Ajax Projects with Java Technology , Frank W. Zammetti illustrates how to built a chat application.
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.
The XSLDataGrid: XSLT Rocks Ajax
Lindsey Simon describes XSLDataGrid, an approach to dynamic display of tabular data using XSLT and Ajax.
Lindsey Simon describes XSLDataGrid, an approach to dynamic display of tabular data using XSLT and Ajax.