Obtaining Samples and Demos
» Back to the welcome screen

The public SVN repository

Nexaweb provides a variety of samples and demos through an online Subversion repository. This allows us to keep those samples and demos up to date and easy to access one by one. Configured within the Nexaweb perspective behind the Navigator view is the SVN Repository view. Expand the parent node to browse through the available folders.

Note that this requires an internet connection.

Locating a project of interest

The repository contains the full source to samples and demos as well as lots of other types of content such as style sheets and deployable WAR files.

To find a project to try, browse through "trunk" and the technology of interest - Ajax or Java - to locate a folder that has a directory structure similar to the example shown here. This is an Eclipse project.

We don't advise trying to import WAR files or ZIP files; those may not have all the source needed to run within Eclipse.

Checkout

To load and run the project, right click on the root directory - the above example that would be the "DataBindingJava" folder - and choose Checkout; this will download the project into your environment and allow you to run it.

Follow the prompts to complete the action.
» Back to the welcome screen