In this article, we will learn how to use the fire-and-forget pattern to improve performance of system with its implementations.
[Read More]
Producer/Consumer Pattern
Layered architecture pattern
Some websites and ebooks for learning architecture pattern
In order to learn about architecture pattern, we should note about some interesting, good websites and books.
[Read More]
The architecture of JPA
In Java web, we always do work with database such as SQL Server, MySQL, Oracle, … Then, there are so many ways to implement with database like some implementations of ORM (Object Relational Mapping) such as Hibernate, EclipseLink, TopLink, Spring Data JPA.
[Read More]