Encore.dev vs. Oracle Java SE

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Encore.dev
Score 8.0 out of 10
N/A
Encore is a Go backend framework for creating APIs and distributed systems. It uses static analysis and code generation to reduce the boilerplate users have to write, to create a more productive developer experience. The key features of Encore are: No boilerplate: Encore reduces the boilerplate needed to set up a production ready backend application. Define backend services, API endpoints, and call APIs with a single line of Go…N/A
Oracle Java SE
Score 8.1 out of 10
N/A
Oracle 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
Pricing
Encore.devOracle Java SE
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Encore.devOracle Java SE
Free Trial
YesNo
Free/Freemium Version
YesNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeOptionalNo setup fee
Additional Details
More Pricing Information
Community Pulse
Encore.devOracle Java SE
Considered Both Products
Encore.dev

No answer on this topic

Oracle Java SE
Chose Oracle Java SE
Java is highly more performant and with a very wide range of opensource libraries at hand, there is not much that you "cannot do" as long as you "do it right". Interpreted nature of Python doesn't let you do proper multicore/multithread operations, you could even say that …
Chose Oracle Java SE
Code readability is greater in [Oracle Java SE]. Code refactor can be achieved in [Oracle Java SE], design patterns are used across the libraries and in use of it as well.
Chose Oracle Java SE
Java is the backbone of Scala. Lots of the improvements of the newer version of Java have been based on the improvements Scala introduced (functional programming features, among others). In this way Java and Scala are very symbiotic.
Chose Oracle Java SE
We also use C++ and Python in our application. We are working to migrate to a web-based application, but continue to invest in our Java client.
Chose Oracle Java SE
Both platforms provide support for common programming languages such as PHP, Ruby, and Python. Java developers can also use languages such as Java, JavaScript, Clojure, Groovy, and Scala while .NET developers can code in C#, F#, VB.NET, C++, and .NET. The two platforms also …
Chose Oracle Java SE
We choose Java as our system has multiple sub-applications that have different purposes and architecture including back-end applications, front-end UI, front-end Rest API, and Selenium Automation tests. They are deployed in Windows and Linux, communicate with each other using …
Chose Oracle Java SE
We had to stick with Java SE due to some of our other services being already written in Java. For the past couple months, we have been experimenting with Python and comparing its level of security and performance. From our experience, Python has fewer security capabilities, but …
Chose Oracle Java SE
I like the platform independency.
Chose Oracle Java SE
I wanted to write Python, NodeJS, PHP... but it's hard to compare all the different fruits in the basket. Java is good for what it was made for, and much more nowadays. Java was and I suspect, will be a strong candidate for any backend project, and it's one of the most popular …
Chose Oracle Java SE
Java vs Scala:
  • Less "cool."
  • More verbose.
Chose Oracle Java SE
Java out of the box is lower cost traditionally. As time has evolved, c# is catching up.
Chose Oracle Java SE
Oracle's Java is a uniform platform. It is widely used and universally accepted and is the defacto language. The majority of the industries from Banking, retail, healthcare, hardware, software, military, defense, and commercial, to the fashion industry use this language for …
Chose Oracle Java SE
We haven't really used any other products like Java. We have used python and C++ for other projects. Java is much simpler to use than C++, but probably not as simple as Python. Then again, Python is meant to be a scripting language, so when comparing to C++, Java is definitely …
Chose Oracle Java SE
Many other languages could be used for initial programming. However, simplicity of concepts, static type system and available tool support in combination made Java come out top for us. Especially Python has become very popular recently. I think this is a step backwards, due to …
Chose Oracle Java SE
Azul provides comparable services to Oracle Java SE. Compared to Oracle Java SE, support from Azul is more responsive and reachable. The downside is that the customer base of Azul system is much smaller compared to Oracle, so online resources are a little hard to search. But it …
Chose Oracle Java SE
Basically, unless you use Electron with really flimsy documentation, Java is the better cross-platform tool to use.
Chose Oracle Java SE
There are several alternative vendors of Java. They are almost all based on OpenJDK, so they are generally very similar. Levels of support vary, but they are more than worthy of consideration.
Chose Oracle Java SE
I do not see the languages that I meant to add in the list. These are Python, R, C, C++, Perl, Jython and Javascript. I have experience in each of these and each has its pros and cons. I like R and Python for scientific analysis. C and C++ have good support for communicating …
Chose Oracle Java SE
Asp.net and Java both live in a similar solution space, however, Java tends to be the better option due to the larger amount of available resources for it. Node is an interesting tool. It is in a similar space as Java, but more focused on front-end web application development. …
Chose Oracle Java SE
Did not do a product comparison, but Oracle licensing may force some of my customers to get to other variations.
Chose Oracle Java SE
Oracle is free to use and has many open source frameworks, tools and IDE's around it. That was the primary reason to choose Java SE.
Best Alternatives
Encore.devOracle Java SE
Small Businesses
Visual Studio
Visual Studio
Score 8.8 out of 10
GraalVM
GraalVM
Score 9.1 out of 10
Medium-sized Companies
Visual Studio
Visual Studio
Score 8.8 out of 10
GraalVM
GraalVM
Score 9.1 out of 10
Enterprises
Visual Studio
Visual Studio
Score 8.8 out of 10
GraalVM
GraalVM
Score 9.1 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Encore.devOracle Java SE
Likelihood to Recommend
-
(0 ratings)
9.0
(0 ratings)
Usability
-
(0 ratings)
9.0
(0 ratings)
Support Rating
-
(0 ratings)
8.0
(0 ratings)
User Testimonials
Encore.devOracle Java SE
Likelihood to Recommend
No answers on this topic
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.
Read full review
Pros
No answers on this topic
  • Since Java runs on a virtual machine, it's generally considered to be agnostic of the hardware it's running on. It allows for deployment across a mix of hardware setups with the same binary.
  • Lots of literature, third party libraries, support forums, and books have been devoted to Java in general, making it a great language to use to support the business.
  • Backwards compatibility has been an important strength of Java for us. Legacy code that isn't ready to be retired yet can still run on our newer setups despite using older versions of OJSE.
Read full review
Cons
No answers on this topic
  • Oracle java SE is more memory intensive as compared to some of the other programming languages. It would be great if it can be optimized for memory.
  • Licensing cost could be reduced to make it more affordable.
  • Java's GUI frameworks are not very capable.
Read full review
Usability
No answers on this topic
The language is fluent and has good support from a number of open source and commercial IDEs. Language features are added every 6 months, although long-term service releases are only available every 3 years. It would be nice if some of the older APIs were depreciated with more pressure to move to the new replacement APIs (e.g. File vs. Path), but transitions to new features are generally well implemented.
Read full review
Support Rating
No answers on this topic
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.
Read full review
Alternatives Considered
No answers on this topic
We choose Java as our system has multiple sub-applications that have different purposes and architecture including back-end applications, front-end UI, front-end Rest API, and Selenium Automation tests. They are deployed in Windows and Linux, communicate with each other using Rest API, RMI and Queue Message and need to support different deployment environment from Dev, Test, UAT to Production so using Java allows us to have a common standard from development, build and deployment for all applications.
Read full review
Return on Investment
No answers on this topic
  • We didn't need to spend more time and resources on developing apps for each OS. Our Java application worked perfectly on Linux, Mac, and Windows.
  • Our customers aren't fully satisfied with the performance of our application, specifically load up times.
  • We didn't need to purchase training courses for our software developers. Each of them were already well-versed in using Java SE.
Read full review
ScreenShots