Contents | Index | Previous | Next

Chapter 0: Becoming a Tango application

Tango runtime, as a generic platform, will know nothing about our application until we advertise it to the Tango control application. This configuration issue will not be covered in this tutorial. Interested are referred to separate document, Tango Session Manager configuration manual.

What we have to realize here though is that, in case of JavaScript applications, the control application shall know the location of a web page with our application. This location will be used to start the application by opening a new browser window and loading its content from the given URL. Our task is, then, to create a Tango enabled HTML page.

In the following chapters, we assume Tango control application working and configured to know the location of our Web page. The scope of this teaching is confined to creation of HTML content for this very page.