Rapid Development Tools for Java EE 8 and MicroProfile at GIDS 2018
Category: dummyCategory
Apache NetBeans 9.0: Release Candidate Is Out! – DZone Java
After a long wait, the Apache NetBeans 9.0 RC is out! Download RC 1 and take it for a spin to see the new features in action.
FREE! – LIMITED TIME! Docker and Containers: The Essentials
Get up to speed with all of the essentials of containers and Docker. Course is alpha release chapters 5-8 coming soon. – Free Course
Java 8 Certification – Oracle Java SE 8 Programmer 1 (1Z1-808) – Latest OCAJP Exam
Today one of my readers asked about what is the latest OCPJP or SCJP exams available, which prompted me to browse through Oracle’s certifi…
Eclipse IDE – How to Remote Debug a Java Application Running on Linux
Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
Java 8 Default Methods On Interface : What, Why and Example
Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
Java 11 JDK roadmap: The new features you can expect
CORBA, Java EE, and JavaFX support will be removed, but several new features are under consideration in addition to the nine confirmed new capabilities
Why is heap memory going up together with metaspace in Java 8?
I’m doing a little test to understand how metaspace memory (Java 8 onwards) works.When I create 100,000 classes dynamically the metaspace memory is growing (obviously) but heap memory is going up …
JENKINS Beginner Tutorial – Step by Step | Udemy
Learn Jenkins from scratch – Free Course
5 Tips to Prepare for Oracle Java Certifications (OCAJP and OCPJP)
In this article, I am going to share you some tips to prepare for the Oracle Java certification like OCAJP and OCPJP, both associate and pr…
Does the specification guarantee that operations on sequential Java streams have to stay in the current thread?
Does the specification guarantee, that all operations on sequential Java Streams are executed in the current thread? (Except for “forEach” and “forEachOrdered”)I explicitly ask for the specificat…
How to embed Tomcat and Java web apps in an executable JAR
The insurrection of cloud-native and microservices-based architectures has turned the job of Java web app deployment completely on its head. The Docker trend demands that Java web apps are packaged in executable JARs in which you embed Tomcat. Here’s a tutorial that shows you how it’s done.
Jakarta EE Progress to Date
Last September Oracle announced, with the support of IBM and Red Hat, that Java EE was going to move to the Eclipse Foundation. Since then Fujitsu, Payara and Tomitribe have all joined the initiati…
Top 5 Spring Boot Online Courses for Java Developers in 2018
Hello guys, if you are interested in learning Spring Boot and looking for some awesome resources e.g. books, tutorials, and online courses…
Java Servlet Hello World Example
Servlets are essentially the first and main technology in Java world capable of dynamic page generat…