Object-Relational Mapping The Fake》的相关内容

The Object-Relation-Kin Model

The Object-Relation-Kin Model Toward Relational Analysis and Design in General Object Oriented Languages Abstract: The relational model is in use by many database systems. Object oriented technology ...
by 歆渊 2007-04-03 浏览 (1782) 回复 (0) 关键字:

TOB - An ORM Replacement Unleashes Real Power Of Java OO Per

Useful Links: * See http://tob.ableverse.org/benchmarks.html to get shock by extreme database performance! * See http://www.webofweb.net ( CDDL source code at http://wow.dev.java.net ) for TOB in ac ...
by 歆渊 2006-11-23 浏览 (10224) 回复 (52) 关键字: tob

一个很好的关于J2EE的interview, 有些观点很好

http://www.theserverside.com/events/index.jsp?News10_28_03 When should developers choose to use distributed architectures? When they can抰 avoid it. I think that a lot of J2EE developers are far too ...
by yyanghhong 2003-10-31 浏览 (2663) 回复 (1) 关键字:

关系数据库性能问题

关系数据库性能问题 一、任务描述 工作中的一个数据批量任务,涉及到4张基本表和4张业务数据表。 基本表 (Basic Table) 数据量不大,每个表最多几百条记录;业务表 (Transaction Table) 数据量较大,每个表有几十万条记录。 以前的版本使用OO(O/R ?)方式, (1) SQL查询数据库选出一个业务表的数据,每条记录映射为一个Object。 (2) 循环每个Obj ...
by buaawhl 2005-01-21 浏览 (11254) 回复 (12) 关键字:

The Object-Relation-Kin Model

The Object-Relation-Kin Model Toward Relational Analysis and Design in General Object Oriented Languages Abstract: The relational model is in use by many database systems. Object oriented technology ...
by 歆渊 2007-04-03 浏览 (1645) 回复 (0) 关键字:

JavaPersistenceWithHibernate读书笔记(6)--持久层与另外可用替代方案

1.3 Persistence layers and alternatives   In a medium- or large-sized application, it usually makes sense to organize classes by concern(这个by concern写的不错呀!). Persistence is one concern; othe ...
by rmn190 2008-04-06 浏览 (244) 回复 (0) 关键字: persistence layers and alternatives

JDBC tutorial from SUN(一)

JDBC(TM) Database Access: Table of Contents 1.JDBC Introduction The JDBC API is a Java API that can access any kind of tabular data, especially data stored in a Relational Database. (“任何表单数据,特别是关系型 ...
by 桔红糕 2008-05-08 浏览 (101) 回复 (1) 关键字:

JavaPersistenceWithHibernate读书笔记(5)

1.2.5 The problem of data navigation(数据navigation问题)    在Java里与relational database里数据navigation有很根本的不同.在Java世界里,当我们要想访问一个User里的billing information时,我们可以通过下面的方式就可以了:    &n ...
by rmn190 2008-04-06 浏览 (341) 回复 (0) 关键字: data navigation

Flex With Spring [转]

来源: http://coenraets.org/flex-spring What is Spring?Spring is one of the most popular Java frameworks. The foundation ofthe Spring framework is a lightweight component container thatimplements ...
by mikel 2007-11-23 浏览 (985) 回复 (1)

Enjoying Web Development with Tapestry出4.1版本的,推荐下载

地址:http://www.agileskills2.org/EWDT/ Tapestry book: Enjoying Web Development with TapestryFront cover (Covering Tapestry 4.1) How to create AJAX web-based application easily? If you'd like to create ...
by tapestry 2006-12-31 浏览 (1077) 回复 (5)

(共享)Enjoying Web Development with Tapestry三个版本(免费前四章)

网站:http://www.agileskills2.org/EWDT/ 介绍: How to create AJAX web-based application easily? If you'd like to create AJAX web-based applications easily, then this book is for you. More importantly, it s ...
by tapestry 2007-02-02 浏览 (886) 回复 (0)

The Problem with Programming

转自: http://www.techreview.com/InfoTech/17831/page1/ Bjarne Stroustrup, the inventor of the C++ programming language, defends his legacy and examines what's wrong with most software code. 引用 In the 1 ...
by qiezi 2006-12-06 浏览 (1042) 回复 (2)

china-pub上的新书:Groovy入门经典

Groovy入门经典这本书的英文名字是 Groovy Programming: An Introduction for Java Developers ,不知道写得如何,有没有人看过啊
by ahuaxuan 2007-11-12 浏览 (413) 回复 (3)

Ruby,Python不能威胁到Java的13个理由

  最近,danielstoner发表了一篇题为13 reasons why Ruby, Python and the gang will push Java to die… of old age的文章。文中作者的观点是:目前这些XX语言都不足以威胁到Java,Java真正的危险不是来自外部,而是其本身。作者通过列举一些数据并进行分析得到了13个理由来支持自己的结论。   首先,作者从TIOBE上 ...
by Eastsun 2008-05-29 浏览 (4917) 回复 (20) 关键字: ruby python scala groovy java引用 编辑 收藏

Uncle Bob新书Clean Code

Robert C. Martin最近的新书《Clean Code》即将由Prentice Hall出版社出版。 目录如下: Clean Code 1 There Will Be Code 1 Bad Code 2 The Total Cost of Owning a Mess. 3 Schools of Thought. 11 ...
by samuelray 2008-04-08 浏览 (398) 回复 (1) 关键字: clean code

NetBeans6.5 M1 众多期待的特性一览表!

NetBeans6.5 M1 众多期待的特性一览表! Netbeans 6.5 M1 已经发布,最新版本的NetBeans 增强了许多功能,同时也引入了许多值得期待的新特性. 其中我比较喜欢的是DataBase 的改进,Eclipse 项目导入变得比以前更方便了,可以正确的区分Web项目 和普通项目,还有Spring   Hibernate 增强. GUI 中新增了JD ...
by gml520 2008-06-25 浏览 (3744) 回复 (16) 关键字: netbeans 6.5 m1

推荐知识库条目

Comming soon