Try our new research platform with insights from 80,000+ expert users

Oracle Application Development Framework vs Spring Boot comparison

 

Comparison Buyer's Guide

Executive Summary

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

Oracle Application Developm...
Ranking in Java Frameworks
10th
Average Rating
7.8
Reviews Sentiment
6.0
Number of Reviews
9
Ranking in other categories
No ranking in other categories
Spring Boot
Ranking in Java Frameworks
1st
Average Rating
8.4
Reviews Sentiment
7.5
Number of Reviews
38
Ranking in other categories
No ranking in other categories
 

Mindshare comparison

As of April 2025, in the Java Frameworks category, the mindshare of Oracle Application Development Framework is 2.5%, up from 2.1% compared to the previous year. The mindshare of Spring Boot is 41.6%, down from 43.8% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Java Frameworks
 

Featured Reviews

Asad Ur Rehman - PeerSpot reviewer
Eases the writing of code in Java with JavaBeans; easy to set up
My advice to anyone who intends to use ADF for the first time is that you must make sure that you have powerful enough hardware in order to run everything smoothly, especially when it comes to JDeveloper. If your hardware is adequate, you can get by without a problem in terms of speed, but be advised that it can use a lot of resources. However, even though ADF is a good product with great scalability that has really helped me out in hard times since 2014, I would ultimately recommend that new users look toward Oracle APEX instead of ADF. I would rate Oracle Application Development Framework a nine out of ten.
RajuGottupalli - PeerSpot reviewer
Minimizes a lot of coding, improves the time to market, and is easily deployable and configurable
Spring Boot is a bounded framework. The services we develop are purely synchronous services, so there's a blocking and waiting state. This is a big problem in microservices. To avoid this problem, we have to make the service a reactive session. It has to be reactive to a particular load, particular condition, or based on the number of requests hitting the particular service. All these factors make the service a reactor. There's another module in which Spring Boot provides spring reflex. This module enables the reactiveness of the service, meaning that it eliminates the blocking and waiting state. For example, if you're sending a get operation or a post operation, there won't be any waiting for it to actually hit that particular network to get the data from another service. It continuously flows the request, and there is a zero waiting pack. Vert.x is another good framework where there are similar features or similar benefits with having a reactive session. Spring Boot is a license resource, so it's a framework where we can customize our solution or a particular requirement to build a good solution using Spring Boot. But it's an opinionated framework, meaning that it's completely bounded. You have only one direction to find a solution, whereas Vert.x is an unopinionated framework. Unopinionated is a kind of a toolkit where you can have more optimization and a more flexible solution, which is suitable to your requirements. In Spring Boot, the opportunities are limited. With Vert.x and other programming tools, we have multiple options to explore the solution in a different way and achieve a nonfunctional requirement of thousands transactions in a second. Spring Boot might not support this kind of non-functional requirement. Vert.X is a very good solution to solve critical NFRs for a particular application.

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"The best part of Oracle ADF is being able to easily write code in Java with JavaBean files."
"The most valuable feature is the ease of integration with other Oracle products."
"There are several valuable features. First is the fast deployment. Also the ease of use."
"The single sign-on features applied to Oracle Cloud is a valuable feature. All parts of this application are compatible with single sign-on, where you have a security feature that is very good in Oracle Cloud."
"We can create objects that allow us to develop pages and applications very rapidly."
"The power of Oracle ADF is in the business components."
"The most valuable features of this solution are the business components."
"The most valuable feature of the Oracle Application Development Framework is the rapid development and the security it provides."
"The setup is straightforward."
"Spring Boot is much easier when it comes to the configuration, setup, installation, and deployment of your applications, compared to any kind of MVC framework. It has everything within a single framework."
"The platform is easy for developers to download."
"Spring Boot's configuration is easy, and it has an out-of-the-box deployment."
"The simplicity is excellent."
"Spring Boot provides an all-in-one solution for the libraries needed to create a Win app. It covers all the aspects, including validation, security, etc. It provides all those features out-of-the-box. You can do almost everything with Spring Boot."
"The most valuable feature of Spring Boot is all the interactions to various applications happen using Spring Boot."
"Spring Boot's main feature is that it's great for DevOps because you can write your own application. You don't need to install Apache Tomcat. You can create your project easily with a few clicks."
 

