snippet

tips and tricks, examples,code snippet and links about Java, JavaScript, jquery, css, html, unix/linux, oracle, mysql, php and web designs that related to my interest

Wednesday, July 31, 2013

link to the old java documentation / java archive

›
http://www.oracle.com/technetwork/java/javase/archive-139210.html http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-ar...
Monday, May 28, 2012

MySQL dump and restore

›
#create dump file mysqldump -u root -p db_test1 > test.db #load dump file to database mysql -u root -p db_test2 < test.db if an ...
Sunday, May 27, 2012

Example of Spring MVC 3 Handling Static Content

›
Taken from stackoverflow by Joris: http://stackoverflow.com/questions/1483063/spring-mvc-3-and-handling-static-content-am-i-missing-somethin...
Wednesday, May 23, 2012

Error : Could not get the value for parameter encoding for plugin execution default-resources ...

›
This error happened when my friend tried to load a spring maven based project in her STS 2.9.1 IDE causing the dependencies jars were not ab...
2 comments:
Tuesday, May 22, 2012

Producer Extends, Consumer Super (PECS)

›
I always remember-and-forget about this Java Generics concept. So I will put it here as easy reference lookup for me. public static <T...
Wednesday, May 16, 2012

Prevent HQL Injection Via Named Parameter

›
hibernateTemplate.find("from User where username ='" + name + "'"); hibernateTemplate.findByNamedParam("...
Friday, May 11, 2012

Spring Mobile + Spring Security + Hibernate + MySQL

›
Based on my readings on this , this and this , I came out with a testing project . Jquery Mobile is also used as the basic layout for mobil...
2 comments:
›
Home
View web version

About

My photo
khairil
shah alam/bestari jaya, selangor, Malaysia
Logs for my technical stuffs
View my complete profile
Powered by Blogger.