OK, so now the application
I started working on is even more meaningful.
Firstly, what is it all about? Well, with the DukeScript Framework, you
use Java to write application logic, with HTML5 to render the UI.
No Swing. No JavaFX. HTML takes the place of those toolkits. Then
you can manipulate the HTML page from Java, use REST or WebSockets,
and do anything else with Java that you might want to do.
So here's the state of my CRUD app right now, i.e., still only
R, but with...