Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
OSAF 샘플 코드 실행하기(스크린캐스팅)
Subscribe
OSAF

OSAF 샘플 코드 실행하기(스크린캐스팅)

  • 백기선

    백기선

    Read more posts by this author.

    백기선

백기선

28 Oct 2008 • 1 min read
http://blip.tv/play/gbkj1ps4i7wl

소스코드 다운로드

Subscribe to Whiteship

Get the latest posts delivered right to your inbox

Great! Check your inbox and click the link to confirm your subscription.
Please enter a valid email address!

More in OSAF

  • [DDD] User-Familly 구현

    22 Jun 2009 – 5 min read

  • 하이버네이트 사용시 Association Fake Object라는 기술을 사용해 보세요.

    19 Nov 2008 – 1 min read

  • 오랜만에 다시 본 애니프레임

    11 Nov 2008 – 9 min read

See all 24 posts →
effective java

EJ2E Item 7. finalizer 사용 자제하기

참조: Effective Java 2nd Edition Item 7. Avoid finalizers Finalizer는 예측 불가능하고, 위험하며, 별로 필요없다. 자바에서 자원 반납은 try-finally 블럭에서 처리하는게 보통. finalizer의 단점은 바로 실행한다는 보장이 없다는 것이다. 객체를 참조하는 모든 레퍼런스가 없어지는 시점과 실제 finalizer를 실행하는 사이의 텀이 불규칙적이다. 따라서 호출 시기를

  • 백기선
    백기선
백기선 29 Oct 2008 • 3 min read
effective java

EJ2E Item 6. 사용하지 않는 객체 레퍼런스를 제거하라

참조: Effective Java 2nd Edition Item 6. Eliminate obsolute object references C나 C++처럼 메모리 관리를 직접 하다가 GC를 사용하는 자바로 넘어오면 편해진거 같지만, 조심하지 않으면 메모리 부족 현상이 나타날 수 있다. public Object pop() {  if (size == 0)    throw new EmptyStackException(

  • 백기선
    백기선
백기선 28 Oct 2008 • 2 min read
Whiteship © 2021
Latest Posts Ghost
You've successfully subscribed to Whiteship!
Could not sign up! Invalid sign up link.

Subscribe to Whiteship

Stay up to date! Get all the latest & greatest posts delivered straight to your inbox

Great! Check your inbox and click the link to confirm your subscription.
Please enter a valid email address!