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

    Perforce P4

    Score7.5 out of 10
    N/APerforce P4 (formerly Helix Core) is the company's version control and peer code review solution. Perforce offers add-on products for code review for free, and Git support products.N/A
    Pricing
    Oracle Java SEPerforce P4
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    Oracle Java SEPerforce P4
    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 SEPerforce P4
    Considered Both Products
    Oracle
    No answer on this topic
    Perforce Software
    No answer on this topic
    Key User Insights
    Would buy again
    96%
    Would buy again
    23 Answers
    86%
    Would buy again
    6 Answers
    Delivers good value for the price
    94%
    Delivers good value for the price
    16 Answers
    83%
    Delivers good value for the price
    5 Answers
    Happy with the feature set
    100%
    Happy with the feature set
    24 Answers
    86%
    Happy with the feature set
    6 Answers
    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
    Features
    Oracle Java SEPerforce P4
    Version Control Software Features
    Comparison of Version Control Software Features features of Oracle Java SE and Perforce P4
    Feature
    Oracle Java SE
    -
    Ratings
    Perforce P4
    7.9
    1 Ratings
    11% below category average
    Branching and Merging00 Ratings8.01 Ratings
    Version History00 Ratings8.01 Ratings
    Version Control Collaboration Tools00 Ratings8.01 Ratings
    Pull Requests00 Ratings8.01 Ratings
    Code Review Tools00 Ratings8.01 Ratings
    Project Access Control00 Ratings8.01 Ratings
    Automated Testing Integration00 Ratings8.01 Ratings
    Issue Tracking Integration00 Ratings7.01 Ratings
    Branch Protection00 Ratings8.01 Ratings
    Best Alternatives
    Oracle Java SEPerforce P4
    Small Businesses
    GraalVM
    Score9.1 out of 10
    GitHub
    Score9.2 out of 10
    Medium-sized Companies
    Java Cloud
    Score8.8 out of 10
    Git
    Score10 out of 10
    Enterprises
    GraalVM
    Score9.1 out of 10
    Git
    Score10 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Oracle Java SEPerforce P4
    Likelihood to Recommend
    9.0
    (33 ratings)
    6.5
    (15 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    6.6
    (5 ratings)
    Usability
    9.0
    (3 ratings)
    7.0
    (3 ratings)
    Availability
    -
    (0 ratings)
    9.0
    (1 ratings)
    Performance
    -
    (0 ratings)
    6.0
    (1 ratings)
    Support Rating
    8.0
    (19 ratings)
    9.6
    (3 ratings)
    Implementation Rating
    -
    (0 ratings)
    7.0
    (1 ratings)
    User Testimonials
    Oracle Java SEPerforce P4
    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
    Perforce Software
    While Perforce Helix is the best version control software out there, it can also be used to track your documentation, training videos and materials, and requirements. If you have strict compliance requirements, it can be used to ensure that those requirements are satisfied. Perforce Helix is incredibly flexible and can meet the needs of individual users as well as companies with thousands of users.
    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
    Perforce Software
    • The branching mechanisms in Perforce allow for an enormous codebase to be duplicated into release versions weekly with little impact upon things such as the speed of queries against the version control.
    • Action triggers permit such things as automated builds of software versions, dynamic messaging when issues are identified either within or prior to a build process, and much more.
    • Locking provides the ability to prevent modifications of stable, tested versions in order to ensure validity when they are released.
    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
    Perforce Software
    • Perforce tends to feel backwards in how it approaches certain tasks, like branching and integrating - even once you figure out how it wants you to perform these tasks, you will likely forget when it comes around to the next time you need to do them again.
    • Perforce has a higher price tag, comparatively.
    • Perforce make some tasks very easy, and yet other tasks very difficult - it doesn't always seem to have found its target user's proficiency.
    Incentivized
    Read full review
    Likelihood to Renew
    Oracle
    No answers on this topic
    Perforce Software
    We are fully committed to our use of Perforce. It works well within our organization and our desire to share our code base with our customers. Their support staff are responsive, inquisitive, and eager to improve their software. I feel like we have a direct line to their design/feature team as they often solicit our feedback.
    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
    Perforce Software
    With Perforce Helix, you can use it via the command line, via P4V, or any of the other APIs included with the product. It is extremely easy for new users to get up and running. Users of Perforce Helix only have to pull in the files of interest to them. Also, Perforce is very easy to script and integrate into your CI/CD pipeline. Streams allows you to have pinpoint control of your workflow, and P4Search is the absolute best--I wish Perforce (the company) would talk more about this. It is absolutely fabulous!
    Incentivized
    Read full review
    Reliability and Availability
    Oracle
    No answers on this topic
    Perforce Software
    In our large environment, Perforce is rarely "down". We have regular maintenance windows and from time to time Perforce can feel a little slow, but its always available. Tech support has always worked with our engineers and IT department to make sure that any real performance or stability issues are addressed quickly.
    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
    Perforce Software
    I had two representatives from Perforce contact me after downloading it but never responded when I had questions. I also had a difficult time finding good training material for getting started. There is a lot of available support material when running into issues, though, because of how many large companies use it.
    Incentivized
    Read full review
    Implementation Rating
    Oracle
    No answers on this topic
    Perforce Software
    This rating is related to setting up an environment from an existing Perforce repository. Initial setup of Perforce as the repository for the company was done by a separate team long prior to my inception.
    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
    Perforce Software
    Git is great, I love Git. But it's not great for dealing with binary assets, even when using Git LFS. Locking is not as simple as on perforce. Git presents some problems on using for non-tech people it can get overwhelming and tech people have to come by and help.
    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
    Perforce Software
    • Decreased our implementation costs by allowing versioning and back out of customizations made in the field.
    • saves developers time through automation of changes between branches - they think less of the plumbing and have more time to write code.
    • Downside is training/managing expectations of new developers who come in assuming they will use Git.
    Incentivized
    Read full review
    ScreenShots