原创 hibernate與ibatis比較的11大優勢

http://hi.baidu.com/laihua2006/blog/item/2955705508f65243574e0050.html   hibernate與ibatis比較的11大優勢        Hibernate在解決性

原创 Hibernate 面試題

(1)一般情況下,關係數據模型與對象模型之間有哪些匹配關係(多選) A)表對應類 B)記錄對應對象 C)表的字段對應類的屬性 D)表之間的參考關係對應類之間的依賴關係 (2)以下關於SessionFactory的說法哪些正確?(多選) A

原创 Learning Scrum - The Product Backlog

http://www.mountaingoatsoftware.com/scrum/product-backlog The Product Backlog is the master list of all functionality

原创 Apache Avro 與 Thrift 比較

http://www.tbdata.org/archives/1307 pache Avro 與 Thrift 比較 Avro和Thrift都是跨語言,基於二進制的高性能的通訊中間件. 它們都提供了數據序列化的功能和RPC服務. 總體

原创 Multithreaded Tests with JUnit

http://today.java.net/pub/a/today/2003/08/06/multithreadedTests.html JUnit is the glue that holds many open source pr

原创 高質量軟件開發人員的五大習慣(好)

 那些在團隊環境下有能力開發和維護高質量軟件的開發人員在今天的技術驅動的經濟裏有着巨大的需求。工作在團隊環境下的開發人員所面臨的排在第一位的挑戰是閱讀和理解其他開發人員的軟件。本文試圖幫助軟件開發團隊來克服這個挑戰。 本文舉出了使得軟件開

原创 必備的 Java 參考資源列表(好)

http://www.ibm.com/developerworks/cn/java/j-javaresources.html?open&cm_mmc=4964-_-n-_-vrm_newsletter-_-10104_107305&cmi

原创 e Five Essential Phone-Screen Questions

http://sites.google.com/site/steveyegge2/five-essential-phone-screen-questions e Five Essential Phone-Screen Questions

原创 Using Multi-Threaded Tests

http://groboutils.sourceforge.net/testing-junit/using_mtt.html The GroboUtils class MultiThreadedTestRunner was based

原创 多線程JUnit單元測試:GroboUtils and ConTest

http://www.cnblogs.com/shwen99/archive/2010/03/22/1691280.html “並行程序易於產生 bug 不是什麼祕密。編寫這種程序是一種挑戰,並且在編程過程中悄悄產生的 bug 不容易

原创 Java Concurrent Programming (4)

http://www.4ucode.com/Study/Topic/2011006 Java Concurrent Programming (4) 4 鎖   鎖是遞歸的,是基於每線程的。鎖提供了兩種主要特性:互斥(mutual ex

原创 Pig and Hive at Yahoo!

http://developer.yahoo.com/blogs/hadoop/posts/2010/08/pig_and_hive_at_yahoo/ Pig and Hive at Yahoo! Yahoo! has begun

原创 ree traversal

http://en.wikipedia.org/wiki/Tree_traversal In computer science, tree-traversal refers to the process of visiting (e

原创 A Framework for Testing Concurrent Programs

http://www.cs.rice.edu/~mgricken/research/concutest/intro.shtml Incremental, test-driven development is sweeping the

原创 JUnit best practices

http://www.javaworld.com/javaworld/jw-12-2000/jw-1221-junit.html?page=6 deal with multi-threading problem in Junit