Program guide > (deprecated) Partitioning facility > Partitioning facility programming > HTTP partitions > HTTP programming interfaces
Deprecated feature: The partitioning facility (WPF) feature is deprecated. You can configure partitioning with WebSphere eXtreme Scale.
The HttpPartitionManager
The cornerstone of the HTTP partitioning facility API is the HttpPartitionManager that can be accessed from both servlet and Enterprise JavaBeans™ (EJB) environments in this fashion:
HttpPartitionManager httpPartitionManager = HttpPartitionManager.instance;This interfaces provides all the basic methods used by servlets and EJBs to interact with the HTTP Partitioning function.
Parent topic:
HTTP programming interfaces
Related concepts