This is the sixth in OSSBlog’s series of open source programming books. This compilation focuses on the Java language with… (more…)
Read more »
How to parse HTML with popular Java libraries: HTMLCleaner and Jsoup HTML is a simple structured markup language and everyone who is going to write the web... (more…)
Read more »
Besides writing efficient code, mastering the art of debugging is one of the most useful things Java programmers can do to make their life… (more…)
Read more »
java-binary-block-parser - The Most comfortable way to work with binary data in Java... (more…)
Read more »
Our
introductory post for
inline-java showed that we
could call methods written in Java (or indeed any JVM function) from
Haskell. Much in the style of other packages, it is moreover possible
to do using java syntax, so examples from Java API documentatio... (more…)
Read more »