We have one client server application developed in Java. For the client we are using swing components. Inside the swing canvas, we are rendering graphics using jmonkeyengine.
Our question is how we can move our client from swing to browser. Is there any technology through which we can show the client in browser or render the graphics in browser?