TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Oracle Java SE

    Score8.1 out of 10
    N/AOracle Java SE is a programming language and gives customers enterprise features that minimize the costs of deployment and maintenance of their Java-based IT environment.N/A

    Symfony

    Score10 out of 10
    N/ASymfony is a PHP framework from French company SensioLabs.N/A
    Pricing
    Oracle Java SESymfony
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    Oracle Java SESymfony
    Free Trial
    NoNo
    Free/Freemium Version
    NoNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    Oracle Java SESymfony
    Considered Both Products
    Oracle
    No answer on this topic
    SensioLabs
    No answer on this topic
    Key User Insights
    Would buy again
    96%
    Would buy again
    23 Answers
    No answers on this topic
    Delivers good value for the price
    94%
    Delivers good value for the price
    16 Answers
    No answers on this topic
    Happy with the feature set
    100%
    Happy with the feature set
    24 Answers
    No answers on this topic
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    13 Answers
    No answers on this topic
    Implementation went as expected
    100%
    Implementation went as expected
    22 Answers
    No answers on this topic
    Best Alternatives
    Oracle Java SESymfony
    Small Businesses
    GraalVM
    Score9.1 out of 10
    Laravel PHP Framework
    Score9.9 out of 10
    Medium-sized Companies
    Java Cloud
    Score8.8 out of 10
    Laravel PHP Framework
    Score9.9 out of 10
    Enterprises
    GraalVM
    Score9.1 out of 10
    No answers on this topic
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Oracle Java SESymfony
    Likelihood to Recommend
    9.0
    (33 ratings)
    10.0
    (7 ratings)
    Usability
    9.0
    (3 ratings)
    8.0
    (1 ratings)
    Support Rating
    8.0
    (19 ratings)
    7.0
    (2 ratings)
    User Testimonials
    Oracle Java SESymfony
    Likelihood to Recommend
    Oracle
    Oracle Java SE is well suited to long-running applications (e.g. servers). Java Swing (UI toolkit) is now rather outdated, lacking support for modern UI features. JavaFX, the potential replacement for Swing, has now been separated out of Java core. Ideally, there would be a path to migrate a large application incrementally from Swing to JavaFX, but due to different threading models and other aspects, it is difficult. At this point, it is probably better to use an embedded web browser (e.g. JxBrowser) to provide a modern UI in HTML/Javascript and keep just the business logic in Java.
    Incentivized
    Read full review
    SensioLabs
    Any small project which you want to have ready in a couple of hours would be probably a bad candidate for using Symfony. Even the most seasoned senior developer can easily spend hours or days creating a small MVP with Symfony. While Symfony's learning curve isn't necessarily bad and will depend a lot on the architectural knowledge of the developer itself, because of the modularity required by Symfony you will need to spend a significant amount of time coding. If you are looking for a quick project, perhaps this framework isn't the best solution. Robust applications can benefit from Symfony's architecture. I have participated in projects on different industries including lead generation, marketing and even some micro-services for other industries which use Symfony. Because of how thorough the framework has been architected, you will have a reliable solution.
    Incentivized
    Read full review
    Pros
    Oracle
    • Plenty support built into the tool and IDE like Maven, Ant, Eclipse, IntelliJ.
    • Strong object-orientation language and clear project structure.
    • Wrapper underlines hardware and memory management so the developers can focus on business and implementation.
    • It offers a huge library and framework support from third-parties and the community.
    Incentivized
    Read full review
    SensioLabs
    • Sonata Admin for Symfony is very versatile and we've used it for both the admin part of our website (even created a landing page constructor using it) and for the ERP system we've developed for inside use.
    • It is easy to learn if you know PHP and the community is quite large so you can easily find experts to help you with issues.
    • It's good for high-load projects. We have used it for the back-end of a custom affiliate marketing system that currently processes over 180 million requests per day.
    Incentivized
    Read full review
    Cons
    Oracle
    • Commercial Licensing in 2019. Oracle will charge commercial organizations using Java SE for upgrading to the latest bug fixes and updates. Organizations will now need to either limit their implementation of Java SE or may need to drop it altogether.
    • Slow Performance. Due to the all of the abstraction of the JVM, Java SE programs take much more resources to compile and run compared to Python.
    • Poor UI appearance on all of the major GUI libraries (Swing, SWT, etc.). Through Android Studio, it is easy to get a native look/feel for Java apps, but when it comes to desktops, the UI is far from acceptable (does not mimic the native OS's look/feel at all).
    Incentivized
    Read full review
    SensioLabs
    • More powerful ecosystem of apps (paid and free)
    • Doctrine (which is the goto ORM) needs more work
    • Queue manager UI
    • Deployment options
    Incentivized
    Read full review
    Usability
    Oracle
    Oracle Java SE provides the new features along with timely security patches. New features like Record patterns and pattern matching for switches are very useful. With every new release of Java, it is getting better. Sequenced collections are also an interesting feature added to Java. With all these new features, backward compatibility is also maintained.
    Incentivized
    Read full review
    SensioLabs
    It can be a little complex at the begining comapred to some other frameworks, but this gives very good structure and makes it bulletproof for scaling actually large applications. The framework is built in a way that you can start simple and bring incremental improvements to make sure your app responds to traffic, demand, and growing usage.
    Incentivized
    Read full review
    Support Rating
    Oracle
    Java is such a mature product at this point that there is little support from the vendor that is needed. Various sources on the internet, and especially StackOverflow, provide a wealth of knowledge and advice. Areas that may benefit from support is when dealing with complex multithreading issues and security libraries.
    Incentivized
    Read full review
    SensioLabs
    There is a lot of community support but because Symfony is so flexible and unopinionated, there are too many ways to do things and if you lock yourself into one way, most of the advice online will not work for you.
    Incentivized
    Read full review
    Alternatives Considered
    Oracle
    Chose to go with Java instead of Python or C++ due to the expertise on the ground with the technology, for its ease of integration with our heterogeneous setup of production servers, and for the third party library support which we've found was able to address some challenging aspects of our business problem.
    Incentivized
    Read full review
    SensioLabs
    Symfony has become such a standard that many frameworks which previously may have been seen as competition, are actually adopting Symfony components to allow them to focus more on what makes their solution unique. Drupal 8 has replaced much of its low-level internal code with Symfony components. Laravel utilizes much from Symfony and builds on it. CakePHP was my preferred framework over Zend and CodeIgniter, but now I typically prefer Symfony or Laravel depending on the type of application and complexity of what I'm doing.
    Incentivized
    Read full review
    Return on Investment
    Oracle
    • The different versions make it harder to work with other companies where some use newer versions while some use older versions, costing time to make them compatible.
    • Licenses are getting to be costly, forcing us to consider OpenJDK as an alternative.
    • New features take time to learn. When someone starts using them, everyone has to take time to learn.
    Incentivized
    Read full review
    SensioLabs
    • One negative thing to point out of Symfony is how painful it is to migrate legacy or relatively old projects from previous versions of Symfony into newer versions.
    • Symfony projects are usually reliable and provide the results you need.
    • Performance can be an issue sometime depending on the kind of project you are working on. Symfony can have some issues with cache.
    Incentivized
    Read full review
    ScreenShots