PJL Compressing Filter
Description
A J2EE servlet filter which compresses data written to the response. It supports several algorithms (gzip, deflate, etc.) and emphasizes minimal memory usage and high throughput. Also provides detailed performance stats.
Feel free to fork pjl-comp-filter on Github: https://github.com/nbartels/pjl-comp-filter
Categories
License
Update Notifications
User Ratings
User Reviews
-
Thanks for updates ;)
-
O melhor programa para compartilhamento
-
deseo bajar pjl-comp-filter gratis
-
Works as it should; So far, I haven't found any bugs (opposed to the GZip filter from the JSP book which is practically useless). Thanks for it! Any plans to add caching? So that the zip alg. wouldn't have to run every time.