The Payara Monthly Catch for July 2019
Originally published on 01 Aug 2019
Last updated on 06 Aug 2019
Another great month in the bag. There were awards, conferences, out of incubation releases, competitions, surveys and lots more going on. 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
OpenJDK Update Releases Map - Very interesting and useful OpenJDK Update Releases Map by Aleksey Shipilëv explaining the flow between OpenJDK repos & downstream projects.
When You Don't Want the Whole World Returned to You - "ORM tools are great, but sometimes, the legacy object design doesn't provide the performance needed for a RESTful API." John Vester looks at how to improve that.
Jakarta EE Guidelines - For the use of existing Oracle/JCP Acronyms.
Deploy Docker Containers On Azure - With the Azure platform, it is relatively easy to push your Docker images to a private Registry & run the application within a Docker Instance. In this blog, Rudy De Busscher describes how to do exactly that, using the Azure Portal and Command Line.
JAX-RS: automatic string parameter to object mapping - Adam Bien shows how a class containing a constructor with a single String parameter can be used as parameter of JAX-RS resources without any additional configuration
A plan to bring Java to iOS - OpenJDK Mobile would use ahead-of-time compilation to create Apple-approved executables that run without the JVM by Paul Krill
"JAX-RS is just an API!" - In this article, Baeldung gives a quick look at the JAX-RS spec and its implementations.
The 10 commandments of navigating code reviews - Angie Jones shows us how to survive, and thrive, in the sometimes-caustic world of code reviews.
Using Jakarta Security on Tomcat and the Payara Platform - Jakarta Security is part of the Jakarta EE APIs, included and active in the Payara Platform by default with no configuration required in order to use it. Arjan Tijms shows how Jakarta Security can also be used with Tomcat,
Keeping Network Traffic Safe in JDK 8 with TLS 1.3 - Azul Zulu JDK 8 now provides TLS 1.3 support in JDK 8 with TLS 1.3 Java SE 8 open source transport layer security IETF OpenJDK SSL cryptographic algorithms. By Simon Ritter.
Apache Netbeans 11.1 Release! - This is the first release for Netbeans outside the ASF Incubator and the first release of the new quarterly release cycle. Not to mention Payara integration out of the box for the first time & support for GlassFish 5.0.1!
Proposal on Jakarta EE ’s innovation & relationship with MicroProfile - This article by Daschner caused alot of waves this month!
Videos
Building microservices on openshift with S2I and Jenkins pipelines - Adam Bien demos installing Jenkins, creating S2I build, setting up a CD pipeline, building, deploying and testing a Java EE / Jakarta EE / MicroProfile service (twice) and configuring the readiness probe ...in 7 minutes.
Java Futures, 2019 Edition - Java Language Architect Brian Goetz gives a tour of some of the features coming to Java next.
Apache NetBeans 11.1, Payara, Java EE 8 - In this quick overview, the awesome team at Netbeans
shows what can you do with the Java EE 8 integration with Payara in the latest Apache NetBeans 11.1 release.
Game of Pods - Very creative way to introduce Kubernetes concepts! Especially if you are a game of thrones
Building Microservices with Jakarta EE and MicroProfile - A Jakarta Tech talk with Edwin Derks
Community News
JakartaOne Livestream registration is now open at jakartaone.org! Visit regularly to find out about the program, schedule, and talks.
The InfoQ Java trend report provides an overview of technology adoption and commentary on how they see the Java and JVM-related space evolving in 2019. Key developments include: Java 13, non-HotSpot JVMs GraalVM & microservices frameworks.
The 10 Biggest Cloud News Stories Of 2019 (So Far) The cloud computing world was rocked by blockbuster acquisitions, high-profile executive shuffles and groundbreaking tech partnerships.
Free supported Java in SQLServer 2019 is now available. They are extending their partnership with Azul Systems and embedding Zulu out of the box for all scenarios – including PolyBase, Apache Spark & Java extensibility.
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 ...