Cons

"The performance of this solution needs to be improved because it is very slow."
"The UI is very slow and not up to market standard."
"Oracle Application Development Framework is set to go out of support over the next three years but they should provide support for the solution for the longer term. Additionally, there needs to be more overall optimization and specifically in webpage rendering. The solution uses a lot of resources, and in order for them to move forward, they would have to create a smaller resource impact."
"The application needs to be more lightweight and the performance improved."
"Lacks tailoring to geographic regional differences and consistent integration with third parties."
"You need to have Oracle ADF on-premises to build a big project. You need to have a dependable front-end application."
"Oracle ADF needs more components and the layout can be improved."
"I use JDeveloper along with ADF and, unfortunately, JDeveloper is a very slow tool. It takes a lot of time to accomplish things with it during both development and deployment. I hope that Oracle will improve JDeveloper to make it run faster."
"We'd like them to develop more supporting testing."
"Perhaps an even lighter-weight, leaner version could be made available, to compete with alternative solutions, such as NodeJS."
"The cloud packaging is not very straightforward."
"If you want to have multiple integrations, the setup phase will become complex."
"When we change versions, we run into issues."
"It needs more applicable control for large-scale application development."
"The solution has some vulnerabilities and fails our security audits, forcing us to keep fixing the solution."
"Nothing really comes to mind in terms of areas of improvement."
 

Pricing and Cost Advice

"The cost of this solution is approximately $47,000 USD per site."
"We use a lot of Oracle products and in total, we pay about £5 million ($6.1 million USD) per year."
"Oracle ADF is an expensive product. I don't know the actual figures, but our licensing costs for the year 2020, for example, were very high."
"The solution has an annual licensing cost and there are only standard fees. If you want Oracle support this is charged extra on top of the licensing fees."
"We have yearly licensing costs."
"If you want support there is paid enterprise version with support available."
"It's open-source software, so it's free. It's a community license."
"Spring Boot is an open-source solution."
"I am using a free version of Spring Boot."
"It's an open-source solution."
"Spring Boot is open source. It's a free tool and free framework."
"This solution is free unless you apply for support."
"I use the free version of Spring Boot."
report
Use our free recommendation engine to learn which Java Frameworks solutions are best for your needs.
845,040 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Computer Software Company
16%
Government
10%
Non Profit
10%
Manufacturing Company
9%
Financial Services Firm
28%
Computer Software Company
14%
Government
7%
Manufacturing Company
7%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
 

Questions from the Community

Ask a question
Earn 20 points
What do you like most about Spring Boot?
1. Open Source2. Excellent Community Support -- Widely used across different projects -- so your search for answers would be easy and almost certain.3. Extendable Stack with a wide array of availab...
Which is better - Spring Boot or Eclipse MicroProfile?
Springboot is a Java-based solution that is very popular and easy to use. You can use it to build applications quickly and confidently. Springboot has a very large, helpful learning community, whic...
Which is better - Spring Boot or Jakarta EE?
Our organization ran comparison tests to determine whether the Spring Boot or Jakarta EE application creation software was the better fit for us. We decided to go with Spring Boot. Spring Boot offe...
 

Also Known As

Oracle ADF
No data available
 

Overview

 

Sample Customers

Financial Regulatory Authority (FRA) of Egypt, Red Samurai, ChB Jelly House
Information Not Available
Find out what your peers are saying about Oracle Application Development Framework vs. Spring Boot and other solutions. Updated: March 2025.
845,040 professionals have used our research since 2012.