About: EclipseLink

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

EclipseLink is the open source Eclipse Persistence Services Project from the Eclipse Foundation. The software provides an extensible framework that allows Java developers to interact with various data services, including databases, web services, Object XML mapping (OXM), and enterprise information systems (EIS). EclipseLink supports a number of persistence standards including: * Jakarta Persistence (JPA) * Jakarta XML Binding (JAXB) * Jakarta Connectors (JCA) * Service Data Objects (SDO) The TopLink Mapping Workbench user interface has also been contributed to the project.

Property Value
dbo:abstract
  • EclipseLink ist ein Open-Source-Persistenz- und ORM-Framework der Eclipse Foundation. EclipseLink ermöglicht die Interaktion mit verschiedenen Datensystemen, Datenbanken, Web-Diensten, Object XML Mappings (OXM) und Enterprise Information Systemen (EIS). EclipseLink unterstützt eine Reihe von Standards wie: * Jakarta Persistence API (JPA) * Java Architecture for XML Binding (JAXB) * Java EE Connector Architecture (JCA) * Service Data Objects (SDO) * OSGi EclipseLink ist die Referenzimplementierung für die Jakarta Persistence API (JPA) 2.0. (de)
  • EclipseLink is the open source Eclipse Persistence Services Project from the Eclipse Foundation. The software provides an extensible framework that allows Java developers to interact with various data services, including databases, web services, Object XML mapping (OXM), and enterprise information systems (EIS). EclipseLink supports a number of persistence standards including: * Jakarta Persistence (JPA) * Jakarta XML Binding (JAXB) * Jakarta Connectors (JCA) * Service Data Objects (SDO) EclipseLink is based on the TopLink product from which Oracle contributed the source code to create the EclipseLink project. The original contribution was from TopLink's 11g code base, and the entire code-base/feature set was contributed, with only EJB 2 Container-Managed Persistence (CMP) and some minor Oracle Application Server specific integration removed. This differs from the TopLink Essentials GlassFish contribution, which did not include some key enterprise features. The package names were changed and some of the code and configuration was moved around. The TopLink Mapping Workbench user interface has also been contributed to the project. EclipseLink is the intended path forward for persistence for Oracle and TopLink. It is intended that the next major release of Oracle TopLink will include EclipseLink as well as the next major release of Oracle Application Server. EclipseLink supports usage in an OSGi environment. Sun Microsystems has selected the EclipseLink project to be the reference implementation for JPA 2.0., Oracle did the same for JPA 2.1 and later JPA specifications. (en)
  • EclipseLink est un framework open source de mapping objet-relationnel pour les développeurs Java. Il fournit une plateforme puissante et flexible permettant de stocker des objets Java dans une base de données relationnelle et/ou de les convertir en documents XML. EclipseLink est dérivé du projet TopLink de la société Oracle. Il supporte un certain nombre d'API relatives à la persistance des données et notamment la JPA. (fr)
  • EclipseLink — это свободный фреймворк для языка программирования Java, предназначенный для решения задач объектно-реляционного отображения ORM. Разрабатывается Фондом Eclipse (Eclipse Foundation). Позволяет работать с разными сервисами данных, включая базы данных, веб-сервисы, Object XML mapping (OXM), и корпоративные информационные службы. EclipseLink поддерживает следующие стандарты персистирования данных: * Java Persistence API (JPA) * Java API for XML Binding (JAXB) * Java Connector Architecture (JCA) * en:Service Data Objects (SDO). EclipseLink основан на исходных кодах другого проекта — en:TopLink, что стало возможным благодаря передаче исходных кодов фирмой Oracle. EclipseLink основан на кодовой базе TopLink 11g, и сохранены все основные возможности, кроме небольшого их числа, в основном связанных с EJB 2 CMP и некоторых специфических сервисов связанных с интеграцией и поддержкой сервера приложений Oracle AS. Также были изменены названия пакетов и вынесена часть кода и настроек конфигурации. EclipseLink является перспективным путём развития механизма персистирования данных. Предполагается что EclipseLink будет включён в следующую версию Oracle TopLink и Oracle AS. EclipseLink также имеет поддержку OSGi-окружения. Sun Microsystems выбрала EclipseLink в качестве эталонной реализации JPA 2.0. (ru)
dbo:computingPlatform
dbo:developer
dbo:genre
dbo:latestReleaseDate
  • 2021-07-16 (xsd:date)
dbo:latestReleaseVersion
  • 4.0.0
dbo:license
dbo:operatingSystem
dbo:programmingLanguage
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 13019379 (xsd:integer)
dbo:wikiPageLength
  • 3990 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1123177212 (xsd:integer)
dbo:wikiPageWikiLink
dbp:developer
dbp:genre
dbp:latestReleaseDate
  • 2021-07-16 (xsd:date)
dbp:latestReleaseVersion
  • 4 (xsd:integer)
dbp:license
  • Eclipse Distribution License v1.0 (en)
  • Eclipse Public License v1.0 (en)
dbp:name
  • EclipseLink (en)
dbp:operatingSystem
dbp:platform
dbp:programmingLanguage
dbp:wikiPageUsesTemplate
dbp:wordnet_type
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • EclipseLink ist ein Open-Source-Persistenz- und ORM-Framework der Eclipse Foundation. EclipseLink ermöglicht die Interaktion mit verschiedenen Datensystemen, Datenbanken, Web-Diensten, Object XML Mappings (OXM) und Enterprise Information Systemen (EIS). EclipseLink unterstützt eine Reihe von Standards wie: * Jakarta Persistence API (JPA) * Java Architecture for XML Binding (JAXB) * Java EE Connector Architecture (JCA) * Service Data Objects (SDO) * OSGi EclipseLink ist die Referenzimplementierung für die Jakarta Persistence API (JPA) 2.0. (de)
  • EclipseLink est un framework open source de mapping objet-relationnel pour les développeurs Java. Il fournit une plateforme puissante et flexible permettant de stocker des objets Java dans une base de données relationnelle et/ou de les convertir en documents XML. EclipseLink est dérivé du projet TopLink de la société Oracle. Il supporte un certain nombre d'API relatives à la persistance des données et notamment la JPA. (fr)
  • EclipseLink is the open source Eclipse Persistence Services Project from the Eclipse Foundation. The software provides an extensible framework that allows Java developers to interact with various data services, including databases, web services, Object XML mapping (OXM), and enterprise information systems (EIS). EclipseLink supports a number of persistence standards including: * Jakarta Persistence (JPA) * Jakarta XML Binding (JAXB) * Jakarta Connectors (JCA) * Service Data Objects (SDO) The TopLink Mapping Workbench user interface has also been contributed to the project. (en)
  • EclipseLink — это свободный фреймворк для языка программирования Java, предназначенный для решения задач объектно-реляционного отображения ORM. Разрабатывается Фондом Eclipse (Eclipse Foundation). Позволяет работать с разными сервисами данных, включая базы данных, веб-сервисы, Object XML mapping (OXM), и корпоративные информационные службы. EclipseLink поддерживает следующие стандарты персистирования данных: * Java Persistence API (JPA) * Java API for XML Binding (JAXB) * Java Connector Architecture (JCA) * en:Service Data Objects (SDO). EclipseLink также имеет поддержку OSGi-окружения. (ru)
rdfs:label
  • EclipseLink (en)
  • EclipseLink (de)
  • EclipseLink (fr)
  • EclipseLink (ru)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
foaf:name
  • EclipseLink (en)
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License