Follow the Getting Started tutorial to launch Sneer via Java Web Start
Sneer will download the current codebase to ~/sneer/code and create ~/sneer/code/own for you to put your code into
Import ~/sneer/code into Eclipse. File - Import - Existing project into workspace
Import ~/sneer/code/own into Eclipse. The folder will already contain a sample brick and Snapp for you to try out
You are ready to start developing your first Sovergin Application!
Development FAQ
What does the " my()" method do?
my acts as a lookup mechanism for the Sneer enviroment. When you specify an interface foo.bar.Component,
Sneer will automatically look for foo.bar.impl.ComponentImpl and give you that back.