0

I am trying to implement Facebook login in my wicket application. I was going through Spring social and was wondering before continuing, can it be easily implemented with Wicket as it is some sort of Spring MVC like.

user746458
  • 369
  • 2
  • 13
  • 26

1 Answers1

2

It's likely not going to be easy to integrate something built for Spring MVC with Wicket, as they're radically different architectures.

Wicket Facebook project looks like a good start at what you need, though I can't really vouch for it as I've never tried this.

Don Roby
  • 40,677
  • 6
  • 91
  • 113
  • That what I was thinking about using spring social. I have never tried out Wicket facebook also, but I was trying to implement https://cwiki.apache.org/WICKET/adding-facebook-connect.html but nothing is happening. No FB login UI is visible to me. – user746458 Feb 23 '13 at 15:34