Hi everyone, this is the 2nd sequel from my last posting. In the previous posting we have learned to build a Spring Web Application (less xml) from the scratch (adding project, library, and so on).In this posting I will tell you basic knowledge how to integrate your previous application with Hibernate and Postgresql. So in […]
spring
Spring MVC Java Config from the scratch
It’s been months since my last posting , I realized that I am very busy to write something here. So to make this blog ‘still alive’ I want to tell you the basic knowledge about Spring MVC (again), how to build Spring MVC with Java Config (less xml) from the scratch, what I mean here […]
Simple CRUD Spring MVC and Thymeleaf
In the previous post, I showed you how to integrating Spring MVC and Thymeleaf. In this chapter I will show you step by step to create Simple CRUD using Spring MVC and Thymeleaf
Generate QR Code in Java
Spring Localization Using Java Configuration
Now I will guide you how to performing Localization in Spring using Java Configuration, this is our goal : as default page will showing simple text hello world in English, and when you click “In” at the top-right, these sentence will translate into Bahasa Indonesia. Before we start to write code, firstly I would like […]