CDC란???
TCK-CDC에서 CDC란 Connected Device Configuration의 약자로 연결된 상태를 TCK로 확인하는 것을 의미한다.
http://en.wikipedia.org/wiki/Connected_Device_Configuration
Java에서 배포한 CDC Runtime Guide에선 Goals에 이렇게 적혀있다.
It is difficult to describe CDC technology without reference to the Java SE platform because Java SE represents the core of Java technology. In fact, the principal goal of CDC is to adapt Java SE technology from desktop systems to connected devices. Most of CDC's modifications to Java SE APIs are based on identifying features that are either too large or inappropriate for CDC target devices and then either removing or making them optional.
Other related goals of CDC include the following:
- Broaden the number of target devices for Java application software.
- Take advantage of target device features while fitting within their resouce limitations.
- Provide a runtime implementation optimized for connected devices.
- Leverage Java SE developer tools, skills and technology.