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
Oracle Java SE Subscription
Score 8.9 out of 10
N/A
Oracle Java SE Subscription combines license and support into a subscription to enable users to manage Java SE installations, updates and upgrades across the enterprise. The former Java SE Advanced, Java SE Advanced Desktop, and Java SE Suite products have transitioned to a Java SE Subscriptions. Beyond the unlicensed version, purchasers of Oracle Java SE Subscription receive all-hours access to My Oracle Support, enterprise monitoring, management, and deployment features, and early access to…
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.
[Oracle Java SE Subscription] has been highly beneficial as no additional trained resources needed to be allocated for managing and handling the Java SE applications. Also it has minimal operational cost. The support team of Java SE Subscriptions are always available 24*7, the applications are always up-to-date due to frequent update and patches
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.
AMC JRE Upgrades have very limited Scheduling of Deployments, should be more like SCCM. Where you know exactly when deployments are going out. Not just when the Agent decides to check in.
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.
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.
As I mentioned before, quality of support from Oracle Java SE Subscription is extraordinary. The speed of resolution and the expertise of the staff is really appreciated. We raised a high priority support incident which blocked our process [and] Oracle Java SE support did a quick analysis and provided a solution which took less time than we expected. They also help us in installing patches and updates whenever required.
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.
As Java has been developed by Oracle, you can rely on them being the best providers for support and implementation of Java across a large variety of systems. The support staff around the SE subscription have been exceptionally helpful throughout the entire process from purchasing to post-installation support. The subscription itself gives you a strong development platform along with access to a variety of useful tools all of which are on par with other industry-standard systems. The simple UI and strong inter-connectivity with other Oracle systems far exceed what other providers are trying to provide.
Code portability allowed us to run the same code on all platforms
Security is always a key issue especially in the world of increasing cybersecurity laws. It only makes sense to invest in a secure development environment
Developers appreciate rich community support for java se platform