How feasible is it to convert a Java to JavaScript project?

前端 未结 2 1293
轮回少年
轮回少年 2021-02-10 08:36

I have a project I maintain in Java that runs primarily as an applet. I am finding that Applets are simply unpractical and dangerous for browser games as most end-users ignorant

2条回答
  •  一个人的身影
    2021-02-10 09:14

    Hmm.. GWT compiles java to JavaScript you can use it.

    Another possibility would be using Rhino

    Or just expose REST services and create an HTML5 web application using it.

    Edit: BTW search in the forum. I found some questions like this one.

提交回复
热议问题