Joshua Java

Posts Tagged ‘spring

Setting up Spring + Wicket on Websphere 5

Posted by: Joshua on: November 14, 2007

Generally you won’t find any problem setting up Wicket on Websphere 5 using WicketFilter. But there are some situation where you just can’t use WicketFilter. One case of that is if you integrate Wicket with Spring, then you’re in trouble. Why?

ContextLoaderListener doesnt’ work on Websphere 5 which is another darkside of Websphere because Servlet [...]