Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe
Tagged

WebContentGenerator

A collection of 2 posts

HTTP

스프링 WebContentGenerator로 자바스크립트 캐싱하기

http://static.springsource.org/spring/docs/3.0.x/javadoc-api/org/springframework/web/servlet/support/WebContentGenerator.html 링크를 보면, WebContentGenerator가 해주는 일을 대략 알 수 있습니다. HTTP cache 헤더를 제어할 수 있는 옵션들을 제공해 줍니다. 여러가지 속성들에 따라 HTTP cache-control 헤더 내용이 달라지는데, 그 중 중요한 녀석으로 cacheSeconds가 있습니다. 이

  • 백기선
백기선 Jul 7, 2009 • 3 min read
AbstarctController

[파이어폭스 플러그인]Live HTTP headers

https://addons.mozilla.org/en-US/firefox/addon/3829 HTTP 헤더 정보를 보여주는 창을 띄울 수 있습니다. 도구 -> Live HTTP headers를 클릭하면 되죠. 그런 다음 파폭 아무 탭에서 URL을 날리면 Headers 탭에서 HTTP 헤더 정보를 보여줍니다. 전 이제 이것과 스프링의 AbstarctController와 WebContentGenerator를 보면서 HTTP 공부를 해야 하고, js 파일들을

  • 백기선
백기선 Jul 7, 2009 • 1 min read
Whiteship © 2022
Powered by Ghost