Sw4   >   Web   >   Web
This section covers various web/internet topics relating to StudioWorks. The StudioWorks framework is not advertised as being web savvy. However various StudioWorks developers are creating StudioWorks applications which can be accessed using a web browser.
The Web App Server version of Omnis Studio makes it possible for your Omnis Studio application to receive HTTP requests from web browsers and respond to those requests.
There are two options for interacting with the client web browser:
Developing web applications using the remote forms has some drawbacks:
It is recommended that you first write your application as a StudioWorks non-web app. StudioWorks app development is easiest to in the normal non-web environment. Once you have the non-web application built and working, you can then write the additional bits to make the application web app capable.
The swWeb4 library contains classes which can be used for generating an StudioWorks web app.
The classes contained in the ServerMonitor folder are for monitoring Omnis web app server activity. If the startupsettings.txt file sets the appmode to web, the mWebMonitor menu is installed and the wWebMonitor window is opened by the oStartupTaskDefaultMethods object.