- Poor Man's HTTP Compression with ColdFusion
-
Saturday, 17th March 2007
Almost every web application will benefit from the compression of content. A compression filter optimises the size of the content that is sent from a webserver to a web browser via the Internet. Since generating content and serving pages via the World Wide Web is the core behind web applications, it is simple components that aid these processes that are incredibly useful. This is where servlet filters come into play.
Tags: Application Servers, Coldbeans, ColdFusion, compression, filter, HTML, HTTP, HTTP protocol, IIS, Server Side, servlet, web application, web applications, Web Browser, Web Servers, WEB-INF folder, WEB-INF/lib folder, web.xml, web.xml file, XML