Sunday, February 21, 2010

Project Wonderland : Sample Shape Tutorial

Hi folks... Today I am working with a Project Wonderland tutorial on developing a basic module. http://wiki.java.net/bin/view/Javadesktop/ProjectWonderlandWorkingWithModules05 To get to this point I had to download the source and module system code, compile, and test and try them out. I was having problems for awhile with errors in the server output. Eventually today I figured out that in some cases when the server doesn't shut down properly, read and/or write perms on some log files may be hosed and prevent proper startup next run. Here's me trying out the PDF Viewer module, before I go off on the current tutorial material.

And here's me after completing the steps in the tutorial to download, build, install, and test the shape sample module.


Pretty simple! So my next steps are to:

1. Generate ideas for what I would like to create a module for.
2. Continue inspecting the server logs and code in order to keep getting more familiar with the inner workings of the infrastructure.
3. See what work has been done or is being planned on things like application performance and monitoring.

See ya next time!