JRebel
持續集成通常都是SaaS產品的一個目標。你想想如果你甚至都不需要等到編譯完成就可以看到代碼的更新?
這就是JRebel在做的事情。只要你把你的服務器掛到某個JRebel客戶端上,代碼一旦有改動你馬上就能看到效果。當你想快速體驗一個功能的話,這個的確能節省不少時間。
驗證框架
Java的類型系統是相當弱的。它不能區分出普通字符串以及實際上是正則的字符串,也不能進行
$ jmap -dump:live,format=b,file=heapdump.hprof -F 8152
Attaching to process ID 8152, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 23.25-b01
Dumping heap to heapdump.hprof ...
... snip ...
Heap dump file created
原文轉自:http://it.deepinmind.com/java/2014/05/21/better-java.html