Oracle Application Development Framework vs Spring Boot comparison

Cancel
You must select at least 2 products to compare!
Oracle Logo
1,561 views|1,027 comparisons
87% willing to recommend
VMware Logo
28,805 views|18,749 comparisons
95% willing to recommend
Comparison Buyer's Guide
Executive Summary

We performed a comparison between Oracle Application Development Framework and Spring Boot based on real PeerSpot user reviews.

Find out in this report how the two Java Frameworks solutions compare in terms of features, pricing, service and support, easy of deployment, and ROI.
To learn more, read our detailed Oracle Application Development Framework vs. Spring Boot Report (Updated: March 2024).
768,578 professionals have used our research since 2012.
Featured Review
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 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 most valuable features of this solution are the business components.""We can create objects that allow us to develop pages and applications very rapidly.""It's database-centric, and it's seemingly easy to use the model–view–controller pattern that's built-in.""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.""The best part of Oracle ADF is being able to easily write code in Java with JavaBean files.""The most valuable feature of the Oracle Application Development Framework is the rapid development and the security it provides."

More Oracle Application Development Framework Pros →

"Features that help with monitoring and tracking network calls between several micro services.""It is stable.""It is a very scalable solution.""The solution is easy to use; I primarily employ integrated templates such as the REST template.""The solution's framework is stable.""The API gateway and cloud configuration allows us to configure the properties outside of the service with respect to enrollment.""It gives you confidence in a readily available platform.""The setup is straightforward."

More Spring Boot Pros →

Cons
"The performance of this solution needs to be improved because it is very slow.""Lacks tailoring to geographic regional differences and consistent integration with third parties.""Oracle ADF needs more components and the layout can be improved.""You need to have Oracle ADF on-premises to build a big project. You need to have a dependable front-end application.""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.""The model layer could be improved for performance because once that part gets bloated, the performance is lacking. So, there is room for performance optimization.""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."

More Oracle Application Development Framework Cons →

"The product could be improved by supporting and integrating Hadoop.""We'd like to have fewer updates.""communicationbetween different services from the third party layers or with the legacy applications needs to improve.""The tool's documentation could be improved, especially by tying it back to frequently asked questions and issues users have. A feedback loop in which the documentation targets the most commonly asked user questions would make using the solution easier. Essentially, I want a more user-centered approach to documentation rather than a purely technical focus.""Having to restart the application to reload properties.""When the dependencies within those starter packages clash, mismatch or have a hazard, it is hard to solve the issue.""Nothing really comes to mind in terms of areas of improvement.""The solution has some vulnerabilities and fails our security audits, forcing us to keep fixing the solution."

