get-free-advice
Clara Icon MEET CLARA - THE AI BEHIND SMARTER SOFTWARE CHOICES
Get Started
/*
Loading...
*/
Spring Framework Reviews

User Rating

4.8/5 (Based on 60 Ratings)

Rating Distribution

  • Excellent

    78.3%
  • Very Good

    20%
  • Average

    1.7%
  • Poor

    0%
  • Terrible

    0%

Do You Use Spring Framework?

Write a Review
Reviews
AU

Anonymous User

August 9, 2023 Source: G2.com
"Awesome product for development"
What do you like best about Spring Framework?

Spring is the best tool available for development

What do you dislike about Spring Framework?

Somehow it is not solve all complicated issues.

What problems is Spring Framework solving and how is that benefiting you?

In financial service is used the most.

Read more
LG

Luciano G

May 26, 2023 Source: G2.com
"Software Architect"
What do you like best about Spring Framework?

Usually, the specifications are available by interfaces where we can choose a library that implement the interface, and this flexibility is beneficial

What do you dislike about Spring Framework?

Nothing over it dislikes me, because of the flexibility

What problems is Spring Framework solving and how is that benefiting you?

No functional requirements, like cryptography, security, etc

Read more
SP

Santosh P

May 25, 2023 Source: G2.com
"Have worked in Spring Framework since 2019"
What do you like best about Spring Framework?

Dependency injection and auto-configuration are the best I like.

What do you dislike about Spring Framework?

Need to configure some external features like rabbit mq, Kafka which is not auto-configured

What problems is Spring Framework solving and how is that benefiting you?

It gives the auto-configuration feature that makes easy to setup any project

Read more
NT

Nitesh T

November 24, 2022 Source: G2.com
"Spring is a very powerful technology to build cutting edge cloud based web services."
What do you like best about Spring Framework?

I like the Inversion of control or Dependency injection of spring. An object has there own role to have there dependencies.

What do you dislike about Spring Framework?

Fewer guidelines, complex to code, difficult to understand

What problems is Spring Framework solving and how is that benefiting you?

Spring Framework is solving my problem with web services.It provide easy access to build cloud-based web applications also the security is fully optimized and can be overridden.

Read more
SC

Saksham C

August 23, 2022 Source: G2.com
"A key fundamental tool for all Java developer"
What do you like best about Spring Framework?

As a Java developer, I use the Spring framework on day to day basis. I like the integration with other modules such as third-party libraries and new updates make it compatible to add features coming to Java new versions. Overall it is really helpful compared to Spring MVC or Sturts.

What do you dislike about Spring Framework?

Everything is good about Spring Framework nothing wrong or negative in particular but what could have been better is finding jar compatibility. After many years of working, I know where to look so it might be challenging for beginners.

What problems is Spring Framework solving and how is that benefiting you?

Spring framework is a collection of a different set of modules that were separated in previous frameworks like Struts so it greatly helped not just to create web applications but also benefited selecting the configuration as needed for the particular application. Spring also has a huge community which is helpful if some developer stuff while performing development tasks. Also, it is aligned to the latest changes in programming language and building tools like Maven.

Read more
RS

Ritesh S

August 4, 2022 Source: G2.com
"Powerful Java Framework"
What do you like best about Spring Framework?

Use of POJO: Supports POJO for developing an application is that you don’t need an enterprise container like an application server.

Flexibility for configuring Spring.

No Need Server.

AOP, IOC, DI Support.

What do you dislike about Spring Framework?

Complexitty and large no of classes.

High Learning Curve.

Lots of parallel mechanisms make it difficult to learn.

Sometimes Open Bugs/Issue takes a lot of time to be fixed.

What problems is Spring Framework solving and how is that benefiting you?

We as developers across the community use Spring Framework to develop high-performance and reusable code.

The spring framework is one of the best lightweight frameworks and it is used to develop an enterprise-level application.

Read more
AU

Anonymous User

June 15, 2022 Source: G2.com
"This is the only Java framework that I recommend to everyone."
What do you like best about Spring Framework?

Very easy to use.

Has a lot of configurations.

Has a lot of libraries such as Spring Security,

I like Spring Boot as well if you don’t want to deep dive into configurations you can just get Spring Boot and it will autoconfigure for you.

What do you dislike about Spring Framework?

