自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

蔡超的专栏

架构师之路

  • 博客(2)
  • 资源 (3)
  • 收藏
  • 关注

原创 使用Hibernate告别DTO

在使用Entity Bean时,为了减少网络调用,提高系统性能,在不同的层间传递数据时,通常会使用DTO,原因来自于EJB对象无法序列化传送到远程,但是Hibernate中使用的POJO对象是可以序列化的,所以可以通过使用脱管对象来替代EJB中的DTO而无须序列化。这样省去了开发DTO对象(通常DTO对象只是对Entity Bean的简单镜像)。代码实例:以下是一个Session Bean代码的一

2005-06-08 16:18:00 3269

原创 整合Hibernate3与JBOSS 3.2.X

前言――强强联合 在J2EE应用服务器领域,JBoss是发展最为迅速的应用服务器。由于JBoss遵循商业友好的LGPL授权分发,并且由开源社区开发,这使得JBoss广为流行。另外,JBoss应用服务器还具有许多优秀的特质。其一,它将具有革命性的JMX微内核服务作为其总线结构;其二,它本身就是面向服务的架构(Service-Oriented Architecture,SOA);其三,它还

2005-06-07 16:03:00 1713 1

Learn Haskell

通俗易懂的Haskell书籍, 图文并茂

2012-10-23

Apache Felix - A Standard Plugin Model

介绍如何使用Felix开发OSGi应用。第一部分还包含了对于OSGi技术的介绍。最后总结了最佳实践。

2009-08-12

blazeds_devguide

BlazeDS Developer Guide If this guide is distributed with software that includes an end-user agreement, this guide, as well as the software described in it, is furnished under license and may be used or copied only in accordance with the terms of such license. Except as permitted by any such license, no part of this guide may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, recording, or otherwise, without the prior written permission of Adobe Systems Incorporated. Please note that the content in this guide is protected under copyright law even if it is not distributed with software that includes an end-user license agreement.

2009-02-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除