The Payara Monthly Catch for Nov/Dec 2019
Published on 17 Dec 2019
by Jadon OrtleppFor the festive season we decided to change it up abit and create a mega bumper edition of the month catch by combining November and December and serve it to you before many head off for their Christmas holidays.
Below you will find a curated list of some of the most interesting news, articles and videos from this month. Cant wait until the end of the month? then visit our twitter page where we post all these articles as we find them!
Articles
Introducing Jakarta NoSQL - Get to know Jakarta NoSQL & how it works with Java with this brief introduction.
Java in a container: Resource Allocation Guidelines - Some important and useful info for CPU and memory utilization for containerized Java applications.
Build OpenJDK for a Nice Speedup - August Nagro explores and explains that targeting the JDK to a specific architecture can provide significant throughput improvements.
Java switch - 4 Wrongs Don't Make a Right - "The switch statement in Java is being changed. But is it an upgrade or a mess?" by Stephen Colebourne
Java At Microsoft - From OpenJDK to Azure Spring Cloud
MicroProfile: Examples, Tutorials, Guides, APIs, Projects and Resources - A useful list from Adam Bien on where to find the best information on MicroProfile and all the different implementations! Well worth bookmarking if you want to explore this exciting Tech.
Exit the Java EE Guardians; Enter the Jakarta EE Ambassadors - "We will continue to ensure that the community's voice is heard, we want to make sure that it's not only the big vendors who are being heard." - By John K Waters
Technical Debt: The Myth at the Heart of the IT Labyrinth. By Quentin Adam.
Java Developer Swiss Army Knife of Tools on GitHub. - Including: Json Editor, UUID/Password Generator, Hash Calculator, Epoch Converter, Regular Expression Tester, Rest API Tester, ASCII Graphics & Logs Generator.
From javax.* to jakarta.*: A Simple Proof of Concept - Mahmoud Anouti experiments with code that uses javax.* APIs & how it can be dynamically modified (without the need to recompile) so it runs against the target jakarta.* namespace.
Deploying Java EE apps to Azure: Part 1 - In the 1st part of this series, Abhishek Gupta explains the basic approach for deploying a Java EE app to Payara Server, set up in a Virtual Machine on Microsoft Azure along with the Azure Database for PostgreSQL service as the backend database.
OpenJDK Startup - Late 2019 Edition - As development work on OpenJDK 14 starts to ramp down, Claes Redestad takes a fresh look at what’s been going on in the OpenJDK to make java and friends start up faster, use less memory & other improvements.
20 Reasons to Move On from Java 8 -Yup, 20 of them.
GlassFish - In a New Pond - For our Dutch speaking friends, check out this excellent article by Edwin Derks about the life and future of Glassfish at the Eclipse Foundation
Face Recognition in Action @ Devoxx - Very interesting article by Stephan Janssen on the story of face recognition development at Devoxx!
Microservices Dans Le Cloud, Seconde Partie - Learn more about microservices in the Cloud in the 2nd part of this series from the increasingly prolific Otavio Santana, in French!
A/B Testing: Validating Multiple Variations - Angie Jones latest post on validating multiple variations during A/B testing.
Understanding the JDK’s New Superfast Garbage Collectors - ZGC, Shenandoah, and improvements to G1 get developers closer than ever to pauseless Java. By Raoul-Gabriel Urma and Richard Warburton
14 High-Performance Java Persistence Tips - A high-performance data access layer requires a lot of knowledge about database internals, JDBC, JPA, Hibernate. This post by Vlad Mihalcea summarizes important techniques to optimize your enterprise app.
The Road to Valhalla - "The goal of Project Valhalla is to bring more flexible flattened data types to JVM-based languages, to bring the programming model back in line with the performance characteristics of modern hardware." by Brian Goetz
What Every Developer Needs to Know About Java Security -
In this article, Gilad Maayan discusses six best practices that will help you in ensuring the security of your Java application.
Jakarta EE & React file up- and download using Java 11 and TypeScript - Another great blog from Philip Riecks who demonstrates how to create a Jakarta EE backend with a React frontend using TypeScript to up- and download a file. Also includes a solution to create and bundle a React application with Maven and serve the result with Payara.
Java Microservices: A Practical Guide - You can use this excellent HUGE guide by
Marco Behler to understand what Java microservices are, how you architect and build them. As well as Java microservice libraries & common questions.
Celebrating 20 years of enterprise Java: Milestones - The Redhat team recounts some of the most important milestones in the history of Java.
Comic Of The Month
Videos & Podcasts
Community News
Big Bang - There was some movement towards applying a big bang approach for the Jakarta EE namespace migration.
Related Posts
Moving Beyond GlassFish - Here's Why and How
Published on 11 Nov 2024
by Chiara Civardi
0 Comments
If you’re still managing Java applications on GlassFish middleware, you might be hitting some roadblocks, such as difficulties with automation, lack of integrated monitoring and official support and limited abilities with modern tools. However, ...
Nugget Friday - Building Resilient Microservices with MicroProfile Fault Tolerance
Published on 08 Nov 2024
by Luqman Saeed
0 Comments
While we all want maximum uptime for our software systems, failures and downtimes are inevitable. However, these can be minimized and quickly resolved through comprehensive, robust and well-designed fault tolerance mechanisms. This Nugget ...