java.sun.com의 JDO

2003. 1. 15. 10:49
설명 :
The Java Data Objects (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request 12 under the auspices of the Java Community Process. Application programmers use JDO to directly store their Java domain model instances into the persistent store (database).

내용 :
Alternatives to JDO include direct file I/O, serialization, JDBC, and Enterprise Java Beans (EJB) Bean Managed Persistence (BMP) or Container Managed Persistence (CMP) Entity Beans. Benefits to application programmers when using JDO include:

- Portability: applications written with the JDO API can be run on multiple implementations without
    recompiling or changing source code.

- Database independence: applications written with the JDO API are independent of the underlying
   database.

- Ease of use: application programmers focus on their domain object model and leave the details
    of persistence (field-by-field storage of objects) to the JDO implementation.

- High performance: application programmers delegate the details of persistence to the JDO
    implementation, which can optimize data access patterns for optimal performance.

- Integration with EJB: applications can take advantage of EJB features such as remote message
    processing, automatic distributed transaction coordination, and security, using the same domain
    object models throughout the enterprise.




***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:43)
Posted by 아름프로
BLOG main image

카테고리

분류 전체보기 (539)
이야기방 (19)
토론/정보/사설 (16)
IBM Rational (9)
U-IT (0)
SOA/WS/ebXML (110)
개발방법론/모델링 (122)
J2SE (34)
J2EE (60)
DataBase (39)
Open Projects (30)
BP/표준화 (50)
Apache Projects (15)
Web/보안/OS (22)
Tools (7)
AJAX/WEB2.0 (1)
Linux/Unix (1)
영어 (0)
비공개방 (0)

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

달력

«   2024/05   »
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

글 보관함

Total :
Today : Yesterday :