How to Try

Trying z2@Spring works just the same for z2@base as described in Check it Out - the only difference is the repository to start with.

Simply execute the following steps:

  1. Make sure you have an Eclipse installation with a subversion plugin
  2. Check out http://www.z2-environment.net/svn/z2_spring/1.0/l0 as z2_spring into a new Eclipse workspace
  3. Create an “External Tool” in Eclipse pointing to z2_spring/run/bin/gui.sh (Linux, Mac) or z2_spring/run/bin/gui.bat (Windows). This simplifies starting the environment from within Eclipse.
  4. Run the tool. The z2 GUI console should startup:

     
  5. Once started point your browser to http://localhost:8080/frontend you should see this:
  6. Unless you have done so before, install the Eclipsoid plugin from the update site

    http://www.z2-environment.net/eclipsoid/update/

    While that is not strictly required it improves the development experience dramatically.

That's it. You have a running z2_spring system and you are all set for local testing and development.

Please revisit the Check it Out tutorial if you want to experiment with local changes.

See Installing_into_own_repository on how to pull your own distribution.