In this article, we will learn how to configure Hibernate in our Java project with Maven. There are some problems when doing with Hibernate, and we will solve them to know more about configuration in Hibernate.
[Read More]
Abstract Factory Pattern
In Creational pattern, abstract factory pattern is at higher lever than the other pattern such as factory method pattern, … It is always used in our system, because it makes our system consistency, and loose coupling between our system and concrete something.
[Read More]
How to use Processor in Java's Reactor
In this article, we will go through processors in reactor of java. In Reactive programming, or especially Spring webflux, to use Processor is important to do with it.
[Read More]