Developing HTML-based Apollo applications
Back to: Apollo Documentation home page
You can leverage your skills and experience in developing web applications using HTML, JavaScript, and Ajax frameworks to build Apollo applications. The following topics describe how to create HTML-based Apollo applications.
Getting Started
You'll need to install the Apollo runtime and the Apollo SDK, which provides the command-line tools you need to run and package your applications. See the following topics:
- Installing the Apollo runtime and sample applications
- Set up instructions for HTML developers
- Apollo basics
Developing HTML-based Apollo applications
For information about developing HTML-based Apollo applications, see the following topics:
- Create your first HTML-based Apollo application
- About HTML-based applications
- Debugging an Apollo application using the Apollo Debug Launcher (ADL)
- Packaging an Apollo application using the Apollo Developer Tool (ADT)
You'll also find HTML and ActionScript code examples in the topics contained in the "Common development tasks" section of this guide. These topics explain features of the Apollo API for both Flex and HTML-based Apollo developers.
Quick start for HTML-based Apollo developers
The following topic gets you quickly into developing an HTML-based Apollo application:
Building a Text File Editor in HTML
Back to: Apollo Documentation home page