Ramprasad
Ramprasad

Reputation: 31

can i use Spring framework for developing JSP application?

I have Eclipse-EE 3.6 IDE...I want to develop a Web Application using JSP and Servlet.

I plan to develop this application using Spring framework.

is it possible...can i use Spring framework for developing JSP application?

can you provide some Tutorials for JSP Application development using spring for beginners.

Upvotes: 0

Views: 6552

Answers (3)

Ralph
Ralph

Reputation: 120871

Yes, I would say, that this is one of the most done use case for Spring.

Anyway: I strongly recommend to use STS (SpringSource Tool Suite), it is free and based on Eclipse 3.6 Java EE, but provides additional Spring features. For example the some templates for Spring Projects (new Project/SpringSource Tool Suite/Spring Template Project).

And one very interesting Feature: Task Base Tutorials. They are great if you want to lern form an example: Dashbord/Tutorials/

Upvotes: 0

Bozho
Bozho

Reputation: 597402

Yes, you can. JSP is a standard view technology for spring-mvc. I'd recommend the official spring-mvc documentation

Upvotes: 0

Related Questions