Google App Engine is Google Cloud's platform-as-a-service offering. It features pay-per-use pricing and support for a broad array of programming languages.
$0.05
Per Hour Per Instance
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…
App Engine is such a good resource for our team both internally and externally. You have complete control over your app, how it runs, when it runs, and more while Google handles the back-end, scaling, orchestration, and so on. If you are serving a tool, system, or web page, it's perfect. If you are serving something back-end, like an automation or ETL workflow, you should be a little considerate or careful with how you are structuring that job. For instance, the Standard environment in Google App Engine will present you with a resource limit for your server calls. If your operations are known to take longer than, say, 10 minutes or so, you may be better off moving to the Flexible environment (which may be a little more expensive but certainly a little more powerful and a little less limited) or even moving that workflow to something like Google Compute Engine or another managed service.
The Oracle Java SE Subscription is a useful service that can support larger organizations that need to implement quick feature development and need to do so with maximum support with minimal fuss. Performance can vary due to the nature of Javas JVM having to boot upon every start and there can be some compatibility issues with a few third-party systems. Smaller organizations would be better off utilizing Java SDK or OpenJDK as these are free but don't have the benefit of direct support from Oracle. If a larger organization has a long history of using Java and has legacy systems running on older versions of Java, then the extra support needed will more than justify the cost If you are heavily invested in Java and need to support applications running on older versions such as Java 8, or you want to use OracleJDK, then you would want to consider getting the subscription for its support and patches.
There is a slight learning curve to getting used to code on Google App Engine.
Google Cloud Datastore is Google's NoSQL database in the cloud that your applications can use. NoSQL databases, by design, cannot give handle complex queries on the data. This means that sometimes you need to think carefully about your data structures - so that you can get the results you need in your code.
Setting up billing is a little annoying. It does not seem to save billing information to your account so you can re-use the same information across different Cloud projects. Each project requires you to re-enter all your billing information (if required)
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.
App Engine is a solid choice for deployments to Google Cloud Platform that do not want to move entirely to a Kubernetes-based container architecture using a different Google product. For rapid prototyping of new applications and fairly straightforward web application deployments, we'll continue to leverage the capabilities that App Engine affords us.
I had to revisit the UI after a year of just setting up and forgetting. The UI got some improvements but the amount of navigation we have to go through to setup a new app has increased but also got easier to setup. Gemini now is integrated and make getting answers faster
Good amount of documentation available for Google App Engine and in general there is large developer community around Google App Engine and other products it interacts with. Lastly, Google support is great in general. No issues so far with them.
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 were on another much smaller cloud provider and decided to make the switch for several reasons - stability, breadth of services, and security. In reviewing options, GCP provided the best mixtures of meeting our needs while also balancing the overall cost of the service as compared to the other major players in Azure and AWS.
It is more suitable and effective to opt for Oracle Java SE Subscription to receive enhanced support for your Java SE Applications. The support team is highly qualified and technically sound to manage your Java SE Applications properly. Also they are available 24*7 to make sure applications are up-to-date.
Effective integration to other java based frameworks.
Time to market is very quick. Build, test, deploy and use.
The GAE Whitelist for java is an important resource to know what works and what does not. So use it. It would also be nice for Google to expand on items that are allowed on GAE platform.
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