Open Mobile Application Framework

The Open Mobile Application Framework, or OMApp™ adds state and session management to user-defined applications, such as interactive SMS services, where the medium is inherently stateless.

Rather than use a custom scripting language, all applications within the framework are called via HTTP POST transmitting XML. This has the following advantages:

1. Applications can be implemented in any language.

2. Applications are hosted on any web server allowing distributed processing and full high-speed access to any resources behind the web server's firewall.

OMApp™ manages all session state aspects (such as variables) and abstracts any input/output and other blocking operations.