Re: Reasons against using Acegi with Wicket?

2010-03-22 Thread David Chang
James, I did read some of your code for clues regarding how to program Wicket. Glad to know that it even has Acegi integration there!!! Best, David --- On Mon, 3/22/10, James Carman wrote: > From: James Carman > Subject: Re: Reasons against using Acegi with Wicket? >

Re: Reasons against using Acegi with Wicket?

2010-03-22 Thread James Carman
David, My example application I pointed out to you contains a Spring Security (formerly Acegi) configuration for Wicket (with a superclass for the application/session). That should help get you off the ground quickly if you want to go with Spring Security. James On Mon, Mar 22, 2010 at 8:15 AM,

Reasons against using Acegi with Wicket?

2010-03-22 Thread David Chang
Hello, I am learning Wicekt via the book WIA and I understand that Wicket has its own way (interfaces, components, sub-projects) of handling web security. I am thinking about using Acegi with Wicket. The reason is that I am familiar with Acegi, but I hope I am not going to do the wrong thing wi