The easiest way to enforce style guidelines is to use Maven Checkstyle Plugin every time a build occurs. Ensure developers are following all the Java Checkstyle rules.
Category: Articles
OAUTH 2.0 Authorisation Code Grant
OAuth 2.0 provides a number of security flows (or grant types) to allow an application access user’s…
Did You Know? Payara Server Comes with Soteria
Payara Server comes with Soteria, an implementation of the Java EE standardised security API.
Hands on Java 11’s constantdynamic
With the intention of making the JVM more appealing to dynamic languages, the seventh version of the…
Paid Program: Banking on Blockchain
As financial institutions look for better ways to process trades and payments, blockchain will play a bigger role.
Fluent Design style Combo Box and Scroll Bar for Java, JavaFX | Pixel Duke
JMetro version 4.0 released. With Fluent Design (previously named Metro) inspired Combo Box and Scroll Bar for Java, JavaFX.
Microservices for Java Developers: Microservices Communication
1. IntroductionMicroservice architecture is essentially a journey into engineering of the distribu…
Ejecutar payara micro desde NetBeans
Documentación Oficial de Payara Micro https://payara.gitbooks.io/payara-server/content/documentation/payara-micro/payara-micro.html Ex…
MicroProfile’s Role in the Age of Jakarta EE – DZone Microservices
Learn about the strengths of MicroProfile for microservices with Java, MicroProfile’s maturity, and where it needs to go next for success, like Jakarta EE.
JAXB not available on Tomcat 9 and Java 9/10
TLDR: On Java 9/10, a web app in Tomcat has no access to JAXB even though its reference implementation is present on the class path.Edit: No, this is not a duplicate of How to resolve java.lang.
MicroProfile’s Role in the Age of Jakarta EE
Since it’s creation, MicroProfile has gained a lot of traction and produced a variety of specificati…
Spring Boot integration in IntelliJ IDEA
If you’re developing with Spring Boot, IntelliJ IDEA does offer a lot of niceties to speed up development. Let’s browse through some of them.
Create and Deploy Simple Web Service and Web Service Client in Eclipse • Crunchify
Follow below simple steps to create and deploy simple Web Service and Web Service Client in Eclipse IDE. Step-1 Install Apache Tomcat and add it to
How well do you know your jOOQ trivia? – JAXenter
Our programming trivia series continues with jOOQ! This week, Lukas Eder helps us celebrate the easiest way to write SQL in Java.
How to use Jakarta EE with orchestrated containers
Learn how to connect external services and configure orchestrated applications in this tutorial by Sebastian Daschner, the author of Architecting Modern Java EE Applications.