Write Your First AWS Lambda in Java

Learn how to write AWS Lambda handler in java using AWS SDK for Java… Read more

Similar

Data Classes for Java

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 »

Java from Haskell

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 »

Java Rest API best practices and guideliness

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 »