In this article, we’ll continue exploring XML and JSON in Java 11 and beyond. Examples in this article will introduce you to JSON-B, the JSON Binding API for Java. After a quick overview and ...
Javaを使ってシステム開発を進めていくと、標準で用意されている便利な機能(標準ライブラリ)や、外部の便利なプログラム(外部ライブラリ)を利用する機会が頻繁に訪れます。 しかし、これらのクラスをプログラム内で呼び出そうとしたとき、ある壁 ...
XML and JSON are important to me, and I’m grateful to Apress for letting me write an entire book about them. In this article I will briefly introduce the second edition of my new book, Java XML and ...
前回はJavaプログラムでODF(OpenDocument Format)文書を扱うためのオープンソースライブラリ「ODFDOM」を使って、ワープロドキュメント(.odtファイル)を作成する方法を紹介した。今回はそれに引き続き、表計算ドキュメント(.odsファイル)を作成してみたい。 基本的 ...