More Spring Boot Cons →

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."
  • "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."
  • "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."
  • More Oracle Application Development Framework Pricing and Cost Advice →

  • "Spring Boot is free; even the Spring Tools Suite for Eclipse is free."
  • "This is an open-source product."
  • "It's open-source software, so it's free. It's a community license."
  • "This solution is free unless you apply for support."
  • "As Spring Boot is an open-source tool, it's free."
  • "Spring Boot is an open source solution, it is free to use."
  • "If you want support there is paid enterprise version with support available."
  • "This is an open source solution."
  • More Spring Boot Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which Java Frameworks solutions are best for your needs.
    768,578 professionals have used our research since 2012.
    Questions from the Community
    Top Answer: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.
    Top Answer:The model layer could be improved for performance because once that part gets bloated, the performance is lacking. So, there is room for performance optimization. On the View Controller part, the UI… more »
    Top Answer:1. Open Source 2. 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… more »
    Top Answer: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, which… more »
    Top Answer: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 offers… more »
    Ranking
    8th
    out of 12 in Java Frameworks
    Views
    1,561
    Comparisons
    1,027
    Reviews
    4
    Average Words per Review
    401
    Rating
    7.5
    1st
    out of 12 in Java Frameworks
    Views
    28,805
    Comparisons
    18,749
    Reviews
    29
    Average Words per Review
    414
    Rating
    8.5
    Comparisons
    Also Known As
    Oracle ADF
    Learn More
    Overview

    Oracle ADF is an end-to-end Java EE framework that simplifies application development by providing out-of-the-box infrastructure services and a visual and declarative development experience. Oracle ADF simplifies Java EE development by minimizing the need to write code that implements the application’s infrastructure allowing the developers to focus on the features of the actual application. Oracle ADF provides these infrastructure implementations as part of the framework. It also implements the Model-View-Controller design pattern and offers an integrated solution that covers all the layers of the architecture integrated with the Oracle SOA and WebCenter Portal frameworks.

    Spring Boot is a tool that makes developing web applications and microservices with the Java Spring Framework faster and easier, with minimal configuration and setup. By using Spring Boot, you avoid all the manual writing of boilerplate code, annotations, and complex XML configurations. Spring Boot integrates easily with other Spring products and can connect with multiple databases.

    How Spring Boot improves Spring Framework

    Java Spring Framework is a popular, open-source framework for creating standalone applications that run on the Java Virtual Machine.

    Although the Spring Framework is powerful, it still takes significant time and knowledge to configure, set up, and deploy Spring applications. Spring Boot is designed to get developers up and running as quickly as possible, with minimal configuration of Spring Framework with three important capabilities.

    • Autoconfiguration: Spring Boot applications are initialized with pre-set dependencies and don't have to be configured manually. Spring Boot also automatically configures both the underlying Spring Framework and any third-party packages based on your settings and on best practices, preventing future errors. Spring Boot's autoconfiguration feature enables you to start developing Spring applications quickly and efficiently. With Spring Boot, you reduce development time and increase the overall efficiency of the development process.

    • Opinionated approach: Spring Boot uses its own judgment for adding and configuring starter packages for your application, depending on the requirements of your project. (These are defined by filling out a simple web-form during the initialization process.) Spring Boot chooses which dependencies to install and which default values to use according to the form’s values.

    • Standalone applications: Spring Boot allows developers to create applications that can run on their own without relying on an external web server, by embedding a web server inside the application. Spring Boot applications can be launched on any platform simply by hitting the Run command.

    Reviews from Real Users

    Spring Boot stands out among its competitors for a number of reasons. Two major ones are its flexible integration options and its autoconfiguration feature, which allows users to start developing applications in a minimal amount of time.

    A system analyst and team lead at a tech services company writes, “Spring Boot has a very lightweight framework, and you can develop projects within a short time. It's open-source and customizable. It's easy to control, has a very interesting deployment policy, and a very interesting testing policy. It's sophisticated. For data analysis and data mining, you can use a custom API and integrate your application. That's an advanced feature. For data managing and other things, you can get that custom from a third-party API. That is also a free license.”

    Randy M., A CEO at Modal Technologies Corporation, writes, “I have found the starter solutions valuable, as well as integration with other products. Spring Security facilitates the handling of standard security measures. The Spring Boot annotations make it easy to handle routing for microservices and to access request and response objects. Other annotations included with Spring Boot enable move away from XML configuration.”

    Sample Customers
    Financial Regulatory Authority (FRA) of Egypt, Red Samurai, ChB Jelly House
    Information Not Available
    Top Industries
    VISITORS READING REVIEWS
    Financial Services Firm15%
    Government13%
    Computer Software Company13%
    Manufacturing Company6%
    REVIEWERS
    Financial Services Firm42%
    Computer Software Company16%
    Comms Service Provider11%
    Security Firm5%
    VISITORS READING REVIEWS
    Financial Services Firm21%
    Computer Software Company14%
    Comms Service Provider8%
    Government7%
    Company Size
    REVIEWERS
    Small Business67%
    Midsize Enterprise22%
    Large Enterprise11%
    VISITORS READING REVIEWS
    Small Business21%
    Midsize Enterprise15%
    Large Enterprise64%
    REVIEWERS
    Small Business43%
    Midsize Enterprise17%
    Large Enterprise40%
    VISITORS READING REVIEWS
    Small Business19%
    Midsize Enterprise14%
    Large Enterprise68%
    Buyer's Guide
    Oracle Application Development Framework vs. Spring Boot
    March 2024
    Find out what your peers are saying about Oracle Application Development Framework vs. Spring Boot and other solutions. Updated: March 2024.
    768,578 professionals have used our research since 2012.

    Oracle Application Development Framework is ranked 8th in Java Frameworks with 9 reviews while Spring Boot is ranked 1st in Java Frameworks with 38 reviews. Oracle Application Development Framework is rated 7.8, while Spring Boot is rated 8.4. The top reviewer of Oracle Application Development Framework writes "Eases the writing of code in Java with JavaBeans; easy to set up". On the other hand, the top reviewer of Spring Boot writes "It's highly scalable, secure, and provides all the enhanced tools I need. ". Oracle Application Development Framework is most compared with Spring MVC, Jakarta EE and Apache Spark, whereas Spring Boot is most compared with Jakarta EE, Apache Spark, Open Liberty, Eclipse MicroProfile and Amazon Corretto. See our Oracle Application Development Framework vs. Spring Boot report.

    See our list of best Java Frameworks vendors.

    We monitor all Java Frameworks reviews to prevent fraudulent reviews and keep review quality high. We do not post reviews by company employees or direct competitors. We validate each review for authenticity via cross-reference with LinkedIn, and personal follow-up with the reviewer when necessary.