wicket « Security « Spring Q&A





1. Programmatic use of Spring Security    stackoverflow.com

I am using Wicket with the Wicket Auth Project for my presentation layer and I have therefore integrated it with Spring Security. This is the method which is called ...

2. Spring MVC -> Wicket Integration    stackoverflow.com

I'm working on porting part of an existing Spring MVC application over to Wicket. I used the wicket-spring library to get the initial integration working, but now I'm stuck with the ...

3. How to access Session information on service layer?    stackoverflow.com

Is there a way I can share Http/Wicket Session information to the service layer without introducing servlet api/Wicket dependency? I'll provide some context to why am I asking this question, just in ...

4. How to emulate wicket setResponsePage() in spring security    stackoverflow.com

Situation: user is forced to change password when button "Change password" is clicked. This click fires form overridden method onSubmit() (Wicket). In this method:

protected void onSubmit() {

   //changing password ...

5. Anyone on Acegi + Wicket +Spring +Hiberanate    forum.springsource.org

Hi all, Has anyone worked with the integration of Acegi with Wicket. My current project requirement are based on Acegi + Wicket + Spring + Hibernate. Any help is highly appreciated ...

6. Acegi and Wicket    forum.springsource.org

Hi all, Is it possible to use acegi with wicket? I've used acegi with spring-mvc but wicket is very different, so I'm not sure how to do it, or if it ...

7. Acegi w/Wicket not holding Authentication    forum.springsource.org

I have used Acegi w/Spring MVC with no problems and now I'm trying to set it up with Wicket. I followed the wicket tutorial on their site and everything seems to ...

8. wicket with spring security problem    forum.springsource.org

wicket with spring security problem Hi Folks, We are using wicket in our applicaiton and having our own authentication mechanism. My requirement is to provide authorization for all the forms and ...

9. Spring Security and Wicket    forum.springsource.org

Feb 24th, 2009, 09:42 AM #1 jper19 View Profile View Forum Posts Private Message Junior Member Join Date Feb 2009 Location Buenos Aires, Argentina Posts 3 Spring Security and Wicket Hi, ...





10. Interacting with Spring Security from a third party view library (like Wicket)    forum.springsource.org

Interacting with Spring Security from a third party view library (like Wicket) I have a layered application using three layers: Presentation/View: Wicket Business/Service: Spring Singletons Persistence: DAO's using Hibernate (and Spring) ...

11. Wicket and Spring Security    forum.springsource.org

Hi, I am currently working on Wicket and Spring Security but I have one issue, I dont know how I can change the url in wicket. Wicket provides its own security, ...

12. How to integrate Spring Security 2.0.4 with Wicket Framework    forum.springsource.org

How to integrate Spring Security 2.0.4 with Wicket Framework Hi , I am using apache wicket framework in my application.I am integrating spring security with wicket.I have added the following dependency ...