Arbotext Publishing Engine Programmer's Guide (《Arbortext Publishing Engine 程序员指南》) > Arbortext Publishing Engine and its Components > Technical Overview of Arbortext Publishing Engine > Arbortext Publishing Engine Applications
  
Arbortext Publishing Engine Applications
An Arbortext PE 应用程序 is a program written in Arbortext Command Language (ACL), Java, JavaScript, or VBScript that runs in an Arbortext PE 子进程. The Arbortext PE Request Manager invokes an Arbortext PE 子进程 to run an Arbortext PE 应用程序 when it receives a request with HTTP query parameters specifying the application language and a function or class name. The Arbortext PE Request Manager passes the entire HTTP request to the Arbortext PE 应用程序. The application is responsible for constructing a complete HTTP response and returning the response to the Arbortext PE Request Manager which returns it to the HTTP client.