PTC Arbortext Publishing Engine Programmer's Guide (PTC Arbortext Publishing Engine 程式設計師指南) > The Arbortext Publishing Engine Sub-Process
  
The Arbortext Publishing Engine Sub-Process
Implementing Arbortext PE 應用程式s
An Arbortext PE 應用程式 is custom code that runs in an Arbortext PE 子流程. An application is invoked by the Arbortext PE Request Manager in response to an HTTP request that specifies a class or function name. The purpose of the application is to process the request, generate an appropriate HTTP response, and return the response to the Arbortext PE Request Manager for transmission to the requesting client.
An Arbortext PE 應用程式 can use any of the AOM interfaces and ACL functions within an Arbortext PE 子流程 to manipulate documents. Because Arbortext PE 子流程 run in batch mode, you can only use interfaces or functions that are not related to the graphical user interface.