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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -