Become More Productive Today – Free Course
Category: Home
landlord/flatmate
Reduce memory usage by running multiple applications in the same JVM. – landlord/flatmate
Java Weekly, Issue 270 | Baeldung
An overview of new Spring Boot Initializr features, including an enhanced API for custom project generation, plus a handful of Spring Security OAuth releases.
This Week in Spring: Kubernetes, Kotlin, KNative, and More – DZone Java
Learn more about the latest happenings in the world of Spring — including new releases, Kubernetes integration, Kotlin support, and more.
JAXenter – Masterclass – Reactive and Asynchronous Java – JAXenter
More by JAXenter Masterclass Presented By
Top 5 IntelliJ IDEA and AndroidStudio Online Courses for Java and Android Programming – Best of Lot
There is no doubt that IntelliJ IDEA is THE best IDE for Java development, even though Eclipse may still be probably used by more people b…
Suporte a Java no Azure functions 2.0 liberado para uso em produção
Com o objetivo de tornar a criação e a hospedagem de aplicações Serverless na Azure mais confiáveis para uso por empresas, a Microsoft tornou o suporte ao Java em produção disponível no Azure Functions 2.0.
Java Magazine on Lightweight Frameworks
This blog is the source for news about major Java announcements and the Java community.
Release Notes
[ PAYARA-3361] – Upgrade Mojara – Fix for CVE-2018-14371 Bug [ PAYARA-2890 ] – Payara sometimes fails to load resources due to ….
Workshop: Java.Next: Keeping up with Java
As of Java 9 we’re getting a major Java release twice a year. Gone are the days of big Java releases that took 3 or 4 years. It’s more important than ever to keep up with Java! Java 11 and beyond are already available, but you’re most probably still developing on Java 8. Looking at Oracle’s Java 8 r
REST API Vision with Manifold – JAXenter
How the new Manifold framework connects your JSON Schema and YAML resources directly to Java without code generators, annotated POJOs, or other go-betweens.
How to convert ArrayList to HashMap or LinkedHashMap in Java 8 – Example Tutorial
One of the common task in Java is to convert a List of object e.g. List
6 Books to Learn and Master Programming and Coding – Must Read
Coding is an integral part of Programming and we all somehow learned to code by following examples here and there. Yes, I am talking about …
Java – Distributed JPA Lock For Reservation
I am working on a legacy system that allows reservation scheduling. The application is stateless REST and designed to be horizontally scaled. The database, however, is shared between all instances.