TopLink

TopLink
Developer(s) Oracle Corporation
Stable release 11g Release 1 (11.1.1.4.0) / June 1, 2011
Development status Active
Written in Java
Operating system Cross-platform
Platform Java Virtual Machine
Type Object-relational mapping
License Oracle Licence
Website www.oracle.com/technetwork/middleware/toplink/overview/index.html

In computing, TopLink is an object-relational mapping (ORM) package for Java developers. It provides a framework for storing Java objects in a relational database or for converting Java objects to XML documents.

TopLink Essentials [1] is a reference implementation of the EJB 3.0 Java Persistence API (JPA) and a product of Oracle.

History

The Object People (that's the "Top" in the Name) originally developed TopLink in Smalltalk in the 1990s. In 1996-1998 a Java version of the product was created named "TopLink for Java". After the joint acquisition of The Object People in April 2000 by BEA Systems and WebGain, the TopLink product-line became the property of WebGain[2]

In 2002 Oracle Corporation acquired TopLink, which continues to be developed in the Oracle Fusion Middleware product.

In 2006, Oracle donated source code from the TopLink product and development resources to the open-source Sun Microsystems java.net GlassFish project. It became the Java EE EJB 3.0 JPA reference implementation.

In 2007, TopLink source code was donated to the Eclipse Foundation and the EclipseLink project was born.[3]

In March 2008 the Eclipse Foundation announced that Sun Microsystems had selected the EclipseLink project as the reference implementation for the JPA 2.0, JSR 317 standard. [4]

Features

As well as functioning as an object-relational mapping tool, TopLink has other features including:

Awards

See also

References

External links