You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the project. It's been 2 years, so I don't know if this project is still active. But I'll try.
My project uses Spring 4.0.0.RELEASE, Java 7, Tomcat 7 and servlet 3.0. I pointed the request dispatcher to listen at / where I have my index resource. Unfortunately I'm getting this:
Yes, unfortunately I'm not actively working on this library any more as I no longer use Spring or GCT. The latter doesn't seem to get much love from Google these days either.
Have you looked at more widely used/supported options like Mustache?
Yes I've looked at Mustache. I simply wanted an entry point with spring-closure-templates, then make use of mustache only on the client side. But it seems the reverse will be the case.
Hi,
Thanks for the project. It's been 2 years, so I don't know if this project is still active. But I'll try.
My project uses Spring 4.0.0.RELEASE, Java 7, Tomcat 7 and servlet 3.0. I pointed the request dispatcher to listen at / where I have my index resource. Unfortunately I'm getting this:
That class seems deprecated. When I switched to try out guice 3, the stack trace is similar to the one above.
Any plans to get spring-closure-template to work on Spring 4, Java 7, Tomcat 7 and servlet 3.0?
Thanks for helping out.
The text was updated successfully, but these errors were encountered: