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
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.