1. Can webapplication be notified that the web container (ex. Tomcat) is reloading, unloading or shutting down stackoverflow.comI have a Wicket Web Application running in Tomcat. The application uses Spring (via org.springframework.web.context.ContextLoaderListener) to initialise the application. This is all well and good for start up, but what I ... |
2. How to resolve Error listenerStart when deploying web-app in Tomcat 5.5? stackoverflow.comI've deployed an Apache Wicket web-application that uses Spring and Hibernate to my Tomcat 5.5 instance. When I navigate to the Tomcat Manager interface I see that the web-application I deployed ... |
3. Uploading files in Spring+Wicket stackoverflow.com
|
4. How can I bind a spring-injected dependency to a wicket page? stackoverflow.comHow can I bind a particular dependency to a page, and have it injected for components on that page? I have set up an environment in my wicket application, using the (very ... |
5. Unable to create application factory of class org.apache.wicket.spring.SpringWebApplicationFactory stackoverflow.com
|
6. Injecting dependcies using @Autowired into objects created with "new ..." stackoverflow.comI have a problem with injecting a bean into a helper class. It works basically like this: I create an object in the page constructor that does some work, returns some ... |
7. Wicket WebApplication/WebPage circular dependency using spring stackoverflow.comIn my wicket spring based applications, I have this method to inject the spring manager to the
|
8. Unit tests with Wicket and Spring fail if run by maven in suite stackoverflow.comI'm testing a Wicket-Spring application, and two tests refers to some session scoped bean.
|
9. How to make Spring play nice with Wicket? (ContextLoaderListener problem) stackoverflow.comTo my knowledge, and according to instructions I've found (like this and this too), I need this in web.xml for Spring to work:
In ... |
10. Wicket framework forum.springsource.orgWell, i think Juergen has already rejected it, at least from the core developers' perspective :-( We'll have to wait a little more, i have no doubt of the wicket future, ... |
11. Wicket + Spring + Jaserreport (valuable to have a look.) forum.springsource.orgWicket + Spring + Jaserreport (valuable to have a look.) I have a three questions: First is about wicket+spring, is it so that if I use wicket as presentation layer/ web ... |
12. Apache Wicket and Servlet3 addons on the way forum.springsource.orgHi, I've started with 2 new spring roo addon projects: - Apache Wicket addon (http://code.google.com/p/spring-roo-...-wicket-addon/) - Servlet 3.0 (JSR 315) addon (http://code.google.com/p/spring-roo-servlet3-addon/) I will try to release a beta version with ... |
13. Liferay 6 + Wicket + Spring problem liferay.com |