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

static

A collection of 2 posts
Commons Loggin

Logging/StaticLog

참조 : http://wiki.apache.org/jakarta-commons/Logging/StaticLog 로깅을 보통 두 가지 방법 중 하나를 사용할 것이다. public class Foo { private Log log = LogFactory.getLog(Foo.class); …. }그리고 public class Foo { private static Log log = LogFactory.getLog(Foo.class); …. }static 키워드를 사용하는 것이 특정 상황에서는 이익이 될 수도 있지만, 그렇지
May 9, 2008 — 7 min read
static

객체지향의 구멍 static

DAUM DNA 개발자네트워크 beta [http://dna.daum.net/]의 기술자료 [http://dna.daum.net/technote] 게시판에 Java와 관련된 글 세개가 올라왔습니다. * 쾌속 웹서비스 개발 Spring & XFire [http://dna.daum.net/technote/java/WebServicesUsingSpringXFire] – 김영희(CDO본부 검색서비스 개발팀) * 개발자가 놓치기 쉬운 자바의 기본원리 [http://dna.daum.net/technote/java/PrincipleOfJavaInternalForDeveloperEasyToLost] – 전성호(
Nov 4, 2006 — 4 min read
Whiteship © 2022
Powered by Ghost