Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

344
Views
Difference between Spring MVC and Spring Core

Are Spring MVC and Struts MVC are alike? and in Spring MVC is it only presentation layer like struts MVC? Does Spring core is used in Spring MVC. could you please elaborate on how Spring Core is used in Spring MVC.

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Those are very broad questions and I will try to put them in simple terms.

Does Spring core is used in Spring MVC? How Spring Core is used in Spring MVC?

Yes, Spring MVC uses Spring core. First of all, Spring core is an IOC container which injects the dependencies into various bean classes (like your controller classes, Service classes, etc..). So, spring-mvc leverages the power of the IOC container (spring-core) to set up the web framework components like WebApplicationContext and resolving/creating ViewResolver objects, etc..

I suggest you can look here for a detailed understanding of how spring modules collaboratively work with each other.

Are Spring MVC and Struts MVC are alike? and in Spring MVC is it only presentation layer like struts MVC?

They both have few similarities like they follow FrontController pattern i.e., Spring uses DispatcherServlet and Struts uses ActionServlet. But spring offers much more configurations by using various components (like adapters, handlers, etc..) inside the web application, for example, you can easily configure which content needs to be consumed/produced from controllers. You can look here on this for a detailed explanation on the differences between both of these frameworks.

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!