SAP’s support for the JVM continues with SapMachine, a friendly fork of the OpenJDK for developers looking to utilize cutting edge tech for their apps.
Category: Articles
Jakarta EE Milestone – Eclipse GlassFish 5.1 is Java EE 8 Compatible
Will Lyons Senior Director, Product Management Oracle is very pleased that Eclipse GlassFish 5.1 has been released and certified a….
5 Spring Framework Books for Java developers (Includes Spring Security and Spring Boot) – Best of lot
Spring framework is one of the most popular frameworks in the Java world which used to develop Java application, both core Java, and web ap…
Java Weekly, Issue 268 | Baeldung
An in-depth look at Spring Boot configuration with application.properties, and several strategies for dealing with FaaS cold starts.
QRebel – Shift performance management left |
QRebel helps development teams find, diagnose, and fix application performance issues early in the continuous delivery pipeline.
Data Structures in Java Live Class 2019-03-26
A thorough look at the collection classes in java.util.** in Java
7 Common Socket Errors and Exception in Java Application [Solved]
In this blog, I plan to talk about some common exceptions and errors that arise while using sockets. Quite often, these socket issues arise…
Top 10 Java and Web Development Courses to Learn in 2019
Hello guys, I am sure you all have made your goals and resolutions for this year e.g. what to learn in 2019. If you haven’t then check out …
Eclipse Releases MicroProfile 2.2 for Java Microservices
The Eclipse foundation recently released MicroProfile 2.2, helping developers to create microservices on top of EE 8. This release comes at the same time that Eclipse is taking over as steward of Java EE and rebranding it to Jakarta EE.
Payara Platform Roadmap for 2019
Payara Platform Plans for 2019. After achieving so much last year we are really excited with the Payara Platform 2019 Roadmap. Key areas of focus include cloud, Microprofile, Jakarta EE, monitoring and performance.
What’s new in Java 12? | The blog of a gypsy engineer
Let’s take a look what is inside Java 12: enhancements in garbage collection, JVM Constants API, default CDS archives and new switch statements.
Java Containerization – Dzone Refcardz
This Refcard focuses on the design, deployment, service discovery, and management of Java applications on the open-source project called Docker so that you can get your Java application up and running inside a Docker-deployed Linux container. Expand your knowledge with extensive code snippets, informative diagrams, and workflow tips.
SOLID Java
SOLID Principles in Java, address dependencies and tight coupling. Create a set of well designed and written classes so you can speed up the coding process! :rocket:
Clean Architecture with Java 11 – Slalom Engineering – Medium
Let’s dive into an implementation of the “Clean Architecture” from Uncle Bob with Java 11.