|
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. You'll see how to create entities, session beans, AJAX controller servlets, JSP pages that generate AJAX responses, and JSF forms based on ADF Faces. In the last part of the article, you'll find reusable JavaScript functions for creating, initializing and deleting XMLHttpRequest objects. You'll also learn several AJAX techniques, such as using callback wrappers, submitting the form data with AJAX, and preventing memory leaks in the Web browser.
Developing Smart Web UIs with AJAX, JSF and ADF Faces
This article shows how to use AJAX with the existing components of the JSF and ADF Faces frameworks and how to create Web applications based on AJAX, JSF, and ADF Faces with the help of Oracle JDeveloper. You'll learn how to build a simple AJAX controller and JSP pages that generate the response XML for the AJAX requests. After that, you'll find a full overview of the XMLHttpRequest API with code samples and usage patterns. Next, the article focuses on building the Web user interface with JDeveloper and you'll find more details about the JavaScript code that runs on the client side.
Enabling Data Exchange in AJAX Applications
Learn how to transfer data between AJAX clients and Java servers with XML and JavaScript Object Notation (JSON). The goal of this article is to provide everything you need for implementing data exchange in AJAX applications, using the best techniques and the most recent APIs.
|
|