Ray's playground

 

随笔分类 -  Spring

Spring and Enterprise JavaBeans(Chapter 11 of Spring In Action)
摘要:Although Spring’s POJO-based development model offers a compelling alternativeto Enterprise JavaBeans, there may be factors (either technical, political, or historical)that force a project to ch... 阅读全文

posted @ 2010-07-25 11:36 Ray Z 阅读(237) 评论(0) 推荐(0)

Spring messaging(Chapter 10 of Spring In Action)
摘要:In JMS, there are two types of destination: queues and topics. Each of these isassociated with a specific messaging model, either point-to-point (for queues) orpublish-subscribe (for topics).  Althoug... 阅读全文

posted @ 2010-07-18 22:15 Ray Z 阅读(480) 评论(0) 推荐(1)

Building contract-first web services in Spring(Chapter 9 of Spring In Action)
摘要: 阅读全文

posted @ 2010-07-17 09:24 Ray Z 阅读(156) 评论(0) 推荐(0)

Spring and POJO-based remote services(Chapter 8 of Spring In Action)
摘要:Working with remote services is typically a tedious chore. But Spring providesremoting support that makes working with remote services as simple as workingwith any regular JavaBean.  On the client sid... 阅读全文

posted @ 2010-07-11 21:23 Ray Z 阅读(217) 评论(0) 推荐(0)

Securing Spring(Chapter 7 of Spring In Action)
摘要:This chapter covers■ Introducing Spring Security■ Securing web applications using servlet filters■ Authentication against databases and LDAP■ Transparently securing method invo... 阅读全文

posted @ 2010-07-05 21:04 Ray Z 阅读(164) 评论(0) 推荐(0)

Managing transactions(Chapter 6 of Spring In Action)
摘要:Spring supports both programmatic and declarative transaction management.In either case, Spring shields you from having to work directly with a specifictransaction management implementation by abstrac... 阅读全文

posted @ 2010-06-29 12:59 Ray Z 阅读(195) 评论(0) 推荐(0)

Hitting the database(Chapter 5 of Spring In Action)
摘要:Spring can integrate with ORM frameworks such as Hibernate, iBatis.Several caching solutions are supported,including:  ■ EHCache  ■ GigaSpaces  ■ JBoss Cache  ■ JCS  ■ Op... 阅读全文

posted @ 2010-06-27 12:24 Ray Z 阅读(184) 评论(0) 推荐(0)

Advising beans(Chapter 4 of Spring In Action)
摘要:Advice  In AOPterms, the job of an aspect is called advice.Advice defines both the what and the when of an aspect. In addition to describingthe job that an aspect will perform, advice addresses the qu... 阅读全文

posted @ 2010-06-25 21:57 Ray Z 阅读(220) 评论(0) 推荐(0)

Advanced bean wiring(Chapter 3 of Spring In Action)
摘要:To accommodate sub-beaning, the <bean> element provides two specialattributes:  ■ parent—Indicates the id of a <bean> that will be the parent of the <bean>with the parent... 阅读全文

posted @ 2010-06-24 21:54 Ray Z 阅读(214) 评论(0) 推荐(0)

Basic bean wiring(Chapter 2 of Spring In Action)
摘要:There is no single Spring container. Spring comes with several containerimplementations that can be categorized into two distinct types. Bean factories(defined by the org.springframework.beans.factory... 阅读全文

posted @ 2010-06-20 19:16 Ray Z 阅读(306) 评论(0) 推荐(0)

Springing into action(Chapter 1 of Spring In Action)
摘要:HelloAppCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1packagecom.springinaction.chapter1.hello;23importorg.springframework.beans.factory.BeanFactor... 阅读全文

posted @ 2010-06-19 23:27 Ray Z 阅读(266) 评论(0) 推荐(0)

导航