Java
-
Role of Automation Testing in CI CD Pipeline
The industry widely adopted software development practices: Continuous Integration and Continuous Deployment ensure delivering the product well and delivering often.…
Read More » -
Defining a Resource
In Fielding’s dissertation a Resource is described as: “Any information that can be named” … “a document or image, a temporal…
Read More » -
Reflection is the most important Java API
The other day I was wondering – which is the most important Java API. Which of the SE and EE…
Read More » -
Angular 8 + Spring Boot 2.2: Build a CRUD App Today!
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Using Java 12 in Eclipse
1. Install JDK 12 Link: https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html 2. Install Eclipse 4.11 Link: https://download.eclipse.org/eclipse/downloads/drops4/R-4.11-201903070500 3. Install Eclipse Java 12 Support Start Eclipse…
Read More » -
Reflection selector expression
Java::Geci is a code generator that runs during unit test time. If the generated code fits the actual version of…
Read More » -
Hot-deploying into Kubernetes using Telepresence & WAD
When you’re testing your enterprise application in a Kubernetes environment, the turnaround for changing, re-packaging, and re-deploying your application can…
Read More » -
JMetro Version 5.5 Released
Version 5.5 of JMetro has just been released. A big update with several added bug fixes, styles and features. A…
Read More » -
Spring Bean Scopes
Introduction: Spring core container instantiates beans and manages their life-cycle. While defining a bean, we can provide its scope. Unless…
Read More »