«
Prev
»
Next
Spring / Spring Interview questions II
How do you integrate spring into your Java application?
- Configure spring dependencies in Maven POM xml.
- Create application context xml to define beans and its dependencies.
- Integrate application context xml with web.xml.
- Deploy and Run the application.
More Related questions...
Comments & Discussions