This document explores possible directions for data classes in the Java Language. This is an exploratory document only and does not constitute a plan for any specific feature in any specific version of the Java Language. (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 »
These are the notes for a talk I gave at JokerConf 2017, which is why they’re
written as if we were talking and going through some slides together. (more…)
Read more »
Development of Restful API with Java can become straightforward when following best practices, leveraging compiler checks and code consistency. Here is an example of an application which follows Java API developmnet best practices with Spring Boot and Doc... (more…)
Read more »