End User Samples
One of the easiest ways to get started writing your own SDK code is to use the existing build system by simply adding your code into the existing samples packages and re-running Ant to rebuild the samples.
For example, if you wanted to write a new automatic action, you could create a new directory called samples\component\autoaction\mypackage and then create one or more classes inside of this directory. Add your classes to samples\component\autoaction\desc.xml to ensure that they get registered with WorldServer the next time you upload the distribution.
The next time you run the Ant script, it will compile all of these classes and include them in the autoaction_samples.zip file in the dist directory.
This approach allows you very easily to create new components and upload them to WorldServer.