I worked with more PHP frameworks and I can say that I love Spring Framework and there is not an item that I can say that I don’t like. Would be better to start the application faster :)

What problems is Spring Framework solving and how is that benefiting you?

I am using the spring framework to create a web application backend with java programming language. It's a tool that helped me to switch from PHP to Java. As you know the difference between that 2 programming languages is big.

Read more
JJ

Jaume J

May 19, 2022 Source: G2.com
"Easy implementation of MicroServices"
What do you like best about Spring Framework?

Easyies way to setup microservices solving HTTP calls, Events and Data Access

What do you dislike about Spring Framework?

Spring security is complex for some problems

Recommendations to others considering Spring Framework:

Easy way to do all services needs (Http calls, Db stuff, API Rests)

What problems is Spring Framework solving and how is that benefiting you?

REST APIs, Caching, Storage Access, Http Calls, Dependency Injection, micro stuff

Read more
RN

Rohit N

December 14, 2021 Source: G2.com
"Your go-to enterprise java Framework"
What do you like best about Spring Framework?

It is a beautiful collection and enhancement of the Java enterprise edition suite. It's effortless and seamless to interact and plug-and-play features.

Its innovative dependency injections and auto configurable dependency management system makes it your first choice. A whole lot of boilerplate code is eliminated while working with the Spring framework and makes your life easy as a developer so that you can focus on the core business logic

What do you dislike about Spring Framework?

It's a bit too heavy if you are not using it for some extensive application. So it is like underutilizing the framework's capability if you are using it for trivial apps. It's an additional burden of background loading and memory-consuming tasks even to perform trivial tasks.

Recommendations to others considering Spring Framework:

Best framework to use if your backend language is java

What problems is Spring Framework solving and how is that benefiting you?

We are building enterprise software with the help of spring framework. It is making development of clean and maintainable code. Its vast variety of feature set and large community support enable us flexible integration

Read more
ED

Enrique A. D

November 10, 2021 Source: G2.com
"Excelent framework to Java Developers"
What do you like best about Spring Framework?

I have been using the Spring framework with Spring Boot for almost 5 years and is the best way to easily import and configure dependencies into the Java projects. Also, provide a lite embedded app server (tomcat) to build stand-alone applications and launch it easily with java -jar command.

Also, the Spring framework can be used in other programming languages like Kotlin and Groovy, even if you are not a Java developer this framework can easily provide you the tools to be an expert on it.

What do you dislike about Spring Framework?

Maybe they can include more dependencies configuration in Spring Cloud and other sub-projects. Including more dependencies could make this framework the most used at all times.

Also can incursion into other languages like Phyton and front-end projects like Angular, this is a big challenge to be a complete FullStack development framework.

Recommendations to others considering Spring Framework:

If you are a Developer this a great way to use and include frameworks into the project also provide modules to handle Spring Core Container, Data access (Spring Data), Aspect-oriented, Authentication and authorization(Spring Security), Convention over configuration (Spring boot), Inversion of control container, Messaging(Spring JMS), Model–view–controller(Spring Web, Spring MVC), Remote access framework, Transaction management, Remote management and Testing

What problems is Spring Framework solving and how is that benefiting you?

I'm a Backend Java developer and like I wrote before provides me an easy way to configure the dependencies included in the project with simples annotation also build the executables to deploy the application with just some command line, that helps in deployments for environments with Dockers or the Cloud.

Spring Framework uses inversion of control (IoC) container, which provides consistent means of configuring and managing objects using reflection and also the Singleton Pattern. also provide modules to handle Spring Core Container, Data access (Spring Data), Aspect-oriented, Authentication and authorization(Spring Security), Convention over configuration (Spring boot), Inversion of control container, Messaging(Spring JMS), Model–view–controller(Spring Web, Spring MVC), Remote access framework, Transaction management, Remote management, and Testing

Read more

We understand SaaS better

SaaSworthy helps stakeholders choose the right SaaS platform based on detailed product information, unbiased reviews, SW score and recommendations from the active community.

icon

Buyers

Looking for the right SaaS

We can help you choose the best SaaS for your specific requirements. Our in-house experts will assist you with their hand-picked recommendations.

icon

Makers

Want more customers?

Our experts will research about your product and list it on SaaSworthy for FREE.

Get Listed