Woodstox : Configuring Woodstox For Low Memory Usage
Overview In certain cases, Woodstox may need to process large XML documents in low memory environment. In such a scenario, Woodstox can be configured to work optimally under low memory condition. In this article, we shall see how to configure woodstox for low memory usage. Create employee.xml as shown below. Create TestConfigurationForLowMemory class as shown … Read more