| See also: |
| ||
| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Books | Tutorials |
- Services orchestration for AJAX by Masayuki Otoshi - [Clicks: 29]
In this article, Masayuki Otoshi proposes to execute process definition on the client-side for AJAX. The approach allows you to create more complex AJAX Web applications with the same level of productivity and reusability as on the server-side.
http://www.javaworld.com/javaworld/jw-12-2006/jw-1217-jsofa.html - Dec, 2006 - Exploring Ajax Runtime Offerings by Gary Horen - [Clicks: 22]
This article defines an Ajax Comparison Framework Space that lets the author explore many of the current Ajax frameworks. This guide provides invaluable tips for choosing and using an Ajax solution.
[Runtime Frameworks and Tools: Prototype, OpenRico, Scriptaculous, ICEFaces, Direct Web Remoting, Dojo, Backbase, Google Web Toolkit, Instantiations GWT Designer, BEA Workshop Studio, Mozilla Foundation, Ajax Tooling Framework.]
http://dev2dev.bea.com/pub/a/2006/11/exploring-ajax.html - Dec, 2006 - AJAX, the Enterprise, and SOA -- A Look Into the Future by Glen Kunene - [Clicks: 19]
Get an overview of the next frontier of AJAX development: the enterprise, where AJAX components can be the Web 2.0 front end of a SOA.
http://www.devx.com/AJAXRoundup/Article/33210 - Dec, 2006 - An Open Source AJAX Comparison Matrix by Edmon Begoli - [Clicks: 33]
Get an at-a-glance comparison of the most popular open source AJAX frameworks and toolkits. The evaluation categories include installation, development, and support.
http://www.devx.com/AJAXRoundup/Article/33209 - Dec, 2006 - Putting AJAX Frameworks to the Test by Edmon Begoli - [Clicks: 19]
Get a developer's assessment of how well the most popular non-commercial AJAX frameworks performed during the development of a dynamic application.
http://www.devx.com/AJAXRoundup/Article/33126 - Dec, 2006 - The Productivity Perks Behind Prototype's Popularity by Alessandro Lacava - [Clicks: 10]
Learn how to leverage the popular Prototype JavaScript framework to speed up your AJAX-based development. You'll see how to use JavaScript in an object-oriented way.
http://www.devx.com/AJAXRoundup/Article/33174 - Dec, 2006 - Which AJAX Library Is Right for Me? by David Talbot - [Clicks: 24]
Free AJAX libraries are multiplying like bunnies in the spring. Here's some guidance to help you sift through the dozens of options and choose the one--or ones--that best suite your environment and objective.
http://www.devx.com/AJAXRoundup/Article/33142 - Dec, 2006 - Add awareness to your IBM Lotus Domino applications by Tomas Nielsen - [Clicks: 21]
See who is online on your intranet or in other Web application and send them instant messages. Learn how the power of IBM Lotus Domino and Asynchronous JavaScript and XML (Ajax) can add awareness to your Domino Web applications or intranet site.
[Includes sample code]
http://www-128.ibm.com/developerworks/lotus/library/ajax-im/index.html - Nov, 2006 - The Twelve Days of AJAX by Vlad Kofman - [Clicks: 20]
AJAX has been jingling all over the place over the last year or so. Vlad takes a look at twelve AJAX frameworks that might be worth more than a day of your time.
http://www.developer.com/java/web/article.php/3645666 - Nov, 2006 - Ajax and REST, Part 2 by Bill Higgins - [Clicks: 22]
Ajax has begun to explode in popularity. Old Web frameworks are retrofitting themselves to support Ajax, new pure-Ajax frameworks are under development, and many organizations are considering Ajax adoption or are already building Ajax applications. But for all the excitement, relatively few organizations have deployed Ajax applications successfully. This article, the second in a two-part series, will help you decide if you should use Ajax in real IT applications, and it aims to improve your chances of success with Ajax development.
http://www-128.ibm.com/developerworks/java/library/wa-ajaxarch2.html - Nov, 2006 - Myth-Busting AJAX (In)security by WhiteHat Security publication - [Clicks: 8]
WhiteHat Security simplifies web application security with comprehensive, practical and cost-effective solutions to protect customer and corporate data, comply with industry standards and maintain brand integrity.
http://www.whitehatsec.com/home/resources/articles/files/myth_busting_ajax_insecurity.html - Nov, 2006 - New Technologies for Ajax and Web Application Development: Project jMaki by Jennifer Ball - [Clicks: 68]
Project jMaki helps you create and reuse Ajax-enabled widgets to create interactive and dynamic web applications more effectively on the Java EE platform.
http://java.sun.com/developer/technicalArticles/J2EE/webapp_2/ - Nov, 2006 - A Detailed Explanation of the XMLHttpRequest Object by Deepak Vohra - [Clicks: 12]
The XMLHttpRequest object is at the technological root of all AJAX and Web 2.0 applications. Although software vendors and the open source community now supply many AJAX frameworks that simplify using the XMLHttpRequest object, it's still worth your time to know the fundamentals.
http://www.devx.com/webdev/Article/33024 - Nov, 2006 - Mastering Ajax, Part 8: Using XML in requests and responses by Brett McLaughlin - [Clicks: 27]
In the last article of the series, you saw how your Ajax apps can format requests to a server in XML. You also saw why, in most cases, that isn't a good idea. This article focuses on something that often is a good idea: returning XML responses to a client.
http://www.ibm.com/developerworks/library/wa-ajaxintro8.html - Nov, 2006 - Developing a Web 2.0 client for IBM Lotus Domino by Raj Balasubramanian - [Clicks: 16]
Create a Web 2.0-style, thin Web client for Lotus Domino using HTML and JavaScript. Building on the previous articles about the IBM Lotus Domino XML (DXL) framework, this article shows you how to extend your Notes/Domino applications with Ajax.
[Includes sample code]
http://www-128.ibm.com/developerworks/lotus/library/web20-client/index.html - Oct, 2006 - Integrating Maps into Your Java Web Application with Google Maps and Ajax by John Ferguson Smart - [Clicks: 14]
In this article, we will discuss how you can easily implement dynamic interactive maps on your Java web application, using the Google Maps API for the web interface, and Ajax to provide real-time interaction with the server. This article is designed to give you a rapid introduction to both Google Maps and Ajax, and to let you get your own interactive maps up and running quickly and easily.
[Includes sample code]
http://today.java.net/pub/a/today/2006/10/25/integrating-google-maps-into-web-application.html - Oct, 2006 - AJAX Design Strategies by Ed Ort, Mark Basler - [Clicks: 52]
Compares and contrasts various design strategies that can be used to implement the AJAX methodology.
http://java.sun.com/developer/technicalArticles/J2EE/AJAX/DesignStrategies/ - Oct, 2006 - Mastering Ajax, Part 7: Using XML in requests and responses by Brett McLaughlin - [Clicks: 18]
Even casual Ajax developers will notice the x in Ajax, and realize that it stands for XML. XML is one of the most popular data formats in any programming medium, and offers real advantages for server responses in asynchronous applications. In this article, you'll see how servers can send XML in response to a request.
http://www-128.ibm.com/developerworks/library/wa-ajaxintro7.html - Oct, 2006 - Ajax and REST, Part 1 by Bill Higgins - [Clicks: 35]
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.
http://www-128.ibm.com/developerworks/java/library/wa-ajaxarch/index.html - Oct, 2006 - Testing Ajax Applications with Selenium by Jeff Xiong, Mike Williams, Josh Price - [Clicks: 22]
Jeff Xiong shows how to use Selenium, a browser-based acceptance testing tool, to test Ajax apps.
http://www.infoq.com/articles/testing-ajax-selenium - Sep, 2006 - AjaxChat: Chatting the AJAX Way, Part 2 by Frank W. Zammetti - [Clicks: 17]
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 (Apress, July 2006).
[Includes source code]
http://www.javaworld.com/javaworld/jw-09-2006/jw-0918-ajax.html - Sep, 2006 - RSS and AJAX: A Simple News Reader by Paul Sobocinski - [Clicks: 22]
Paul Sobocinksi combines RSS and AJAX to build a simple, in-browser news reader that you can deploy on any website.
[Includes sample code]
http://www.xml.com/pub/a/2006/09/13/rss-and-ajax-a-simple-news-reader.html - Sep, 2006 - Mastering Ajax, Part 6: Build DOM-based Web applications by Brett McLaughlin - [Clicks: 21]
In previous articles in this series, you've examined the concepts involved in Document Object Model (DOM) programming -- how the Web browser views a Web page as a tree -- and you should now understand the programming structures used in the DOM. In this article, you put all of this knowledge into practice and build a simple Web page that has some nice effects, all created using JavaScript to manipulate the DOM, without ever reloading or refreshing the page.
[Includes sample code]
http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro6/index.html - Sep, 2006 - AjaxChat: Chatting, the AJAX Way! by Frank W. Zammetti - [Clicks: 11]
In this article, an excerpt from Practical Ajax Projects with Java Technology (Apress, July 2006), Frank W. Zammetti illustrates how to built a chat application.
http://www.javaworld.com/javaworld/jw-09-2006/jw-0911-ajax.html - Sep, 2006 - Ease the integration of Ajax and Java EE by Patrick Gan - [Clicks: 22]
With the rise of Ajax comes the need to dispel the myths of this hot property and pointedly deal with the issues that arise during its use. Senior IT Specialist Patrick Gan takes this opportunity to examine the potential impacts throughout the full development life cycle of introducing Ajax technology into Java EE Web applications. Being aware of the issues involved in accommodating Ajax's asynchronous communication based pattern will help put you on the road to effective Ajax integration.
http://www-128.ibm.com/developerworks/java/library/j-ajaxee/index.html - Jul, 2006 - Enabling Data Exchange in Ajax Applications by Andrei Cioroianu - [Clicks: 21]
Learn how to transfer data between Ajax clients and Java servers with XML and JavaScript Object Notation.
[Includes sample code]
http://www.oracle.com/technology/pub/articles/cioroianu-ajax-data.html - Jun, 2006 - Object-Oriented JavaScript by Greg Brown - [Clicks: 47]
Greg Brown explains how to use basic object-oriented techniques to build more robust AJAX applications.
http://www.xml.com/pub/a/2006/06/07/object-oriented-javascript.html - Jun, 2006 - Considering Ajax, Part 2: Change your life with mashups by Chris Laffra - [Clicks: 19]
Continue your exploration of what Ajax developers need to keep in mind when they build applications, in this article by Chris Laffra. In addition to concrete advice and warnings, catch a vision of Ajax's future, where it powers user-directed mashups of content on personalized Web pages.
http://www-128.ibm.com/developerworks/library/wa-ajaxtop2/ - May, 2006 - Considering Ajax, Part 1: Cut through the hype by Chris Laffra - [Clicks: 23]
Lately, interest in Ajax (Asynchronous JavaScript and XML) is high. Various Ajax applications provide a more interactive and rich client experience than traditional Web pages. Using Ajax, you can deploy new and innovative aggregation and presentation techniques in an unprecedented fashion. Inspired by Alex Bosworth's list of Ajax mistakes, Chris Laffra has compiled a set of discussion points for every developer to consider before using Ajax techniques for a Web site that he outlines in this two-part series. Some points are potential problem areas; most highlight Ajax's great potential.
http://www-128.ibm.com/developerworks/web/library/wa-ajaxtop1/ - May, 2006 - Devise Web 2.0 applications with PHP and DHTML, Part 2: Use JavaScript to create HTML elements on the fly by Jack Herrington - [Clicks: 17]
Part 1 of this "Devise Web 2.0 applications with PHP and DHTML" series discusses how to build PHP applications with user interface elements like tabs, spinners, and pop-ups using JavaScript, Cascading Style Sheets (CSS), and HTML. Part 2 extends the lesson to include graphing techniques that use JavaScript to create new HTML elements on the fly.
http://www-128.ibm.com/developerworks/opensource/library/os-php-dhtml2/ - May, 2006 - An AJAX Caching Strategy by Bruce Perry - [Clicks: 18]
Bruce Perry returns with another AJAX hack; this time he shows us how to use HTTP caching to support an AJAX-enabled web client.
http://www.xml.com/pub/a/2006/05/03/an-ajax-caching-strategy-prototype.html - May, 2006 - Devise Web 2.0 applications with PHP and DHTML, Part 1: Cook up your own with these recipes by Jack Herrington - [Clicks: 9]
The buzzword of 2006 is Web 2.0. What that means is hotly debated, but it appears to refer to cool dynamic Web applications. Those Web applications -- often developed in PHP -- use dynamic HTML (DHTML) to create pages that move and change without having to go back to the server for a refresh. Author Jack Herrington explains how to get started in this "Devise Web 2.0 applications with PHP and DHTML" series.
http://www-128.ibm.com/developerworks/opensource/library/os-php-dhtml1/ - May, 2006 - Rich Ajax slide shows with DHTML and XML by Jack Herrington - [Clicks: 32]
Learn to create an Asynchronous JavaScript and XML (Ajax) client-side slide show that's animated using "Ken Burns Effects." Here, you discover how to build XML data sources for Ajax, request XML data from the client, and then dynamically create and animate HTML elements with that XML.
[Includes sample code]
http://www-128.ibm.com/developerworks/xml/library/x-ajaxslideshow/ - Apr, 2006 - Raising the Team Collaboration Bar with AJAX and JSF by Godfrey Hobbs - [Clicks: 89]
Are you eager to start AJAX-based Web development? Are you unsure whether your team can handle the increased complexity and the shift in focus to the front end? JavaServer Faces may be what your team needs to enter the age of AJAX.
http://www.developer.com/java/ent/article.php/3598846 - Apr, 2006 - A Hype-Free Introduction to AJAX by Chris Schalk - [Clicks: 37]
You've probably heard all the AJAX hype by now, as well as seen the many products that claim AJAX support or "compliance." However, you probably haven't seen a good, simple technical explanation of what AJAX really "is." In this article, you'll get an overview of the core fundamentals of what makes AJAX possible without all the usual product-pushing hype.
http://www.oracle.com/technology/pub/articles/schalk-ajax.html - Apr, 2006 - Mastering Ajax, Part 5: Manipulate the DOM by Brett McLaughlin - [Clicks: 28]
Last month Brett introduced the Document Object Model, whose elements work behind the scenes to define your Web pages. This month he dives even deeper into the DOM. Learn how to create, remove, and change the parts of a DOM tree, and take the next step toward updating your Web pages on the fly!
http://www-128.ibm.com/developerworks/java/library/wa-ajaxintro5/index.html - Apr, 2006 - Implementing Mutual Exclusion for AJAX by Bruce Wallace - [Clicks: 15]
With the increasingly popular AJAX paradigm, a browser page can make requests for server data in the background while the user interface continues to be active in the foreground (hence the "asynchronous" in AJAX). However, the problem exists that these two activities are typically accessing common JavaScript and DOM data structures simultaneously. The classic solutions to this concurrent programming problem are not supplied by JavaScript. This article describes the author's new adaptation of a proven mutual exclusion mechanism that works around the limitations of JavaScript.
http://www.onjava.com/pub/a/onjava/2006/04/05/ajax-mutual-exclusion.html - Apr, 2006 - Prototype: Easing AJAX's Pain by Bruce Perry - [Clicks: 19]
This article describes Prototype, an open source JavaScript library to create an object for an AJAX application. I explain how to use Prototype by describing an environmentally oriented web application that displays an annual atmospheric carbon dioxide (CO2) level. First, I will discuss Prototype's benefits and describe how to set up Prototype in your application. Second, I will delve into the nitty-gritty of how this application puts the library to good practical use.
http://www.xml.com/pub/a/2006/04/05/prototype-javascript-ajax.html - Apr, 2006 - Ajax Programming in BEA WebLogic Portal 8.1, Part 2 by John Margaglione - [Clicks: 143]
This, the final part of the series, provides a set of example portlets that build in complexity, starting with a few basic lookup portlets, moving on to an advanced example of fronting a database table with dynamic tables, and ending with a fun example of embedding pages dynamically within another page without using the object or iframe tags.
[Includes source code (Editor's Note: This article is about low-level Ajax details in WebLogic Portal 8.1. This is unrelated to the current beta of WebLogic Portal 9.2.)]
http://dev2dev.bea.com/pub/a/2006/03/ajax-portal-2.html - Apr, 2006 - Realtime Form Validation Using AJAX by Greg Murray - [Clicks: 42]
Using Asynchronous JavaScript and XML (AJAX) interactions, data can be validated in near real-time as the user enters information into an HTML form. This article, part of the Java BluePrints Solutions Catalog, shows how to use the power of Java and AJAX to create a simple and effective solution for form validation.
http://java.sun.com/developer/technicalArticles/J2EE/AJAX/RealtimeValidation/ - Apr, 2006 - Mastering Ajax, Part 4: Exploiting DOM for Web response by Brett McLaughlin - [Clicks: 41]
The great divide between programmers (who work with back-end applications) and Web programmers (who spend their time writing HTML, CSS, and JavaScript) is long standing. However, the Document Object Model (DOM) bridges the chasm and makes working with both XML on the back end and HTML on the front end possible and an effective tool. In this article, Brett McLaughlin introduces the Document Object Model, explains its use in Web pages, and starts to explore its usage from JavaScript.
http://www-128.ibm.com/developerworks/java/library/wa-ajaxintro4/index.html - Mar, 2006 - Mastering Ajax, Part 3: Advanced requests and responses in Ajax by Brett McLaughlin - [Clicks: 76]
For many Web developers, making simple requests and receiving simple responses is all they'll ever need, but for developers who want to master Ajax, a complete understanding of HTTP status codes, ready states, and the XMLHttpRequest object is required. In this article, Brett McLaughlin will show you the different status codes and demonstrate how browsers handle each and he will showcase the lesser-used HTTP requests that you can make with Ajax.
[Includes sample code]
http://www-128.ibm.com/developerworks/java/library/wa-ajaxintro3/index.html - Feb, 2006 - Ajax Programming in BEA WebLogic Portal, Part 1 by John Margaglione - [Clicks: 144]
John Margaglione explains the rationale for using Ajax programming methods within the BEA WebLogic Portal environment, and offers some best practices and advice to avoid the many pitfalls awaiting the new Ajax programmer.
http://dev2dev.bea.com/pub/a/2006/01/ajax-portal-1.html - Jan, 2006 - Developing Ajax Applications That Preserve Standard Browser Functionality by Mark Schiefelbein - [Clicks: 41]
Ajax applications are praised for their richness, interactivity, and responsiveness, which are achieved by loading data asynchronously using the XMLHttpRequest object instead of loading new pages. In this article, Mark Schiefelbein shows how to preserve standard browser history functionality while taking advantage of these Ajax features.
http://dev2dev.bea.com/pub/a/2006/01/ajax-back-button.html - Jan, 2006 - Optimizing the Client Side by John Calvin - [Clicks: 24]
This article discusses the role that Asynchronous JavaScript plus XML (AJAX) played in helping Iconix software developers build DrugMatrix. It covers the alternatives considered and why we decided on an AJAX-enabled Rich Internet Application (RIA). In the process, we will talk about lessons learned and where we believe our use of this technology will lead.
http://www.theserverside.com/articles/article.tss?l=OptimizingClientSide - Jan, 2006 - Mastering Ajax, Part 2: Make asynchronous requests with JavaScript and Ajax by Brett McLaughlin - [Clicks: 77]
Most Web applications use a request/response model that gets an entire HTML page from the server. The result is a back-and-forth that usually involves clicking a button, waiting for the server, clicking another button, and then waiting some more. With Ajax and the XMLHttpRequest object, you can use a request/response model that never leaves users waiting for a server to respond. In this article, Brett McLaughlin shows you how to create XMLHttpRequest instances in a cross-browser way, construct and send requests, and respond to the server.
http://www-128.ibm.com/developerworks/java/library/wa-ajaxintro2/index.html - Jan, 2006
- Ajax and REST Recipes: A Problem-Solution Approach
by Christian Gross - [Clicks: 24]
"Ajax and REST Recipes: A Problem-Solution Approach" will serve all of your Ajax needs, by providing adaptable solutions for common tasks you'll want to implement on web sites using the next generation of Ajax and REST techniques. As a JavaScript developer, your time is precious, so you'll want to solve problems that present themselves in your work as quickly as possible. You can pick up the code provided in this book, adapt it, or plug it straight into your own applications.
Apress, Paperback - Dec, 2006 - Prototype and Scriptaculous: Taking the Pain out of JavaScript by Chris Angus - [Clicks: 22]
This Short Cut demonstrates how to use Prototype for a wide range of tasks, including event handling, DOM processing, string and form process, and Ajax communications. It explores Scriptaculous' visual effects library, from pulsate to squish to fold and beyond. Need interface components? You'll find form autocompletion as well as drag and drop support.
[Short Cuts Series]
http://www.oreilly.com/catalog/javascriptproto/ - Nov, 2006 - Prototype Quick Reference by Scott Raymond - [Clicks: 12]
This short cut provides a complete quick reference to the Prototype JavaScript framework. Prototype is an open-source library that is particularly useful to developers of dynamic Ajax applications, and to other web developers who need to work with DOM elements. If you're a web developer building sophisticated, user-friendly applications, you should be using Prototype. This reference gives you everything you need to use Prototype to its fullest. This document covers Prototype 1.4. There will be a free upgrade to the Prototype 1.5 version of this document.
[Short Cuts Series]
http://www.oreilly.com/catalog/prototypeqr/ - Nov, 2006 - Practical Ajax Projects with Java Technology
by Frank Zammetti - [Clicks: 32]
If you’re a Java developer already versed in Ajax-style programming, and you want to take your knowledge to the next level, then this is the book for you. Practical Ajax Projects with Java Technology provides the ultimate learn-by-example experience, featuring seven complete example applications for you to learn from and then adapt for use in your own projects. During each application, the author will lead you through the planning, design, and implementation stages. The book begins with a few quick chapters to recap Ajax basics and build up a complete development environment, and then moves on to the applications. The seven applications are diverse: an auto-complete application, an Ajax game, a two-way chat application, a webmail client, an RSS aggregator, an online calendaring/scheduling system, and a Flickr-style photo gallery application. Technologies covered include Apache, Ant, Ajax Tags, Struts, Prototype, DWR, Dojo, and more. Overall, this book will save you countless hours of development time, and help further your Java Ajax knowledge!
Apress, Paperback - Jul, 2006 - Pro Ajax and Java
by Ryan Asleson, Nathaniel T. Schutta - [Clicks: 23]
As a Java developer, you want a guide that shows you how to add Ajax functionality to your web applications with a minimum of effort. Well look no further than Pro Ajax and Java. In this book, recognized Java experts and authors of the best-selling Apress title, Foundations of Ajax, will show you how. The authors begin by recapping Ajax basics. Then they unveil a comprehensive Java/Ajax toolkit. Tools include JSEclipse for code editing, Venkman for JavaScript debugging, and Dojo Compressor for code compression. They also explain Log4js (and other tools) for JavaScript logging, JsUnit (and others) for testing, and various libraries like AjaxTags, DWR, and Script.aculo.us for rapid code development. The last part of the book shows you how to build up a series of professional Java/Ajax applications. These will incorporate some of today’s most popular frameworks—Spring, JSF, Struts, and Tapestry—giving you all you need to incorporate Ajax into your everyday work and become an Ajax expert!
Apress, Paperback - Jul, 2006 - Ajax Patterns and Best Practices
by Christian Gross - [Clicks: 47]
Ajax is unique because it combines technologies to make traditional web pages interactive. Ajax Patterns and Best Practices enables you to quickly write applications that work properly. This book is not just about the technical, low-level details of the APIs, but about making things happen on both the client and server sides. This book addresses the server side with the REST protocol. REST and Ajax blend elegantly together, but REST can also be used alone, with just a computer-to-computer solution. Like Ajax, REST can be used with today's existing technologies. Millions of client computers are now Ajax-ready, and millions of servers are REST-ready. This is an ideal book whether or not you have already created an Ajax application. Because the book outlines various patterns and best practices, you can quickly check and verify that you’re building an efficient Ajax application.
Apress, Paperback - Feb, 2006
- Use Apache Geronimo and Ajax to build a directory, Part 2: Querying the LDAP server by Matthew Jording - [Clicks: 50]
Now that you've imported hypothetical personal information into the Lightweight Directory Access Protocol (LDAP) server in Part 1 of this series, you're ready to complete the configuration of Apache Geronimo's built-in Apache Directory LDAP server using the LDAP Tools for Eclipse. In this final installment, you'll query the LDAP server and update the Web page using Ajax. You'll also get familiar with some of the techniques to build LDAP-centric applications using the toolsets available in the Java platform and Ajax.
[Formats: html, pdf]
http://www-128.ibm.com/developerworks/edu/os-dw-os-ag-ldap2.html - Jun, 2006 - The Ajax transport method by Jack D Herrington - [Clicks: 9]
Discover three Ajax data transport mechanisms (XMLHttp, script tags, and frames or iframes) and their relative strengths and weaknesses. This tutorial provides code for both the server side and the client side and explains it in detail to provide the techniques you need to put efficient Ajax controls anywhere you need them.
[Formats: html, pdf]
http://www-128.ibm.com/developerworks/edu/x-dw-x-ajaxtrans-i.html - Jun, 2006 - Use Apache Geronimo and Ajax to build a directory, Part 1: Configuring Geronimo's LDAP server by Matthew Jording - [Clicks: 16]
Proficiency in working with Lightweight Directory Access Protocol (LDAP) is an important skill for developers creating enterprise applications for Apache Geronimo and IBM WebSphere application servers. In this two-part tutorial series, learn how to use the LDAP Tools for Eclipse to configure Geronimo's built-in Apache Directory LDAP server, ApacheDS. In this first installment, you'll import hypothetical personal information into the LDAP server while gearing up for Part 2, where you'll query the LDAP server and update the Web page using Ajax.
[Formats: html, pdf]
http://www-128.ibm.com/developerworks/opensource/edu/os-dw-os-ag-ldap1.html - May, 2006 - User annotations in Ajax by Greg Travis - [Clicks: 38]
The ability to add notes and comments to your Web site can be a powerful and attractive feature for users. This tutorial demonstrates how to implement an Asynchronous JavaScript and XML (AJAX)-based user annotation system in the form of yellow sticky notes that sit on top of regular Web page content. The only additional, required configuration is a back-end Perl script that stores the annotations.
[Formats: HTML, PDF]
http://www-128.ibm.com/developerworks/edu/wa-ajaxannot-i.html - Jan, 2006