Ray's playground

 

2010年6月29日

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 阅读(183) 评论(0) 推荐(0) 编辑

More About Methods(Chapter 8 of Programming Ruby)

摘要: Methods that return a boolean result (socalledpredicate methods) are often named with a trailing ?.  Methods that are “dangerous,” or that modify their receiver, may be named with a traili... 阅读全文

posted @ 2010-06-29 00:05 Ray Z 阅读(181) 评论(0) 推荐(0) 编辑

导航