HTML with Java
Is it possible to mix HTML with java when creating an application? For example I make a java browser like thing for the HTML and I use the HTML tocreate the interface only. Everything else is Java. For example I want to the text boxes, buttons, links, etc in HTML. But everything is processed and stored using Java.
If this is possible, I'd appreciate it if anyone can point to any tutorials or articles.
Thanks :)

