Skip to content

EsanLe/spring-struts-hibernate-login-register-with-authroztion-and-remeber-me-best-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring struts hibernate login register with authroztion and remeber me best practice

This project implements a simple login register and edit employees information webapp using Spring4 struts2 and hibernate3. It is really helpful for those who learn the framework for the first time

Screenshot

Login form

login

Register form

register

List form

list

Features

  • Remember me function: login with cookies when a new session is created.
  • Series and Token: Series and tokens is generated and stored in database like the way discused here . An alternate way to implement the function is using the Spring Security like here.
  • Only the owner can access the item that create by him

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages