jdo

jdo

 英

  • 网络爪哇数据对象(Java Data Objects);北茹阿泽鲁机场;一个不成熟的产品

例句

JDO's pure object-oriented approach and simplicity-by-design lend it a faster ramp-up time than the other two persistence technologies.

JDO面向对象方法设计简单使掌握适应其它持久性技术

Initially released in December 1999, Castor JDO was one of the first open source data binding frameworks available.

CastorJDO最早发布1999年12月,第一可用开放源码数据绑定框架之一

This is where you can start to see how JDO allows you to handle persistence in an object-oriented fashion.

这里开始可以看到JDO如何允许面向对象方式处理持久性

Like other specifications within the Java family, JDO eliminates the risk of becoming locked into a particular vendor.

Java家族其他规范相似JDO消除锁定特定供应商危险

It also includes a jdoconfig. xml file, so once you annotate the Contact class, you'll be ready to start using JDO.

包含一个jdoconfig.xml文件因此一旦Contact进行注释已经准备好开始使用JDO

The JDO and JPA interfaces present some leaky abstractions due to the fact that BigTable is not a relational database.

由于BigTable不是一个关系数据库JDOJPA接口出现一些抽象泄漏

With a simple triathlon JDO POJO defined and a PersistenceMgr object handy, I'm good to go.

利用定义简单triathlonJDOPOJO方便PersistenceMgr对象已经起点

Even through the JDO specification is just beginning its evolution, it has already filled a void within the Java community.

尽管JDO规范发展刚刚起步已经填补Java社区一个空白

You ll see a stronger standard, and the better JDO vendors will be able to participate in those markets.

看到一个强大标准而且JDO供应商能够那些市场占有一席之地

Since JDO is still a rather new technology (the youngest of J2EE's persistence solutions), we'll start with an overview of how it works.

由于JDO仍是一种相当技术最新J2EE持久性解决方案),所以我们首先概述工作原理

At present, none of the major relational database management systems (RDBMS) vendors support JDO.

目前没有任何主要关系数据库管理系统RDBMS供应商支持JDO

JDO facilitates rapid development with an open standard and can be used in nearly any Java environment.

JDO基于开放标准快速开发提供便利几乎用于任何Java环境

Castor comes with some JDO examples that present a data model and an object model surrounding the notion of a product.

Castor附带一些JDO示例它们围绕某个产品概念数据模型对象模型

JDO programmers are able to operate entirely within an object-oriented paradigm.

JDO程序员完全面向对象范例操作

Castor JDO is just one of many data-binding solutions available in the open source world today.

CastorJDO只不过当今开放源码世界许多可用数据绑定解决方案一种

For the past three years or so, the best technical persistence frameworks have come from the JDO community.

过去左右时间最好技术持久性框架来自JDO社区

I'll use a simple HTML page, a Groovlet, and a JDO-enhanced Java class to persist an event (in this case, a triathlon).

使用一个简单HTTP页面一个Groovlet以及一个增强了JDOJava持久事件triathlon)。

All of this leaves JDO developers and architects with few proven design patterns or case studies to guide their JDO development efforts.

所有这些现状使JDO开发人员架构设计师几乎没有已经实践证明设计模式案例研究指导他们JDO开发工作

When writing a class that will be persisted by JDO, the type of the class's datamembers is of significant consideration.

编写一个将来JDO持久存储数据成员类型重要

This introductory article should be enough to get you started with the JPOX implementation of JDO 2. 0.

介绍性文章应该足以JDO2.0JPOX实现

So, although JDO objects can easily be declared as transactional, they must still be accessed using non-transactional components.

因此尽管很容易JDO对象声明事务性必须使用事务性组件访问它们

J2EE architects and developers must weigh the lack of patterns, best practices, and case studies against the inherent simplicity of JDO.

相对JDO固有简单性,J2EE架构设计师开发人员必须权衡缺乏模式最佳实践案例研究产生影响

Since more of what otherwise would be application code is handled transparently by the JDO libraries, it can reduce bugs and time to market.

由于更多应用程序代码变为通过JDO透明地处理因此可以减少bug同时加快发布时间

While these numbers don't suggest that JDO is a bad technology, they do suggest it's still on the cutting edge.

尽管这些数据并不表示JDO一种差劲技术它们确实表明处于前沿

You can set up relationships in JPA and JDO, but they can only be used for persisting relationships.

可以JPAJDO设置关系它们只能用来持久关系

First, we will focus on the steps required to enhance a standard Java class (POJO) to become capable of JDO persistence.

首先我们关注一个标准JavaPOJO转化支持JDO持久性所需要步骤

JDO does not require the application to provide any explicit mappings.

JDO并不需要程序提供任何显式映射

Most EJB CMP CMR solutions use code generation to implement persistence code, while JDO uses bytecode decoration.

大多数EJBCMPCMR解决方案使用代码生成实现持久性代码JDO使用字节修饰

Essentially, PersistenceManager is the main interface to the JDO persistence system.

基本上PersistenceManagerJDO持久性系统接口

JDO intercepts updates to persisted objects and automatically persists any changes in state.

JDO拦截持久存储对象更新自动持久存储状态任何更改

What JDO lacks in best practices it makes up for in simplicity.

对于最佳实践方面不足JDO简单性弥补

You ll find that many of these steps are applicable to other JDO implementations.

发现许多步骤适用于其他JDO实现

JDO doesn't just persist Java objects; it transparently handles the persistence of the entire relevant object graph.

JDO不仅仅使Java对象持久透明处理整个相关对象持久性

JDO reduces release cycles and increases software quality for persistence code.

JDO可以缩短发布周期提高持久性代码软件质量

This becomes abundantly clear when studying the documentation of relationships in JDO, which is sparse and contains incomplete examples.

学习JDO关系文档很少而且包含一些不完整示例这点变得显而易见

JDO also provides transparent persistence on arbitrary data stores.

JDO任意数据存储提供透明持久性

On Sourceforge has all the information you ll need to get started using this JDO implementation.

提供开始使用JDO实现需要全部信息

JDO has also adopted much of the high-level architecture used by JDBC.

JDO采用很多JDBC使用高级体系结构

They must be combined with other technologies, such as entity beans, JDBC, or JDO, to create a mechanism for persistent data management.

它们必须其它技术实体beanJDBCJDO相结合创建一种持久数据管理机制

The JDO examples provide a one-to-one representation of tables to objects.

JDO示例提供对象一对一表示

热门查询