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
9th
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 August 2025, in the Java Frameworks category, the mindshare of Oracle Application Development Framework is 3.9%, up from 2.2% compared to the previous year. The mindshare of Spring Boot is 39.9%, down from 42.6% 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 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."
"We can create objects that allow us to develop pages and applications very rapidly."
"There are several valuable features. First is the fast deployment. Also the ease of use."
"The most valuable feature is the ease of integration with other Oracle products."
"The power of Oracle ADF is in the business components."
"It's database-centric, and it's seemingly easy to use the model–view–controller pattern that's built-in."
"The best part of Oracle ADF is being able to easily write code in Java with JavaBean files."
"This is a stable solution that is being used in the HR space."
"We like that the product is open-source."
"I have found the starter solutions valuable, as well as integration with other products."
"The simplicity is excellent."
"The cloud version is very scalable."
"The platform is easy for developers to download."
"It's easy to set up the solution."
"Spring Boot could improve its integration with the major cloud providers. Connectivity with cloud solutions isn't easy compared to other frameworks like Django and Python."
 

Cons

"Lacks tailoring to geographic regional differences and consistent integration with third parties."
"The performance of this solution needs to be improved because it is very slow."
"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."
"The UI is very slow and not up to market standard."
"The application needs to be more lightweight and the performance improved."
"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."
"It needs more applicable control for large-scale application development."
"We'd like them to develop more supporting testing."
"The performance could be better."
"They should include tutorial videos for learning new features."
"It needs to be simplified, more user-friendly."
"They should integrate the solution with more AI and machine learning platforms."
"If you want to create large microservices applications, you need to connect several applications and services to each other. It is very complicated, and Spring Boot does not have an integrated solution for it."
"communicationbetween different services from the third party layers or with the legacy applications needs to improve."
 

Pricing and Cost Advice

"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."
"We have yearly licensing costs."
"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."
"The cost of this solution is approximately $47,000 USD per site."
"This is an open source solution."
"It's an open-source solution."
"Spring Boot is open source. It's a free tool and free framework."
"I use the free version of Spring Boot."
"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."
"I am using a free version of Spring Boot."
"The solution is free."
report
Use our free recommendation engine to learn which Java Frameworks solutions are best for your needs.
865,295 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Government
11%
Manufacturing Company
10%
Insurance Company
10%
Non Profit
10%
Financial Services Firm
30%
Computer Software Company
12%
Manufacturing Company
7%
Government
6%
 

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: July 2025.
865,295 professionals have used our research since 2012.