This post explores the newest feature updates to string APIs in Java 12, String#indent(int), String#transform(function), String#describeConstable, and more.
4 Reasons Java EE 7 Application Developer is Important
1. Streamlined Certification PathOracle Certification streamlined this certification path,removing prerequisites that may have been a barrier to pursuingthis…
Red Hat Launches Quarkus Project to Advance Java on Kubernetes – Container Journal
Red Hat has launched a Quarkus project that makes available a Java framework optimized to run on top of Kubernetes.
Building Self-Contained, Installable Java Applications with JEP 343: Packaging Tool
The OpenJDK community has released an early access build of JEP 343: Packaging Tool. JEP 343: Packaging Tool, also known as jpackage, is a new tool for packaging self-contained Java applications along with a Java Runtime Environment.
Serverless Java Functions with Quarkus and OpenWhisk
Serverless Java Functions with Quarkus and OpenWhisk
Super Charge the Module Aware Service Loader in Java 11
Uday Tatiraju describes the service loading mechanism in Java and the changes made to it in order to support the native Java module system. Tatiraju also discusses an experimental library called Susel that can assist developers in building modular and extensible applications that leverage the native Java module system. The library removes the boilerplate code required to locate and load services.
PowerShell swims into the TIOBE 50 – JAXenter
Java continues to hold on to the #1 spot, PowerShell swims into the top 50 again, and Go stumbles a few spots this month on the TIOBE Index.
Recursion and Backtracking (Memoization, D&C, Combinations)
Algorithm Design Techniques, Backtracking, Divide and Conquer, Memoization, N-queen Problem – Free Course
Let’s celebrate Java 11 Support on Jenkins
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software.
How to Monitor/inspect data/attribute flow in Java code
I have a use case when I need to capture the data flow from one API to another. For example my code reads data from database using hibernate and during the data processing I convert one POJO to ano…
Life Beyond Java 8 – DZone Java
In this post, we take a look at life since Java 8, how things have changed, and how you should make future release decisions for your projects.
Insertion Sort Algorithm in Java with Example
Insertion sort is another simple sorting algorithm like Bubble Sort . You may not have realized but you must have used Insertion sort in a …
Java Testing Weekly 10 / 2019
There are many software development blogs out there, but many of them don’t publish testing articles on a regular basis. Also, I have noticed that some software developers don’t read blogs written by software testers. That is a shame because I think that we can learn a lot from them. That is why I decided to create a newsletter that shares the best testing articles which I found during the last week. Let’s get started. Technical Stuff Integrating TestProject with Jenkins CI is an excellent blog post that describes how you can run TestProject jobs from the Jenkins CI server. JUnit 5 Conditional Test Execution with Annotations is a comprehensive blog post that describes how you can enable and disable test methods when a specific condition is true. Running the Robot Framework in your own Docker Container is a good blog post that describes how you can create a Docker image that can run tests which use the Robot Framework. Using WireMock Scenarios is a practical blog post that explains how you can simulate the different states of a REST API with WireMock. The Really Valuable Stuff What Could Kill Testing? is a thought-provoking blog post which identifies seven things
Java Masterclass | Beginner to OOP Programming with Eclipse
Learn Basic to Advanced Java programming Techniques and Methods as well as Object Orientated Programming – Free Course