Agile/TDD/Software Development MbUnit 2.4 RTM Rhino Commons, Repository and Unit Of Work Setting up Windsor for auto registration of componentsAcropolis Brad Abrams has a follow-up post that has a lot more information including videos, links and
This is more-or-less a bookmark for myself, because I always forget about Fiddler2, which is developed separately from Fiddler and located at a different URL. Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer and
package test.io;public class CallerTest { public static String getCaller() { String info = null; StackTraceElement stack[] = (new Throwable()).getStackTrace(); for (int i=0; i < stack.length; i++) {
The implementation of a suitable robots.txt file is very important for search engine optimization. There is plenty of advice around the Internet for the creation of such files (if you are looking for an introduction on this topic read “Creat a
原文連結:http://chn.blogbeta.com/133.html你經常聽人說“真希望一天能多幾個小時”或者類似的話嗎?當然,現實中我們每天只有24小時。這麼說吧,人和人怎樣度過這24個小時是完全不同的。 到現在這樣的說法已經成了陳詞濫調,但我們的24小時和Thomas Edison與Mother Theresa曾擁有的相同,和Oprah Winfrey與Bill Gates 今天擁有的也相同。就像老歌裡唱的,“It’s in the way that you use
本文介紹JSF的組件是如何簡化JSF的Web開發的,並闡述了這一技術的優點。使用者介面組件模型是JSF首創的Web架構技術,是JSF區別於其他Web架構的重要特徵,同時這些技術也是JSF承載未來的重任的唯一保證。 JavaServer Faces是Sun公司推出的一種Web使用者介面架構,隨J2EE的新版本Java EE 5一起發布。JSF的目標是簡化Web開發,為此,Sun在JSF中提出了許多技術措施,其中包括UI組件、事件驅動和Managed