web applications - Simple web site user management with Spring -
i've done many sites, using java, php, etc... when needed user management use httpsession , db keep passwords , session data.
what's recomended/standard way of doing spring in simple way?
there "sub"-project of spring: spring-security. need. provides "jdbc-user-service" authentication provider reads user database table out of box.
Comments
Post a Comment