Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/Java Data Objects
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/Java_Data_Objects
http://dbpedia.org/ontology/abstract Java Data Objects (JDO) is a specificationJava Data Objects (JDO) is a specification of Java object persistence. One of its features is a transparency of the persistence services to the domain model. JDO persistent objects are ordinary Java programming language classes (POJOs); there is no requirement for them to implement certain interfaces or extend from special classes. JDO 1.0 was developed under the Java Community Process as JSR 12. JDO 2.0 was developed under JSR 243 and was released on May 10, 2006. JDO 2.1 was completed in Feb 2008, developed by the Apache JDO project. JDO 2.2 was released in October 2008. JDO 3.0 was released in April 2010. Object persistence is defined in the external XML metafiles, which may have vendor-specific extensions. JDO vendors provide developers with enhancers, which modify compiled Java class files so they can be transparently persisted. (Note that byte-code enhancement is not mandated by the JDO specification, although it is the commonly used mechanism for implementing the JDO specification's requirements.) Currently, JDO vendors offer several options for persistence, e.g. to RDBMS, to OODB, or to files. JDO enhanced classes are portable across different vendors' implementation. Once enhanced, a Java class can be used with any vendor's JDO product. JDO is integrated with Java EE in several ways. First of all, the vendor implementation may be provided as a JEE Connector. Secondly, JDO may work in the context of JEE transaction services.n the context of JEE transaction services. , JDO (Java Data Objects) é uma especificaçãJDO (Java Data Objects) é uma especificação da plataforma Java para persistência de objetos, existe também a JPA [Java_Persistence_API]. Uma das suas funcionalidades é o serviço de persistência para o . Ela disponibiliza uma interface bem definida que provê uma camada de abstração entre as aplicações e armazenadores de dados de vários tipos. Os objetos persistentes na especificação JDO são objetos de classes simples escritas em Java (POJOs); não existe necessidade de implementar certas interfaces ou estender classes especiais. A versão 1.0 da JDO foi desenvolvida através do Java Community Process como a JSR 12. A partir de 2004 iniciou-se o desenvolvimento da JDO 2.0 sob a JSR 243. desenvolvimento da JDO 2.0 sob a JSR 243. , Die Java Data Objects (JDO) sind eine offiDie Java Data Objects (JDO) sind eine offizielle Sun-Spezifikation für ein herstellerunabhängiges Framework zur persistenten Speicherung von Java-Objekten. In der JDO-Spezifikation wird eine einheitliche Schnittstelle für den Zugriff auf persistente Daten definiert. Die Art und Weise der physikalischen Speicherung ist nicht festgelegt. So können die Objektinformationen in Datenbanken (relational oder objektorientiert), Dateien oder weiteren Speichern abgelegt werden. Mit Hilfe von JDO kann der Programmierer Datenobjekte ohne Kenntnis der Speichermechanismen bearbeiten. Dadurch müssen sich Entwickler nicht mehr mit den Interna von Datenbanken auseinandersetzen, sie können sich auf die reine Applikationslogik konzentrieren.die reine Applikationslogik konzentrieren. , Java Data Objects (ou JDO) est un standardJava Data Objects (ou JDO) est un standard informatique basé sur Java permettant l'accès aux données de façon transparente et unifiée. Le standard est géré dans le cadre des JSR de Sun. La simplicité d'utilisation de JDO basée sur la manipulation de Plain Old Java Objects (POJO) a fait le succès de ce standard. Le développeur peut manipuler les objets sans se soucier de la persistance. Potentiellement, le standard permet l'accès à des sources de données de nature diverse. Trois grandes catégories d’implémentations existent : * les implémentations qui ne supportent que les bases de données relationnelles ; * les implémentations qui ne supportent que les bases de données orientées objet ; * les implémentations qui supportent des sources de données hétérogènes (SGBDR, SGBDO, XML, Mainframe) et également l'accès à des services (Web Services, Java messaging service (JMS), Java connector architecture (JCA), COBOL). Dans les cas des implémentations supportant des sources hétérogènes, l'un des bénéfices apportés est la flexibilité du système d'information. Il devient en effet possible de changer de source de donnée par simple paramétrage.e source de donnée par simple paramétrage. , Java Data Objects (JDO) とは、Javaオブジェクトの永続性にJava Data Objects (JDO) とは、Javaオブジェクトの永続性に関する仕様である。ドメインモデルの永続的サービスの透過性などもそれに含まれる。JDOの永続的オブジェクトは通常のJavaのクラスである。永続性を持たせるために特別なインタフェースを実装する必要もないし、特別なクラスから継承する必要もない。JDO 1.0はJava Community ProcessのJSR 12として2002年4月30日にリリースされた。JDO 2.0はJSR 243として開発され、2006年5月10日にリリースされた。JDO 2.0はJSR 243として開発され、2006年5月10日にリリースされた。
http://dbpedia.org/ontology/wikiPageExternalLink http://www.informit.com/store/product.aspx%3Fisbn=0131407317 + , http://www.apress.com/book/view/9781590590430 + , http://oreilly.com/catalog/9780596002763 + , http://db.apache.org/jdo/specifications.html + , http://www.jcp.org/en/jsr/detail%3Fid=12 + , http://db.apache.org/jdo/ + , http://www.jcp.org/en/jsr/detail%3Fid=243 + , http://www.jcp.org/en/jsr/detail%3Fid=220 + , http://www.jcp.org/en/jsr/detail%3Fid=317 +
http://dbpedia.org/ontology/wikiPageID 147249
http://dbpedia.org/ontology/wikiPageLength 6236
http://dbpedia.org/ontology/wikiPageRevisionID 1121584455
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/Apress + , http://dbpedia.org/resource/Relational_database + , http://dbpedia.org/resource/Java_%28programming_language%29 + , http://dbpedia.org/resource/Category:Java_APIs + , http://dbpedia.org/resource/XML + , http://dbpedia.org/resource/Prentice_Hall + , http://dbpedia.org/resource/Object_%28computer_science%29 + , http://dbpedia.org/resource/O%27Reilly_Media + , http://dbpedia.org/resource/Persistence_%28computer_science%29 + , http://dbpedia.org/resource/Java_platform + , http://dbpedia.org/resource/Category:Java_specification_requests + , http://dbpedia.org/resource/Java_Persistence_API + , http://dbpedia.org/resource/Enterprise_JavaBeans + , http://dbpedia.org/resource/Class_%28computer_science%29 + , http://dbpedia.org/resource/Java_transaction_service + , http://dbpedia.org/resource/Java_Community_Process + , http://dbpedia.org/resource/Entity_Bean + , http://dbpedia.org/resource/Object-relational_mapping + , http://dbpedia.org/resource/Category:Object-relational_mapping + , http://dbpedia.org/resource/DataNucleus + , http://dbpedia.org/resource/ObjectDB + , http://dbpedia.org/resource/Interface_%28Java%29 + , http://dbpedia.org/resource/Plain_old_Java_object + , http://dbpedia.org/resource/Domain_model + , http://dbpedia.org/resource/Object_database + , http://dbpedia.org/resource/Java_Platform%2C_Enterprise_Edition + , http://dbpedia.org/resource/Computer_file + , http://dbpedia.org/resource/Category:Java_enterprise_platform +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Authority_control + , http://dbpedia.org/resource/Template:Cite_book + , http://dbpedia.org/resource/Template:No_footnotes + , http://dbpedia.org/resource/Template:Clarify-span + , http://dbpedia.org/resource/Template:Short_description + , http://dbpedia.org/resource/Template:Refbegin + , http://dbpedia.org/resource/Template:Refend +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Java_specification_requests + , http://dbpedia.org/resource/Category:Java_APIs + , http://dbpedia.org/resource/Category:Java_enterprise_platform + , http://dbpedia.org/resource/Category:Object-relational_mapping +
http://purl.org/linguistics/gold/hypernym http://dbpedia.org/resource/Specification +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/Java_Data_Objects?oldid=1121584455&ns=0 +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/Java_Data_Objects +
owl:sameAs http://hu.dbpedia.org/resource/Java_Data_Objects + , https://global.dbpedia.org/id/3U8qm + , http://fa.dbpedia.org/resource/%D8%AF%D8%A7%D8%AF%D9%87_%D8%A7%D8%B4%DB%8C%D8%A7_%D8%AC%D8%A7%D9%88%D8%A7 + , http://d-nb.info/gnd/4737673-9 + , http://www.wikidata.org/entity/Q375343 + , http://fr.dbpedia.org/resource/Java_Data_Objects + , http://dbpedia.org/resource/Java_Data_Objects + , http://pt.dbpedia.org/resource/JDO + , http://yago-knowledge.org/resource/Java_Data_Objects + , http://de.dbpedia.org/resource/Java_Data_Objects + , http://rdf.freebase.com/ns/m.012tr1 + , http://ja.dbpedia.org/resource/Java_Data_Objects +
rdf:type http://dbpedia.org/class/yago/Message106598915 + , http://dbpedia.org/ontology/ProgrammingLanguage + , http://dbpedia.org/class/yago/Request106513366 + , http://dbpedia.org/class/yago/WikicatJavaSpecificationRequests + , http://dbpedia.org/class/yago/Communication100033020 + , http://dbpedia.org/class/yago/Abstraction100002137 +
rdfs:comment Java Data Objects (JDO) とは、Javaオブジェクトの永続性にJava Data Objects (JDO) とは、Javaオブジェクトの永続性に関する仕様である。ドメインモデルの永続的サービスの透過性などもそれに含まれる。JDOの永続的オブジェクトは通常のJavaのクラスである。永続性を持たせるために特別なインタフェースを実装する必要もないし、特別なクラスから継承する必要もない。JDO 1.0はJava Community ProcessのJSR 12として2002年4月30日にリリースされた。JDO 2.0はJSR 243として開発され、2006年5月10日にリリースされた。JDO 2.0はJSR 243として開発され、2006年5月10日にリリースされた。 , Die Java Data Objects (JDO) sind eine offiDie Java Data Objects (JDO) sind eine offizielle Sun-Spezifikation für ein herstellerunabhängiges Framework zur persistenten Speicherung von Java-Objekten. In der JDO-Spezifikation wird eine einheitliche Schnittstelle für den Zugriff auf persistente Daten definiert. Die Art und Weise der physikalischen Speicherung ist nicht festgelegt. So können die Objektinformationen in Datenbanken (relational oder objektorientiert), Dateien oder weiteren Speichern abgelegt werden.n oder weiteren Speichern abgelegt werden. , Java Data Objects (ou JDO) est un standardJava Data Objects (ou JDO) est un standard informatique basé sur Java permettant l'accès aux données de façon transparente et unifiée. Le standard est géré dans le cadre des JSR de Sun. La simplicité d'utilisation de JDO basée sur la manipulation de Plain Old Java Objects (POJO) a fait le succès de ce standard. Le développeur peut manipuler les objets sans se soucier de la persistance. Potentiellement, le standard permet l'accès à des sources de données de nature diverse. Trois grandes catégories d’implémentations existent :es catégories d’implémentations existent : , Java Data Objects (JDO) is a specificationJava Data Objects (JDO) is a specification of Java object persistence. One of its features is a transparency of the persistence services to the domain model. JDO persistent objects are ordinary Java programming language classes (POJOs); there is no requirement for them to implement certain interfaces or extend from special classes. JDO 1.0 was developed under the Java Community Process as JSR 12. JDO 2.0 was developed under JSR 243 and was released on May 10, 2006. JDO 2.1 was completed in Feb 2008, developed by the Apache JDO project. JDO 2.2 was released in October 2008. JDO 3.0 was released in April 2010. 2008. JDO 3.0 was released in April 2010. , JDO (Java Data Objects) é uma especificaçãJDO (Java Data Objects) é uma especificação da plataforma Java para persistência de objetos, existe também a JPA [Java_Persistence_API]. Uma das suas funcionalidades é o serviço de persistência para o . Ela disponibiliza uma interface bem definida que provê uma camada de abstração entre as aplicações e armazenadores de dados de vários tipos. Os objetos persistentes na especificação JDO são objetos de classes simples escritas em Java (POJOs); não existe necessidade de implementar certas interfaces ou estender classes especiais. A versão 1.0 da JDO foi desenvolvida através do Java Community Process como a JSR 12. A partir de 2004 iniciou-se o desenvolvimento da JDO 2.0 sob a JSR 243. desenvolvimento da JDO 2.0 sob a JSR 243.
rdfs:label Java Data Objects , JDO
hide properties that link here 
http://dbpedia.org/resource/JDO + http://dbpedia.org/ontology/wikiPageDisambiguates
http://dbpedia.org/resource/JSR_12 + , http://dbpedia.org/resource/JSR_243 + http://dbpedia.org/ontology/wikiPageRedirects
http://dbpedia.org/resource/SAP_NetWeaver_Application_Server + , http://dbpedia.org/resource/Google_Plugin_for_Eclipse + , http://dbpedia.org/resource/Versant_Object_Database + , http://dbpedia.org/resource/JDO + , http://dbpedia.org/resource/List_of_Java_APIs + , http://dbpedia.org/resource/List_of_Apache_Software_Foundation_projects + , http://dbpedia.org/resource/Apache_OpenJPA + , http://dbpedia.org/resource/Object-oriented_programming + , http://dbpedia.org/resource/ObjectDB + , http://dbpedia.org/resource/JFire + , http://dbpedia.org/resource/DataNucleus + , http://dbpedia.org/resource/Object_database + , http://dbpedia.org/resource/BIRT_Project + , http://dbpedia.org/resource/Jakarta_Persistence + , http://dbpedia.org/resource/List_of_object%E2%80%93relational_mapping_software + , http://dbpedia.org/resource/Object%E2%80%93relational_mapping + , http://dbpedia.org/resource/Java_Community_Process + , http://dbpedia.org/resource/Persistence_%28computer_science%29 + , http://dbpedia.org/resource/Spring_Framework + , http://dbpedia.org/resource/Apache_OJB + , http://dbpedia.org/resource/List_of_free_and_open-source_software_packages + , http://dbpedia.org/resource/Craig_L._Russell + , http://dbpedia.org/resource/Comparison_of_object_database_management_systems + , http://dbpedia.org/resource/Service_Data_Objects + , http://dbpedia.org/resource/Object_Data_Management_Group + , http://dbpedia.org/resource/Google_App_Engine + , http://dbpedia.org/resource/Jello_framework + , http://dbpedia.org/resource/JSR_12 + , http://dbpedia.org/resource/JSR_243 + , http://dbpedia.org/resource/Comparison_of_object%E2%80%93relational_mapping_software + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/Java_Data_Objects + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/Java_Data_Objects + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.