Deploying Browser UIs

The XHMTL browser components you create must be accessible from Content Studio. For development purposes you can always use your own computer (as long as you have a web server running on it), as shown in the example in Creating Browser UIs. For production purposes, however, the recommended location is http://content-engine-domain/webservice-extensions. If, for example, you deploy your "Hello World" component to http://content-engine-domain/webservice-extensions/hello/index.html then you can access it from your Javascript extension code as follows:

browserui.uri = "/webservice-extensions/hello/index.html";