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 […]
JAVA Programming
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
Spring MVC and Thymeleaf Integration
Thymeleaf is an alternative as replacement of JSP, please visit http://www.thymeleaf.org/ for the further information about thymeleaf. Now I will show you how to integrate Spring MVC and Thymeleaf.
Generate QR Code in Java
Google Analytics Authentication OAuth 2.0 (step by step)
Since 20 April 2015 google has shutdown ClientLogin, AuthSub, OAuth 1.0 (see detail). I don’t know exactly when the services are finally shut down, I have a portal which uses Google Analytics to retrieve web visitor. Error console log in Eclipse is like this : Okay, so we should change authentication using OAuth 2.0. There are […]