Example: MovieBooking

This tutorial shows you how to create a GUI for an application with the eSWT API and explore some common eSWT features. Alternatively, you can download the example files and run them immediately with your S60 3.2 Java SDK.

Note: This tutorial only covers code that illustrates the usage of the eSWT API. Code related to the application logic of the example are not extensively documented.

This tutorial shows you how to:

The example application, MovieBooking, serves as the front-end of a movie theatre ticket booking system. Since the application is only intended to serve as an example, some of the code has been implemented to mimic real deployment environments. For example, while the back-end would typically be located on a remote server and connections would be formed using Web Services, here the example uses a simulated local database.

The example application allows you to: