Solution : Open file org.eclipse.wst.common.project.facet.core.xml and edit version on jst.web part.
JAVA Programming
Setting PostgreSQL Datasource in JBOSS EAP 6.4 & 7.0
Hi, I just want to sharing about how to create datasource in JBOSS EAP 6.4 and 7.0. The reason why I write this is quite simple, I have certain Spring application which deployed in JBOSS EAP 6.4, when I’m gonna move this application on the new application server which JBOSS EAP 7.0 it was failed. […]
Executing Another Method After Few Second in Java
Hi I just want to write a simple code, sometimes we want to post delay executing a particular method after few seconds (mins or hours). and the result is :
Sticky Code : Search Nearest Time with Joda Time
Hi Everyone, since couple days ago I was thinking how to find the nearest time without date helper. Okay, let me give you the case. Imagine that you have a work shift, this work shift has a shift start time and shift end time. And then the work shift period maybe has a cross day, […]
Simple Login Form with Spring MVC and Interceptor
Hi everyone in this post I just want to show you on how to create a simple form login with Spring MVC and Interceptor (without additional security framework). Do not practice this tutorial to your complex project, it’s a just snippet code to make simple system authentication and you don’t have to add additional security […]