PDA

View Full Version : Spring Web and Servlet 2.4/JSP 2.0



alruiz15
Aug 25th, 2004, 03:37 PM
Hello everyone,
I've been using Spring IoC container with Struts for some time now. I'm switching to Spring Web (dumping Struts). I'm new to Servlet 2.4/JSP 2.0 and would like to use them in my new projects. Can I use Spring Web with Servlet 2.4/JSP 2.0?

Thank you in advance,
--Alex.

pburleson
Aug 25th, 2004, 03:51 PM
Hello everyone,
I've been using Spring IoC container with Struts for some time now. I'm switching to Spring Web (dumping Struts). I'm new to Servlet 2.4/JSP 2.0 and would like to use them in my new projects. Can I use Spring Web with Servlet 2.4/JSP 2.0?

Thank you in advance,
--Alex.

As far as I know you can. There should be nothing in Spring that should stop you.

Patrick

Colin Sampaleanu
Aug 25th, 2004, 04:21 PM
Yes, it will work fine, and of course you'll have more features (JSP/Servlet, not Spring) when running with the later spec.

Regards,

alruiz15
Aug 26th, 2004, 07:33 AM
Thank you very much guys! :)

Best regards,
--Alex.

w197618
Dec 26th, 2005, 10:32 AM
I use spring web 1.2.4, tomcat 5.5.12, and I try to upgrade to servlet2.4 and jsp 2.0, then I always got this problem"cant't find the page", it drive me crazy, why why why?

any help will be appricated



chris