Comments for https://horstmann.com/unblog/2020-05-20/index.html
By System @system
Comments for: https://horstmann.com/unblog/2020-05-20/index.html
- S@ScraMTeam
Have you tried TeaVM yet? http://teavm.org/
It transpiles Java to JavaScript with all of the tooling to make it transparent and easy. You can make true web projects while staying with pure Java.
It can make education tools ( https://cospaces.io/edu/ ), Coronavirus tools ( https://coronawait.frequal.com ), and more.
I wrote an article about it here: https://blogs.oracle.com/javamagazine/java-in-the-browser-with-teavm
Take a look, I think you'll be intrigued.