Website User Management System

I am currently writing a website that will require a login. I have never had to do this before, and I am looking for advice on how to do this.

I assume that there are already open source input entries that I can simply embed on my site, I just need some advice on which to use and tips on where to look for information on how to use them.

If anyone has any knowledge or advice on how to do this, I would really appreciate

Thanks in advance

+5
source share
3 answers

Apache Shiro [1]: "Apache Shiro - Java, , , ".

oAuth . [2].

[1] http://shiro.apache.org/

[2] jersey RESTful oAuth

+4

IMO OAuth Java. OAuth Google ..

Google: http://code.google.com/p/google-oauth-java-client/

+1

, , (tomcat, jetty ..) .

See http://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html for setting up Tomcat.

Spring security is often used as an alternative.

+1
source

All Articles