Category Archives: Spring

What are Java Beans

What Are Java Beans? ☕ If you’ve ever wondered what Java Beans are, you might be forgiven for picturing a steaming cup of coffee with a sprinkle of syntax sugar. But no — we’re not talking about your morning brew (though the name does make you crave one). JavaBeans are reusable software components in Java. […]

Spring Rest Endpoint Test With MockMVC + ApplicationEvent

Problem Addressed In a service oriented architecture, known as SOA, we have several microservices that get regularly deployed. The  strategy and various needs of deployment of such services has already been solved by applications like kubernetes. From a quality perspective there needs to be a high level test after any service is deployed or any […]