The Payara Monthly Catch for September 2019
Originally published on 04 Oct 2019
Last updated on 04 Oct 2019
This month we had Oracle Code One dominate the lions share of everyone's attention with talks and announcements. So you will notice I have included more than my usual amount of videos, that feature some of the talks and panels from the event. Shortly afterwards was the first Jakarta One Virtual conference that finally announced Jakarta EE 8! Which explains the a large rise in Jakarta EE and MicroProfile content.
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
Microservices in the cloud, part two - In this excellent post, Otavio takes a deep dive into each module. Paying close attention to creating clean code by considering design and architecture.
hubs.ly/H0kyVnl0
Bundle A Java 11 App Into A Minimal JRE (without Module System Adaptations) - Create a custom runtime image of your non-modular Java 11+ application with Gradle and the Badass Runtime Plugin.
A look in to MicroProfile - In the third part of his series, David Hutchison goes into detail of his experience doing integration Testing with Payara Micro.
Jakarta EE 8 Release Preview - The Jakarta EE 8 release has enterprise developers asking a lot of questions. The great folks at JRebel give some insight into the release and how it may affect you.
81 New Features and APIs in JDK13, Simon Ritter explores the new features and API's in JDK13
Comic Of The Month
Videos
Jakarta EE Expert Panel -This video shows the really interesting Jakarta EE Expert Panel at the
Java 2 Days conference discussing the future of Jakarta EE, with expert panellists.
IoT powered by Microprofile – Microservices in practice | Jakarta Tech Talks - This talk demonstrates how you can design a good production-ready, secure, modular Java full-stack system with IoT devices based on the Enterprise stack with Microprofile combined with good continuous deployment infrastructure patterns.
hubs.ly/H0kDJLy0
Payara Customer Stories - In this customer testimonial we interviewed Neil Openshaw (Senior Manager of Software Engineering at HyperWallet). We are really proud of how this video came out, give it a watch and let us know what you think!
The Differences Between Java EE, Jakarta EE, and MicroProfile - In this video, Yolande Poirier interviews Sebastian Daschner on the differences between JavaEE, JakartaEE, & MicroProfile, and what to choose for your Enterprise Java projects.
Transactions in your microservices architecture - This session explains the challenges and concepts of the MicroProfile LRA framework. By Rudy De Busscher.
My personal journey to Open Source - James Gosling was at ApacheCon recently and gave a talk about his personal journey to being a big fan of Open Source.
Java Modules: Why & How? - Java modules are the future. However, enterprise applications have legacy code—lots of it. How in the world do we migrate from the old to the new? Venkat dives deep into answering these questions in this great talk at CodeOne.
Life After Java 8 - In this great talk from the always entertaining Trisha Gee you'll learn the pros and cons of upgrading from Java 8. Including features in the latest versions of Java, performance implications and potentially expensive license changes.
Practical MicroProfile with Java EE - Ryan Cuprak looks at how you can use the MicroProfile APIs to turbocharge your existing Java EE application. Even if you aren’t writing microservices, MicroProfile has many exciting features to improve your existing applications.
Jakarta EE 8 + Microprofile 3.0: Live Coding - With Even Less Ceremony - In this session Adam Bien
talks to the Soujava JUG on deploying communicating microservices, including System Test and continuous deployments with WAD, explained exception handling and implemented some fault tolerance patterns with MicroProfile 3.0.
Community News
JakartaEE 8 is here! - Courtesy of a fully open source, vendor-neutral, community-driven process that delivers a cloud-native path for enterprise grade Java. A monumental accomplishment, congratulations to the Eclipse Foundation and everyone involved.
Some very interesting discussions taking place at Open Core Summit around suggestions of the future of open source and open core. Its getting pretty spicy.
Recently Oracle announced that they will stop work on ADBA - "We stopped work on ADBA for two reasons: per the Java team the future for scalable Java code is fibers, not async and there was very little support within the Java community for ADBA."
Jackson Release 2.10 has been released!
Apache Maven 3.6.2 is available!- See the impressive list of changes.
Maven Central becomes a distribution centre for the Oracle JDBC drivers- Interesting.
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 ...