< Previous

 

Create a dynamic Web application with AJAX

This tutorial demonstrates how to expose a server-side method to an AJAX-enabled client application. You will use the WebSphere® Application Server Feature Pack for Web 2.0, RPC Adapter technology to expose a method in a Java™ class that returns a list of movie data. You will use the Dojo Toolkit, included in the WAS Feature Pack for Web 2.0, to create the Web page that will display the movie data.

 

Lessons learned

By completing this tutorial you learned about the following concepts and tasks:

 

Additional resources

For more information about the RPC Adapter capabilities, refer to the Learn more section in the WAS Feature Pack for Web 2.0 Web page.

For more information about the Dojo toolkit, refer to http://www.dojotoolkit.org/.

To learn about JavaScript Object Notation (JSON), refer to www.json.org.

< Previous