It's not a secret anymore!
The moose likes Other Application Frameworks and the fly likes Login with spring acegi. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Login with spring acegi." Watch "Login with spring acegi." New topic
Author

Login with spring acegi.

peter aerts
Greenhorn

Joined: Jan 22, 2009
Posts: 29

hello.
I want to create an university application with spring 2.5 ,hibernate 3.1,jsf 1.2.but first of all i want to write login
that have username,password,usertype(admin,hod,student) with acegi.
could anyone help me.I am really confuse becouse i read acegi reference and many sample but i cant write it yet.
I need a real sample.i want handle errors with acegi capaibility(message.properties) not to redirect to another page like error.jsp.
please help me.
thank you.
Vikas Kapoor
Ranch Hand

Joined: Aug 16, 2007
Posts: 1374
Hello Peter,

After a quick google I found http://www.tfo-eservices.eu/wb_tutorials/media/SpringAcegiTutorial/HTML/SpringAcegiTutorial-1_1-html.html this acegi example.
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

This is probably a little more up to date. http://www.acegisecurity.org/petclinic-tutorial.html
Jay Chmiel
Greenhorn

Joined: Mar 13, 2009
Posts: 8
Are you sure you want to use Acegi? Spring Security is based on Acegi and it makes life a lot easier.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Login with spring acegi.
 
Similar Threads
Login with acegi
load applicationContext from business layer
Spring Security or Acegi Security ?
Consulting Concepts about Security
Acegi security - writing custom username validation to db.