Download

Tutorial: Developing your first Brick and Snapp

  1. Follow the Getting Started tutorial to launch Sneer via Java Web Start
  2. Sneer will download the current codebase to ~/sneer/code and create ~/sneer/code/own for you to put your code into
  3. Import ~/sneer/code into Eclipse. File - Import - Existing project into workspace
  4. Import ~/sneer/code/own into Eclipse. The folder will already contain a sample brick and Snapp for you to try out
  5. 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.