-
Enterprise Java
Annotated controllers – Spring Web/Webflux and Testing
Spring Webflux and Spring Web are two entirely different web stacks. Spring Webflux, however, continues to support an annotation-based programming model An endpoint defined…
Read More » -
Enterprise Java
AWS Is Even Cloud-ier and Kuberneties-ier with Fargate and EKS
At re:Invent this week, AWS announced a ton of cool things. You should check out their page on it for…
Read More » -
Enterprise Java
Zero to Cloud Ops on Container Development Kit (CDK) in Minutes
While this was fun, it was not really feasible and quickly ran into limitations in use.Some time ago I walked through…
Read More » -
Software Development
Amazon Elastic Beanstalk Tutorial – The ULTIMATE Guide (PDF Download)
EDITORIAL NOTE: AWS Elastic Beanstalk is an orchestration service offered from Amazon Web Services for deploying infrastructure which orchestrates various…
Read More » -
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 »