Deployment in Web Mode

During testing and in production, you will begin to interact with your application in web mode more often. This means accessing your application in a web environment, as it is ultimately intended to be deployed. Specifically, you will request your application from within a web browser by typing in a URL. The Web Toolkit server plug-in responds with a browser-ready JavaScript version of your application.

Web mode demonstrates what makes Web Toolkit unusual: when your application is launched in web mode, it runs completely as JavaScript and does not require any browser plug-ins or JVM.