TIL_221227

bestKimEver·2022년 12월 27일
0

TIL

목록 보기
1/5
  • JNDI(Java Naming & Directory Interface)

    • 목적 [^What is the purpose of JNDI]

      It's used to separate the concerns of the application developer and the application deployer. When you're writing an application which relies on a database, you shouldn't need to worry about the user name or password for connecting to that database. JNDI allows the developer to give a name to a database, and rely on the deployer to map that name to an actual instance of the database.

    • 의외로 진디-라고 읽는 사람은 많이 없고, J-N-D-I로 발음하는 것이 보편적인 것 같다.

  • 개발자 유형에 대한 재미있는 글을 읽었다

    • 글을 읽는 사람의 순발력을 시험하기 위함에서인지, 매우 고통스러운 배경색을 사용하고 있다. F12 개발자 도구 콘솔에 다음 코드를 입력해 고통에서 벗어나자!
      document.getElementsByClassName("dj").item(0).style.backgroundColor = "white";
    • 나의 developotype은 techy에 가까우나 GID을 지향하고 있다. 그렇지 않으면 나에게 재미있는 일만 하다 프로젝트를 말아먹기 좋다...

[^What is the purpose of JNDI]: Nickerson, S. (2009, August 29). What is the purpose of JNDI. Retrieved December 27, 2022, from https://stackoverflow.com/questions/1350816/what-is-the-purpose-of-jndi

profile
이제 3년차 개발새발자. 제가 보려고 정리해놓는 글이기 때문에 다소 미흡한 내용이 많습니다.

0개의 댓글