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.
'소프트웨어 > Java' 카테고리의 다른 글
javac로 컴파일해서 class파일 얻기 (0) | 2014.05.16 |
---|---|
[해결] javac, 우분투에서 openjava, java등을 깔았는데 javac가 되지 않을때 (0) | 2014.05.16 |
JavaTest harness (0) | 2014.04.16 |
java version "1.6.0_32" 설치할 때 하는 방법 (0) | 2014.04.16 |
TCK란? (간략히만) (0) | 2014.04.15 |