Should I migrate away from Applets and if so to what?

后端 未结 5 1021
梦谈多话
梦谈多话 2020-12-20 21:14

I\'m a hobby programmer working on developing a Java game (JApplet) that runs in a webpage. I\'ve already completed the coding and it runs fine when using Netbeans but I\'m

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-20 21:35

    Also take a look at Vaadin (https://vaadin.com/framework) as a way of running a Java application as HTML5 in the browser. It has a similar all-Java programming model as GWT, but also handles the server-client communication automatically. It's an open source project and has a good sized library of components.

提交回复
热议问题