Amazon Corretto supports applets? - applet

I have a few web-pages that run Java applets so hope someone can help to answer this.
Does Amazon Coretto supports applets?
Thank you

Corretto8 does not currently support applets. This is being tracked in this Github issue:
https://github.com/corretto/corretto-8/issues/5

Related

how do you manage your Oracle APEX deployments?

how do you manage your deployments on APEX?
with help from a 3rd party tool? or with an in-house solution?
I am looking for something that handle versioning and package deployments from dev,test,preprod to prod and I'd like to hear your opinions.
thanks in advance
We are using Gitlab and cx_Oracle (in Python) for versioning/deployment of db objects and SQLcl (also through Python) to import/export/version Apex Apps.
Insum has provided an elegant and open source solution, see a short video here and Github repo here

How could I clone apache-superset from github and run it in my local system

I need to run the GitHub project in my system and I didn't find any solution for that, so I need help from anybody
The best way is using the docker instance. In this blog post you can find details
Install superset as per documentation instead of cloning.
Then follow the documentation below to enable multi-tenancy support.
https://github.com/apache/incubator-superset/pull/3729

BigTable on AppEngineStandard

Google Bigtable Python Client Library is not compatible with App Engine's standard hosting environment.
Does anyone know if there is any way to connect to Bigtable from APP ENGINE STANDARD or should i use Flexible ?
Thanks for answering in advance.
It is possible using the Python 3.7 runtime environment. It is not possible using Python 2.7. The following GitHub issues provide more detail:
https://github.com/googleapis/google-cloud-python/issues/5525
https://github.com/googleapis/google-cloud-python/issues/1893

Migrated from Azure SDK 2.3 to 2.4

I am upgrading the Azure sdk. Having issues with missing references such as TableServiceEntity, TableServiceContext, StorageClient, StorageCredentials, CloudStorageAccount, CloudTableClient etc.
Any pointers to how they have been modified? Not finding any references to this on MSDN or here or google. I wish they released guidelines for these scenarios.
Will really appreciate any sort of help or support.
Thanks!
these TableServiceEntity, TableServiceContext, StorageClient from earlier version before storage 1.8, please take a look at the sample code http://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-tables/ for Azure .NET Storage Client Library 2.x, hope that helps

Any recommendations for a reference a PaaS that supports jboss

I'm evaluating PaaS alternatives. One of my requirements is to support JBoss. Any suggestions, in addition to OpenShift, preferably including a simple but technically competent installation description.
Thanks in advance!
Rodrigo
If you are looking to set up a PaaS which supports JBoss, Cloudify, the open-source PaaS stack, has a JBoss Recipe: https://github.com/CloudifySource/cloudify-recipes/tree/master/services/jboss
Disclaimer: I am one of the developers of Cloudify.
OpenShift (from Red Hat - the JBoss people) supports EAP6.1, AS7, about to release wildfly, and all your DB right there on the platform.
Caveat - I work as an evangelist for OpenShift