fhswf / Jupyterhub-K8s

Jupyterhub on Kubernetes with GPU support and Multiauthentication
https://github.com/fhswf/Jupyterhub-K8s
MIT License
2 stars 0 forks source link

Java Image #22

Closed DeepCowProductions closed 1 year ago

DeepCowProductions commented 1 year ago

Not sure if this would be a great experience, but maybe worth a try. Maven based Java development environment with VS Code.

DeepCowProductions commented 1 year ago

JetBrains is currently working on a browser based IDE. However, this would most likely be a paid service.

cgawron commented 1 year ago

See fhswf/OpenLibertyTemplate. This would allow JEE courses in our cluster.

DeepCowProductions commented 1 year ago

Looking into this: https://www.eclipse.org/che/ and then we can combine this with an JEE server.

DeepCowProductions commented 1 year ago

Lets try out a native maven/gradle install first. JEE server can be proxied by VS Code, which most likely will be our default IDE anyway.

DeepCowProductions commented 1 year ago

Java works just fine with maven. Spring boot and other maven only dependencies are also working. Only annoying is the root url for singlepage apps.

DeepCowProductions commented 1 year ago

On that note: please always use relative resource paths. Then everything works just fine.