记录一些好的文章


J2EE Connector Architecture

Introduction to the J2EE Connector Architecture

Summary: IBM e-business Architect Willy Farrell provides a hands-on, step-by-step introduction to the J2EE Connector Architecture, the most relevant components beneath that architecture, and the functionality of each of those components.

JCA 1.5, Part 1: Optimizations and life-cycle management

Summary: In the first of a three-part series, Java developer David Currie introduces some Java™ 2 Enterprise Edition (J2EE) Connector Architecture (JCA) 1.5 optimizations that should make your existing or new outbound resource adapters go faster. He also takes a look at some additions that let resource adapters take on a new life of their own. This series is essential if you want to improve the performance of -- or add new functionality to -- existing resource adapters or are considering writing a new JCA 1.5 resource adapter. It should also be of interest if you write applications that use resource adapters and want to know a little more about what goes on behind the scenes.

JCA 1.5, Part 2: Work management and transaction inflow

Summary: David Currie continues his three-part series on enhancements and changes in the latest version of the Java™ 2 Enterprise Edition (J2EE) Connector Architecture (JCA). In this article, he introduces the new JCA 1.5 work-management contract, which lets a resource adapter utilize an application server's capabilities for scheduling and processing work. With the help of another JCA enhancement -- transaction-inflow support -- an enterprise information system can perform that work under its own transaction.

JCA 1.5, Part 3: Message inflow

Summary: In this final installment of his three-part series on the latest version of the J2EE™ Connector Architecture (JCA), David Currie introduces the new message-inflow contract. This enhancement enables a resource adapter to invoke an application asynchronously through a message-driven bean. This article is essential reading if you want use this functionality in an existing resource adapter or are considering writing a new JCA 1.5 resource adapter. It should also be of interest if you write applications that use resource adapters and want to know more about what goes on behind the scenes.

Oracle Technology List

http://download.oracle.com/docs/cd/B10464_05/web.htm


使用 Antlr 开发领域语言



社区JIRA


EasyMock 使用方法与原理剖析





============

JPA系列

============


Oracle Application Server TopLink Application Developer's Guide

--------------------------

文章列表:http://www.avaje.org/whitepaper.html

JPA Architecture

The JPA architecture will give Developers unwanted complications when running outside of a container.Take a closer look at the Session Management burden and implications for Optimistic Concurrencychecking in JPA.

JPA API Issues

There are several interesting ommissions from the JPA API that need to be explored.These include Batching, Caching, Entity Listeners, Raw JDBC, Transaction Isolation and Large Query Support.


Optimistic Concurrency Checking

Code Example - Optimistic Concurrency Checking




===============
数据库方面
==============

To Store or not to Store that is the Question?


JDBC数据库连接池的实现及原理

数据库MVCC(MultiVersion Concurrency Control)粗解

13.2. Transaction Isolation



List of all JSRs




===============

C++相关

===============

Using GNU's GDB Debugger Debugging A Running Process

调试core文件



-------------------------


记录一些好书:Addison.Wesley.Eclipse.Rich.Client.Platform.Designing.Coding.and.Packaging.Java.Applications.Oct.2005.chm

patterns-in-java-a-catalog-of-reusable-design-patterns-illustrated-with-uml-2nd-edition-volume-1.chm

Addison.Wesley.Design.Patterns.Explained.A.New.Perspective.on.Object.Oriented.Design.2nd.Edition.Oct.2004.eBook-LiB.chm




你可能感兴趣的:(记录)