Creating tables are very important when implementing with Office or LaTeX, because the information in table is consistency, not verbose.
[Read More]
Fix problem when installing many JDK version
When we need to install JDK 12 to utilize some new features in Java 12, we will encounter some problems that are related to multiple versions of JDK.
[Read More]
Repository pattern
In this article, we will find out something about Repository pattern such as the context’s problem, when to use Repository pattern, the advantages and disadvantages, …
[Read More]
Common problems in Java
When we are working with Java from a newbie, we’re always to think about some common tasks such as convert list to array, … In order to reduce the time of these problems, we can sum up all solutions to this article. It is convenient that we can see them...
[Read More]
Basic entity class in JPA
When we work with Java web development, we have to implement with database. Normally, we will use JDBC or JDBC template for doing this problem. But to make it easier, we will use the new technology called ORM - Object Relational Mapping. The standard version of ORM is JPA. JPA...
[Read More]