Wicket « Development « Spring Q&A





1. Can webapplication be notified that the web container (ex. Tomcat) is reloading, unloading or shutting down    stackoverflow.com

I 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.com

I'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


What are the steps required for enabling a Java web application (Developed using Spring + Wicket) to accept client file uploads to a specific directory on the server.
While Googling for answers ...

4. How can I bind a spring-injected dependency to a wicket page?    stackoverflow.com

How 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

org.apache.wicket.protocol.http.WebApplicationFactoryCreationException: Unable to create application factory of class org.apache.wicket.spring.SpringWebApplicationFactory
        at org.apache.wicket.protocol.http.WicketFilter.getApplicationFactory(WicketFilter.java:228)
        at org.apache.wicket.protocol.http.WicketFilter.init(WicketFilter.java:271)
     ...

6. Injecting dependcies using @Autowired into objects created with "new ..."    stackoverflow.com

I 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.com

In my wicket spring based applications, I have this method to inject the spring manager to the WebApplication class:

private void initManager() {
    ApplicationContext applicationContext = WebApplicationContextUtils.getRequiredWebApplicationContext(getServletContext());
   ...

8. Unit tests with Wicket and Spring fail if run by maven in suite    stackoverflow.com

I'm testing a Wicket-Spring application, and two tests refers to some session scoped bean.

@Test
@DirtiesContext
public void testGetLoggedUser() {


    //every session bean access must be wrapped within a request
 ...

9. How to make Spring play nice with Wicket? (ContextLoaderListener problem)    stackoverflow.com

To my knowledge, and according to instructions I've found (like this and this too), I need this in web.xml for Spring to work:

<listener>
    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
In ...





10. Wicket framework    forum.springsource.org

Well, 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.org

Wicket + 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.org

Hi, 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