| |
|
| Web application compression |
|
|
|
페이지 전송속도를 높이기 위한 방법 중 하나인 압축전송 방법입니다. 여러가지 방법이 많이 있지만 그 중 가장 간단하게 할 수 있는 방법으로 GzipFilter를 이용하는 방법을 알아보겠습니다.
사용방법은 간단합니다. ehcache-version.jar를 library에 추가해준 뒤 WEB-INF안에 있는 web.xml에 아래의 tag만 추가하면 됩니다.
<filter> <filter-name>gzipFilter</filter-name> <filter-class> net.sf.ehcache.constructs.web.filter.GzipFilter </filter-class> </filter> <filter-mapping> <filter-name>gzipFilter</filter-name> <url-pattern>*.jsp</url-pattern> </filter-mapping> <filter-mapping> <filter-name>gzipFilter</filter-name> <url-pattern>*.js</url-pattern> </filter-mapping> <filter-mapping> <filter-name>gzipFilter</filter-name> <url-pattern>*.css</url-pattern> </filter-mapping>
|
위의 예제 이외에도 html등의 다른 종류의 파일들도 압축 가능합니다. 하지만, swf파일을 테스트를 해본 결과 정상작동하지 않았습니다. |
|
Track this back : http://ultracap.tistory.com/trackback/49
|
|
|
|
| Google Web Browser Chrome |
|
|
|
구글에서 9월 3일 새벽에 Chrome download site를 열었네요..
아직 써보지는 않았지만 Active-X 등의 문제로 우리나라 site에 접근하기는 힘들 것 같군요..

다운로드 링크 : http://www.google.com/chrome |
|
Track this back : http://ultracap.tistory.com/trackback/48
|
Tracked from cheap databases 2009/12/01 07:52 x
제목 : cheap databases certainly
[...] Priests outside the group often were persecuted as the state tried to impose its will. Largely,decision "If we do, I'm confident that (the scientists at Genentech) can fix it." Largely,decision [...]...more |
|
|
|
|
|
Total : 40,548
Today : 2
Yesterday : 14
|
|
|
 |
 |
 |
|