Category: Home
Relationship between Payara Platform, MicroProfile and Java EE/Jakarta EE
Find out how Eclipse MicroProfile, Java EE/Jakarta EE, and the Payara Platform work together.
No Longer the Applet of the Developer’s Eye – DZone Java
The sad news is that applets are truly dead. The good news, however, is that Java is very much alive and well, continuing to be the most popular programming platform.
Jakarta EE 8: A critical examination of the first Java-EE successor
The release of Jakarta EE 8 finally arrived, but not all is well. There’s still code to transfer, not every specification is yet available, and more.
Overview of Java Stream API Extensions
Stream API, which has been introduced in Java 8, is probably still the most important new feature that has been included to Java during last several years. I think that every Java developer has an …
Learn Tree Data Structure in 5 Minutes – Binary Tree (BT), Binary Search Tree (BST), and Balanced Tree (AVL vs Red Black)
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
CI/CD for Spring Boot Microservices: Part 1 – JAXenter
How can you get started with Continuous Integration with Spring Boot? In this tutorial, learn how Continuous Integration and Delivery will help you test and prepare a Java app for Docker. This is part one of a tutorial series by Tomas Fernandez. By the end of this article, you will have set up your first CI/CD pipeline and know all about it!
How well do you actually understand annotations in Java?
Adrian D. Finlay goes over the basics of Java annotations, their restrictions, retention policies, and more in this informative introduction to annotations.
Top 7 Free courses to learn Selenium Driver in 2019 – Best of Lot
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Top 5 Books and Courses to Crack Oracle’s Java SE 11 Certification | OCAJP 11 1Z0-815 and OCPJP 11 1Z0-816, 1Z0-817
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
How to fix the Eclipse ‘No Java virtual machine was found’ install error – Coffee Talk: Java, News, Stories and Opinions
In need of a quick fix for the Eclipse “No Java virtual machine was found” error during an Ubuntu or Windows installation? Here’s how to fix the Eclipse JRE and JDK errors.
Top 5 Free courses to learn Android for Beginners in 2019
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
7 Experts – 7 Opinions: What do you think about the new Java release cycle? – JAXenter
Java 13 is here! In the second part of our interview series, we talk to some of the experts about all the pros and cons of the new Java release cycle.
Step-by-step Jenkins Tomcat deploy of a WAR file
A developer can have a successful Jenkins Tomcat deploy in as little as four steps. Use a WAR file and these methods to get a Jenkins pipeline to deploy to Tomcat after a build.