Hi .
I wonder if wicket can act as a servlet front controller ?

I have a normal wicket webapp , but I need one "endpoint" to process Yahoo's
bbAuth's request.
Yes , I can write normal servlet to process this , but normal servlet lacks
of spring injection and cannot access to wicket's environment.
Therefore , I need a specialized wicket "endpoint" , and that endpoint must
coexist with my wicket app .
How to do that ?

Reply via email to