Skip to main content

Ajax Globalization

Overview

The Ajax Globalization demonstration is a globalized fictional MVC Web application car store demonstration. The application is designed to demonstrate the integration of Ajax with traditional J2EE Web technology to construct a globalized end-to-end Ajax Web application that can switch between locales (including bidirectional languages such as Arabic) "on the fly". The demonstration makes use of the Dojo toolkit for the Ajax library on the client side, and WebSphere Application Server JSP and JSF technology on the server side. After dragging and dropping cars onto the shopping cart, select "Check Out" for an example of localized form input.

Ajax technologies to notice while viewing the Ajax Globalization demonstration:

  • There is no refreshing of the page.
  • You can drag images and drop them in the shopping cart without the page refreshing. You can also scroll to different areas of the page without the page refreshing. The scrolling is done by the Scrolling Carousel widget provided by Dojo Toolkit.
  • Dragging the cars onto the cart is a widget.
  • Fading is a Dojo effect.

Demo support