Whenever you create an executable procedure using the AppBuilder, you create a Web object. Sometimes you create Web objects that are mapped to HTML files, but this is not required to dynamically generate HTML pages. Either way, during development, you must move all of your WebSpeed procedure files (
.w,
.p, or
.i) into your application
PROPATH. This ensures that the agents can find and execute your WebSpeed procedures. If you precompile all of your procedures (creating
.r files), you can remove the source files when you actually deploy the application. For more information, see
CompilingWeb objects.