Servlet based Drawing API
The other day I was surfing around for a Java API when I came upon an interesting paper written by Donald Gordon - a former(?) student of Victoria University of Wellington. Donald wrote the paper as partial requirements for graduating Computer Science with honours.
A Framework for Lightweight Web-based Visual Applications [pdf] takes an interesting approach to the development of rich internet applications. Like the Java Server Faces specification, it controls very complex, dynamic user interfaces entirely on the server. In theory this reduces the complexity providing multibrowser support, and does not require the user to download or install any plugins. By eliminating the need for plugins, you eliminate having to worry about plugin versioning issues or programming API limitations that authors of applications written in Flash or Java Applets have to consider.
Sadly, all I could find is this paper. I haven’t found any other documentation, nor have I been able to find any downloadable implementations or even examples. I think that technology like this has great potential. I hope to see more of it soon.


