Migrating to TestNG
http://www.qqstock.cn/content/05/0914/10/1330_12432.shtml
2005/9/14 10:12:38
TestNG is a promising new testing framework that addresses many of the shortfalls of JUnit in an elegant and extendable manner, without sacrificing any of the convenience.
A beginners guide to Dependency Injection
http://www.qqstock.cn/content/05/0914/10/1330_12430.shtml
2005/9/14 10:10:40
airline-agency-class = com.dnene.ditutorial.common.impl.Since the TripPlanner is dependent upon AirlineAgency and CabAgency and the AirlineAgency and CabAgency is also dependent upon the AirlineAgency, PicoContainer will automatically instantiate the AirlineAgency first, pass its reference while constructing the CabAgency, and pass both the agency references while constructing the TripPlanner.
Eclipse Forms Programming Guide
http://www.qqstock.cn/content/05/0913/12/1330_12267.shtml
2005/9/13 12:48:26
This document has been written to help you use the new Eclipse 3.0 feature called ‘Eclipse Forms‘. The content will eventually move to Eclipse help. In the mean time, you can start experimenting using examples shown below and code in Eclipse 3.0 integration builds.
最近有人問我學習Spring的經驗。其實我自己沒怎么看過這方面的書,我當時只看過Spring的reference,不過現在這方面的書好象多的是,而Spring reference看起來還是有些吃力的。另外的入門書應該是Spring live或Spring in action。經過項目的錘煉,對Spring的用法和原理有了一定的了解的時候,才有可能真正掌握Spring的精髓。
BIRT World: BIRT 1.0.1 Feature Set
http://www.qqstock.cn/content/05/0909/11/1330_11407.shtml
2005/9/9 11:37:24
BIRT is an Eclipse-based open source reporting platform for web applications, especially those based on Java and J2EE. BIRT has two main components: a report designer based on Eclipse, and a runtime component that you can deploy to your application server.
在企業(yè)級的開發(fā)過程中,我們不可避免地會碰到很多問題;如果您希望在開發(fā)過程的后期能夠有效地捕捉 bug,那就需要一種有效的日志策略。但是在一個企業(yè)的應用程序中要想實現有效地記錄日志,需要進行一番規(guī)劃,并設計一些準則。在本文中,顧問 Charles Chan 將向您介紹一些最好的實踐,從而幫助您從項目一開始就編寫有用的日志代碼。