Publishing Engine Programmer's Guide > PTC Arbortext Publishing > Content Pipelines > Developing and Configuring Content Pipelines
  
Developing and Configuring Content Pipelines
Implementing New Filters
Basically, create a Java object that implements one or more of the seven standard SAX2 interfaces. Then compile your code and place it in a JAR file where the Arbortext PE sub-processes can find it. Custom JAR files are usually placed in the classes subdirectory of the PE_HOME\custom directory, (refer to Overview of Custom Programs and Scripts). Consult the Content Pipeline Guide for information on developing custom filters.