Question

I am currently developing my project using Spring, Sutruts2 & Hibernate. Now i want to apply acegi security for authentication & authrization purpose.

But, i m totally new with acegi, so i want to use acegisecurity framework with spring configuration.

If anyone have link for an simple example of acegi with spring, struts2 & hibernate then please provide me it.

Thanx in advance.....

Was it helpful?

Solution

Are you using acegi or spring security? Acegi has been repackaged (and simplified with respect to configuration) to become spring security, as described on the homepage

Acegi Security is now Spring Security, the official security project of the Spring Portfolio. If you are planning a new project, we'd recommend you consider using Spring Security. Acegi Security 1.0.7 will be the last non-critical release of the 1.0.x series.

See also Ben Alex's blog

Update: A spring security tutorial is available here

OTHER TIPS

There is a tutorial sample available as part of the acegi distribution.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top