Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- unmodifiableList
- singleton
- Reference
- chunked
- cookie
- Proxy
- http/1.1
- reflection
- Session
- Keep-Alive
- getRequestURI
- InvocationHandler
- object
- http
- Java
- Content-Length
- Transfer-Encoding
- urlclassloader
- toString
- clone
Archives
- Today
- Total
목록2009/08/21 (1)
pungjoo
작성중 - Proxy ( java.lang.reflect.Proxy )
0. 들어 가면서. 흔히들 유연성을 갖기 위해서 요즘은 interface를 작성하고 해당 interface를 implement한 본연의 class를 작성을 많이 합니다. 어쩌구 저저구 - 작성중... 1. 준비 운동 다음과 같은 Foo interface가 있을 경우 개발을 할 당시 초기화를 어떻게 할까? package info.yeonwoo.edu.proxy; public interface Foo { public void setName( String name ); public String getName(); public void setAddress( String address); public String getAddress(); } 일반적으로 다음과 같이 Foo interface를 상속해 class를 생..
JAVA
2009. 8. 21. 17:10