ニュース

Famous philosopher George Santayana once said, "Those who cannot remember the past are condemned to repeat it." In the case of the Java Platform Module System (JPMS), the past has most certainly ...
何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近 ...
プログラミング言語および開発・実行環境「Java」のアプリケーション開発で利用できるIDE(統合開発環境)には、多様な選択肢がある。Javaでの開発に特化したもの、複数のプログラミング言語での開発に利用できるものなど、さまざまだ。 前後編にわたり ...
「インライン化」は、「メソッドの抽出」とは逆に、メソッド呼び出しの部分にメソッド内容を展開するリファクタリング手法です。 iアプリの開発では、プログラムの圧縮効率を上げるためによく行われているリファクタリングです。このような書き換え ...
It's always a good idea to employ a few static code analysis tools as part of your software development routine. There are a number of great tools that perform static analysis of Java code, such as ...
The latest version of the Gradle open-source build automation tool, just announced, comes with a number of upgrades, bug fixes, and highly anticipated support for building and testing Java modules, ...