-
Android Core
Mocking Static Methods in Android: Let’s Wrap it up
When writing local unit tests in Android, one of the limitiations that you face is that the tests are run…
Read More » -
DevOps
Exclusive Book Offers (75% off): DevOps for Networking, DevOps Bootcamp, Implementing Modern DevOps
Hello fellow Geeks! Today, we have some exciting news for you! Java Code Geeks and Packt have teamed up to…
Read More » -
Enterprise Java
Easy Java EE Microservices with Payara Micro
Wondering how to get started with Java EE Microservices? It only takes a few quick steps to deploy a Microservice…
Read More » -
Enterprise Java
Difference between @Component, @Service, @Controller, and @Repository in Spring
Before you learn the difference between @Component, @Service, @Controller, and @Repository annotations in Spring framework, it’s important to understand the…
Read More » -
Core Java
Split a File as Stream
Last week I discussed that the new (@since 1.8) method splitAsStream in the class Pattern works on the character sequence…
Read More » -
Agile
Getting to Working Software – Introduction
“Working software” – How is it made? Here’s the secret sauce – Working software is really about the people who…
Read More » -
Software Development
When to Switch to Microservices
With the rise of microservice architecture in the past couple of years, many developers find themselves wondering if it’s right…
Read More » -
Enterprise Java
AppDev in the Cloud with Financial Customer Evaluation Solution
The oldest business logic demo in modern JBoss BRMS times is the Customer Evaluation example launched back in June 2012. Back…
Read More » -
Enterprise Java
Spring Framework – Application Context – Three ways to get to the application context
This article shows you three different ways how to get to the Spring Framework Application Context in your code. Summary…
Read More »