I am very happy to announce that we are publishing a draft of the Eclipse Foundation Specification Process for community review and feedback. This specification process will be used by Jakarta EE a…
Category: Articles
Ten reasons to use Eclipse Collections – Oracle Developers – Medium
You may only need one.
Java 8 Convert a primitive Array to List Example
In this article we will learn how to Convert a primitive Array to List using Java 8. For this exampl…
Animated Effects through JavaFX Callouts
In this article you will learn how to use JavaFX’s animation APIs to create callouts. You can see a …
FXRibbon Version 1.2 Released
This time, something different. An update to FXRibbon, Microsoft like ribbon control for Java (JavaF…
What does it take for Java to compete in the serverless space? – JAXenter
In the last part of the series, we discuss the feature(s) our Java influencers would like to see in JDK 12 & the role of serverless in Java’s future.
How to Use if/else Logic in Java 8 Streams | Baeldung
Learn how to apply if/else logic to Java 8 Streams.
Java Enterprise Edition 8 for Beginners course | Udemy
Understand Jakarta EE, JPA, CDI, JAX-RS, REST, JWT, JSON-P and JSON-B and more. Add “JEE Developer” to your résumé!
ArrayList forEach() example – Java 8 – HowToDoInJava
ArrayList forEach() method iterate the list and performs the argument action for each element of the list until all elements have been processed.
JavaSpecialists
Knowledge is power. Time is money. Optimize both by learning from the top Java instructors in the world.
IT – Philosophically Speaking » Blog Archive » NetBeans 10 on macOS
Subscribe NetBeans 10 on macOS At the moment, you can’t get nice looking, full-blown installer of NetBeans for macOS, yet. However….
The dos and don’ts of Local Variable Type Inference – JAXenter
Local-Variable Type Inference was undoubtedly the biggest feature in Java 10. If you’re still now sure why or how to use it, Brian Goetz wrote a FAQ.
[FREE EBOOK] Complete Guide to Java APM Tools
Application Performance Management Tools – The Complete GuidePerformance issues and slowdowns in…
Develop, build e and run Java-EE-8-powered microservices – Deliver Enterprise Java Today
Learn how to work with Java EE 8 microservices in this guest post by Mario-Leander Reamer, a senior Java developer…
Intro to Ahead Of Time Compilation
This post is meant to serve as an introduction to Ahead Of Time (AOT) compilation in OpenJ9. It does not delve too deeply into the technical details and subtleties involved in implementing AOT comp…