오라클 사이트에서 일부 인용.
The Java Data Objects (JDO) API is a standard interface-based Java model abstraction of persistence, developed under the auspices of the Java Community Process. The original JDO 1.0 is Java Specification Request 12 ( JSR 12), and the current JDO 2.0 is Java Specification Request 243 (JSR 243). Beginning with JDO 2.0, the development of the API and the Technology Compatibility Kit (TCK) takes place within the Apache JDO open-source project.
현재 버전은 3.0 이다.
RDB에서 부터 noSql, file storage등 범용적인 데이터 입출력을 감싸는 스펙인 듯 하다.
구현체중 datanucleus 를 살펴보고 있다.
RDBMS, XML, LDAP, MongoDB, HBase..... 등 다양한 connectivity를 제공한다.
ref:
http://db.apache.org/jdo/
http://www.oracle.com/technetwork/java/index-jsp-135919.html
http://www.jcp.org/en/jsr/detail?id=243
http://www.datanucleus.org/
'program language > java' 카테고리의 다른 글
log4j 설정 (1) | 2012.04.09 |
---|---|
junit4 정리 (0) | 2012.04.04 |
JAX-RS: Java API for RESTful Web Services (0) | 2012.03.26 |
JSR(Java Specification Requests),JCP(Java Community Process) (1) | 2012.03.06 |
anotation (0) | 2011.09.21 |