Java EE 8 and GlassFish 5 will be the baseline for the initial Jakarta EE version. Lars Röwekamp goes over what is new and noteworthy in Java EE 8.
Category: Articles
JAX Magazine is out: It’s onwards and upwards for Java – JAXenter
This JAX Mag issue depicts Java’s new journey but it’s not just an ode to this language; If you’re a DevOps aficionado or expert, you’ll enjoy the 2nd part.
Understanding Jakarta EE: “Jakarta EE APIs should be more cloud-friendly” – JAXenter
Confused about what’s going on with Jakarta EE? This interview series is meant to help you navigate through the changes. Our 7th guest is Dmitry Kornilov.
Why you need to switch to online signing for your documents and contracts
Hey fellow geek,Today we bring you something a bit different. It is something that will increase…
Announcing XRebel APM 2018 |
Bring Java performance testing back to development and QA with XRebel APM 2018
Complete Java Masterclass – updated for Java 10
Learn to master Java 8 and Java 10 core development step-by-step and make your first unique, advanced program in 30 days
From Java EE to Jakarta EE: a user perspective
From Java EE to Jakarta EE transition from a user standpoint
Convert String to Title Case in Java – HowToDoInJava
Java examples to convert a string to title case using Apache commons WordUtils class, String.split() method and Java 8 stream of character array. 1. Using WordUtils from Apache Commons Text Apache commons-text provides WordUtils to perform operations on String that contains words. 1.1. Maven dependency 1.2. WordUtils example to convert string to title case Program …
Java group by sort with multiple comparators – HowToDoInJava
Java examples to do SQL-style group by sort on list of objects. It involves using multiple comparators, each of which is capable of sorting on different field in model object. Table of Contents 1. Model class and multiple comparators 2. Comparator.thenComparing() 3. CompareToBuilder 4. ComparisonChain 5. Chained comparators 1. Model class and multiple comparators Our …
Clipboard content is messed up when copied from Firefox and read using Java in Ubuntu
BackgroundI am trying getting clipboard data in HTML data flavor using Java. Thus I copy them into the clipboard from browsers. Then I am using java.awt.datatransfer.Clipboard to get them.This …
Java Weekly, Issue 240 | Baeldung
Good writeups on testing microservices this week, while several Spring projects get new releases. And Eclipse users will be excited about the Photon release.
Meet CLI for CUBA Platform
There is no secret, that the world of software developers, especially Java developers, is full of ke…
Embracing Java 9 and beyond with Eclipse JDT – JAXenter
How has Eclipse Photon kept up with the recent changes in Java? Sarika Sinha explains how Eclipse JDT now supports various Java 9 and Java 10 features.
Spring Boot WAR Deployment Example
In this post, we feature a comprehensive Example on Spring Boot WAR Deployment. We will demonstrate …
Microservices for Java Developers: Microservices Communication
1. IntroductionMicroservice architecture is essentially a journey into engineering of the distribu…