«
Prev
»
Next
Spring / Spring interview questions
Mention the steps to create a Web application using Spring.
- Download Spring and its dependency jars from Spring site. You may also configure spring dependency using Gradle or maven.
- Create application context XML to define beans and dependencies.
- Integrate application context xml with web.xml.
- Deploy and run the application.
More Related questions...
Comments & Discussions