Maven - Artykuły
Zapanuj nad swoim plikiem pom.xml
Mechanizm zależności jest kluczową cechą Maven. Daje on dużą elastyczność. Dzięki Wersji 2.0 i wprowadzeniu Transitive Dependencies (Zależności Tranzytywne) zarządzanie zależnościami stało się prostsze. Mimo […]
Mini Project RabbitMQ and Java – part 2
In the previous article, I presented RabbitMQ installation and environment preparation in the second part I will show how to send and consume messages from queues. […]
Introduction to Spring Data JPA
Spring Data JPA is a project from large Spring family. It helps to reduce the amount of code by easy implementation of JPA (Java Persistence […]
Mini Project RabbitMQ and Java – part 1
RabbitMQ is a message-queueing software also known as a message broker or queue manager. In simple words, it is software where queues are defined, to […]