Ray's playground

 

2010年6月27日

Classes, Objects, and Variables(Chapter 3 of Programming Ruby)

摘要: classCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1classBookInStock2attr_reader:isbn3attr_accessor:price4definitialize(isbn,price)5@isbn=isbn6@pric... 阅读全文

posted @ 2010-06-27 16:44 Ray Z 阅读(158) 评论(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 阅读(179) 评论(0) 推荐(0)

导航