| Author |
Spring Security or Acegi Security ?
|
Jayaraj Jaganathan
Ranch Hand
Joined: Jun 29, 2009
Posts: 69
|
|
I am confused in choosing spring security or acegi security
I came to know that acegi security is developed using spring and now called as spring security.
but i have downloaded spring security 3.0.2 and extracted it. but i did't find anything related to
acegi.
I tried to find the difference between the two. but i realized that both look similar to me.
I also tried some sample with acegi it has lot of confusing configuration .
please some one help me. which is better and why ?
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4121
|
|
|
They are really the same project - Spring Security is the new name and Acegi Security was the old name.
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
Jayaraj Jaganathan
Ranch Hand
Joined: Jun 29, 2009
Posts: 69
|
|
Nathan Pruett wrote:They are really the same project - Spring Security is the new name and Acegi Security was the old name.
thanks for your reply.
I have another doubt, I have chosen struts2 as my mvc , now i like to add
security for my web application
please let me know which one to choose Spring Security or acegi
do anyone have sample with struts 2 and spring security or acegi security ?
please help me again
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4121
|
|
|
You can implement Spring Security (nee Acegi) as Servlet filters to intercept requests, or annotate models. The view layer library doesn't really impact this decision...
|
 |
Jayaraj Jaganathan
Ranch Hand
Joined: Jun 29, 2009
Posts: 69
|
|
Nathan Pruett wrote:You can implement Spring Security (nee Acegi) as Servlet filters to intercept requests, or annotate models. The view layer library doesn't really impact this decision...
thanks for your reply
i have problem while integration it with spring security
please click
problem description on struts 2 with spring security
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Spring Security or Acegi Security ?
|
|
|