Monday, March 23, 2009

Re: Spring and GWT 1.6RC

Hi,

anyone can use Spring context listener in web.xml ?

Example:

    <context-param>
        <param-name>contextConfigLocation</param-name>
        <param-value>/WEB-INF/applicationContext.xml</param-value>
    </context-param> 
   
    <listener>
        <listener-class>
            org.springframework.web.context.ContextLoaderListener
        </listener-class>
    </listener> 

On Mon, Mar 23, 2009 at 5:45 AM, Ed <post2edbras@hotmail.com> wrote:

Shouldn't this be reported as an "issue" ?

I thought these issues would be solved now with the usage of Jetty
instead Tomcat as mentioned here:
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/7254dfe963f479ae?hl=en#


-- Ed




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to Google-Web-Toolkit+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: