Tiger、Groovy、JSFからAjax、DIまで徹底調査! 95年に誕生してから10年目という節目を迎えたJavaも、新しい時代に対応した開発言語に脱皮を図るべく、第2ステージを目指します。それが、 Javaの開発元のSun Microsystemsが唱えるEoD(開発の容易性)です。JDK 5.0を ...
Right from day one, the standard format for packaging Java programs was the Java ARchive, or JAR file for short. There's nothing particularly interesting about a JAR file. At its heart, it's simply a ...
Javaプログラムを公開する場合には、通常JAR(Java ARchive)を形式を利用するが、このJAR形式のファイルをネットワーク上で効率良く転送するための圧縮形式がある。それがJSR 200で定められている「Pack200」だ。Pack200はJARファイルのダウンロードサイズを減少さ ...
For many years, Phil Katz’s archive creation, zip, has been one of the most popular file archiving formats. Sun has adopted the zip format as the basis for the Java Archive (JAR). Sun has extended the ...
Javaなんて今や常識、使いこなせて当然と思っているあなた。ちょっと待ってください。本当に正しく無駄なく安全にJavaのプログラムを書いていますか? 無駄なオブジェクトを生成しメモリを消費してパフォーマンスを落としていませんか? 例外処理は適切 ...
Java SE 7における重要な機能強化のひとつとしてモジュラリティのサポートが挙げられている。その核となるのが「JSR 294: Java Language Modularity Support with Superpackage」と「JSR 277: Java Module System」の2つのJSRである。両者はお互いに密接に関係しているが、区分として ...
Occasionally, your business may need to access a website application that requires you to install an older version of the Java application. Java's developer, Oracle ...