News

Spring Boot takes an opinionated approach to developing cloud-native applications. In this step-by-step Spring Boot RESTful web services example in Java, we take you through the process of developing ...
Request handling is the bread and butter of Java web application development. In order to respond to requests from the network, a Java web application must first determine what code will respond ...
Java 8's support for static methods in interfaces made it possible to create interface-based applications. Learn how in this short blog post.
AWS Lambda Java example If you’re a Java developer and you haven’t built an AWS Lambda function before, you’ll be amazed by how easy it is to get your first serverless application up and running.