Java SE 6の最新版となるJDK 6 Update 7が公開されている。JDK 6 Update 7では13のバグが修正されているほかOlsonタイムゾーンデータバージョン2008bの同梱が実施されている。ただし、もっとも注目すべきはほかにある。JDK 6 Update 7からはじめてJava VisualVMが配布物に同梱 ...
The TDA Projectは5日(米国時間)、TDA (Thread Dump Analyzer)の最新版となるTDA 2.0を公開した。TDAはJavaで開発された分析ツール。アプリケーションサーバのようなプロダクション環境をオフラインで分析するために開発され、成果物はLGPLのもとで公開されている。
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
package dustin.examples; import java.util.logging.Logger; import static java.lang.System.out; public class FickleLogging { private static Logger LOGGER = Logger ...
As I have worked with JRuby, it has been interesting to observe the intersection of the Java and Ruby communities. Because JRuby potentially combines with best of the JVM with the best of Ruby, it is ...