君子博学而日参省乎己 则知明而行无过矣

博客园 首页 新随笔 联系 订阅 管理

2012年4月25日 #

摘要: This note demonstrates how to create and deploy an MDP, and how to control it, using both Spring’s inbuilt component management mechanisms, and JMX.ScenarioWe have a number of JMS listeners in our application. Having ported our hardware to a grid of virtual machines, we want the feature to switch-on 阅读全文
posted @ 2012-04-25 17:26 刺猬的温驯 阅读(277) 评论(0) 推荐(0) 编辑

摘要: Spring 3.1 M1 is out with some veryuseful features. One of the coolest feature in the latest release is comprehensive Caching support!Spring Framework provides support for transparently adding caching into an existing Spring application. Similar to the transaction support, the caching abstraction al 阅读全文
posted @ 2012-04-25 17:24 刺猬的温驯 阅读(451) 评论(0) 推荐(0) 编辑

摘要: 从 iBatis 到 MyBatis,你准备好了吗?对于从事 Java EE 的开发人员来说,iBatis 是一个再熟悉不过的持久层框架了,在 Hibernate、JPA 这样的一站式对象 / 关系映射(O/R Mapping)解决方案盛行之前,iBaits 基本是持久层框架的不二选择。即使在持久层框架层出不穷的今天,iBatis 凭借着易学易用、轻巧灵活等特点,也仍然拥有一席之地。尤其对于擅长 SQL 的开发人员来说,iBatis 对 SQL 和存储过程的直接支持能够让他们在获得 iBatis 封装优势的同时而不丧失 SQL 调优的手段,这是 Hibernate/JPA 所无法比拟的。具体而 阅读全文
posted @ 2012-04-25 15:44 刺猬的温驯 阅读(449) 评论(0) 推荐(0) 编辑

摘要: Let us make a complete end-to-end application using Spring 3.0 MVC as front end technology and Hibernate as backend ORM technology. For this application we will also use Maven for build and dependency management and MySQL as database to persist the data.The application will be a simple Contact Manag 阅读全文
posted @ 2012-04-25 12:25 刺猬的温驯 阅读(1052) 评论(0) 推荐(0) 编辑