Home Blog Java Page 2

Java

MVC is an abbreviation for a design pattern. What does it stand for and what is the idea behind it? MVC stands for Model-View-Controller. The idea...
What is the concept of AOP? Which problem does it solve?Aspect Oriented Programming (alias AOP) is a concept of separating cross-cutting parts of an...

Fast Logback

0
I've been reading Logback documentation today and found an interesting moment about its speed of logging.Assuming we have set a logging level higher than...

The lost camel

0
There is something interesting about Camel Routes.Usually they are defined in the beginning and assumed to have the same endpoints. But today I had...
Some background...In this series of posts I will give the answers I found for each of the Core Spring 4.2 Study Guide questions (you can...
Servlets are programs that run on Web server (or Application server, which is usually called servelt container) and act as a middle layer between the...
Java Message Service (JMS) is vendor-agnostic Java API that one can use to integrate heterogeneous systems. This API is implemented by many vendors in their Message-Oriented...