How Java developer Jeanne Boyarsky finds flow
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:
Project Helidon ready for prime time: With 1.0 comes greater API stability – JAXenter
Project Helidon was introduced in September 2018 but the big 1.0 is here and it brings much greater API stability! Let’s have a look at the highlights.
Java 12 and IntelliJ IDEA | IntelliJ IDEA Blog
} The case label for value M defines a block statement. A block can also define local variables (weight in this case). The scope….
Java & Co.: Clojure and Kotlin are a great fit for the JVM, report shows – JAXenter
We couldn’t miss out on the opportunity to take a look at the 2018 Java Magazine Survey featuring the responses of 10,500 developers. Let’s dig in!
Building applications on the Ethereum blockchain – JAXenter
Eoin Woods gives an overview of blockchain fundamentals & how to create an application that uses Java enterprise technology with Ethereum’s blockchain.
How to Safely Subtype in Java – DZone Java
In this in-depth Java tutorial, we take a closer look at how to safely subtype, why it’s important and some of the delegation over subtyping.
MicroProfile Community Launches MicroProfile Starter, a Web-Based Project Generator
The MicroProfile community has recently launched a beta release of MicroProfile Starter, a website that allows you to create, configure and download a new automatically generated project. Users can specify the project’s coordinates (groupId and artifactId), which version of MicroProfile you’d like to use, your MicroProfile server, and a number of other project configuration options.
JRebel for JDeveloper now eliminates redeploys on remote servers and VMs | zeroturnaround.com
JRebel for JDeveloper now eliminates redeploys for Java developers using virtual machines, remote servers, and PaaS.
Moving Forward With Money-API, JSR 354: Motivation Behind the API – DZone Java
In this post, we present different code examples to demonstrate a specification for a standard API that abstracts the way we deal with money in Java programs.