How Servlets work in Java

Beside understanding how JSP works, we will still need to understand how Servlet works in the server-side. It also helps you delve deeper into Java web programming, especially Spring MVC, Boot. [Read More]
Tags: Servlet

How JSP works in Java

When we, assumed as novice programmer, work with Java web, there are so many things to understand, or to be curious. I can list something such as annotations, jsp, servlet, spring framework, hibernate, JDBC, … [Read More]
Tags: Servlet

Configure pom.xml with maven in Java Spring

In order to understand the difficulty when we do not use the maven in Java project, there are some tasks that we have to do: copy resources such as conf files to the build folder. compile the source files. copy dependency jars to build folder. run unit tests. package the... [Read More]
Tags: Maven