Recent Posts

Programming java form base authentication

less than 1 minute read

add security-constraint, login-config, security-role into web.xml<security-constraint>        <display-name>securityconstraint</display-name...

Programming hibernate annotations example

1 minute read

Hibernate annotations - hibernate without the mapping filesnote: you must use jdk1.5, hibernate 3.2 core and annotationscreate hibernate.cfg.xml<pre st...