PTC Arbortext Publishing Engine Programmer's Guide (PTC Arbortext Publishing Engine 程式設計師指南) > The Arbortext Publishing Engine Sub-Process > Writing Arbortext PE 應用程式s in Java
  
Writing Arbortext PE 應用程式s in Java
An Arbortext Publishing Engine Java application is an object which implements the interface com.arbortext.e3.E3Application. It is loaded and invoked by the Arbortext PE 應用程式 Context (described in The Arbortext PE 子流程 Application Context).
The Arbortext PE Request Manager invokes a Java application when it receives a request with the f query parameter set to java and the class parameter specifying the full Java class name of the application. When it receives such a request, the Arbortext PE Request Manager, by way of the predefined Request Handler and Java request function, allocates an Arbortext PE 子流程 and passes the request to the Arbortext PE 應用程式 Context.