+ 13
Using java in web
I want to know can we use java in web There a post that how to use python in web https://www.sololearn.com/Discuss/1855423/?ref=app
7 odpowiedzi
+ 2
here are some java to JS transpilers maybe some translating directly in browser
https://github.com/jashkenas/coffeescript/wiki/list-of-languages-that-compile-to-js#javajvm
look for Vaadin and jsweet too
+ 5
You can use applets. But applets are outdated technology.
+ 3
inside html you can execute only html,css and javascript (JS). but python, java and others can run at web server as backend of web page.
But in your link is example in Brython. It translates python to JS when web page is executed.
+ 3
I know, but applets are living in our hearts))))
+ 2
Back in the day of applets it was easier to use it on the client side but Java can still be used in the back-end.
+ 1
applets was removed from java 11