싱글톤 ..적용하기….안전하게
public class Context { private Context() { } private static class SingletonHolder { private static…
Read Morepublic class Context { private Context() { } private static class SingletonHolder { private static…
Read Moreprivate static String convertToHex(byte data) { StringBuffer buf = new StringBuffer(); for (int i =…
Read More관점지향 프로그램에 관한 글을 얻었습니다. 다소 오래 된 글인것 같기도 합니다. Aspect-Oriented Programming with AspectJ…
Read MoreSharing Resources Using the Servlet Context l Servlet Context 1. 모든 환경 정보를 가지고 있음…
Read Moreimport java.net.*; import java.io.*; class testobject implements Serializable { int value ; String id; public…
Read More아래 내용은 OKJSP에서 발췌를 하였습니다..소스코드내에는 몇가지 싱글톤 구현방법이 나옵니다. 그 각각이 의미하는바는 다음과 같습니다. 1)…
Read More###############################################################################Tomcat 6 설치 * 설치 위치 C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0 * 환경변수 추가…
Read More잘못된 자바 코딩에 관한글을 읽었습니다. 한글로 된 글이었는데, 원문을 찾아 보니 아래와 같은 글을 찾아볼…
Read More버전 6가 나온지도 좀 됐습니다.아직 사용을 하곤 있지 않지만 뭐가 바뀌었는지는 알아두면 좋을 것 같습니다.…
Read More1. 컨텍스트 초기화 파라미터(<context-param>) – <web-app>항목내에 작성 – 예) DD상에 작성방법 <web-app …> <context-param> <param-name>paraname</param-name>…
Read More