Changes between Version 4 and Version 5 of RepQuickStart


Ignore:
Timestamp:
Oct 7, 2010, 5:32:58 PM (14 years ago)
Author:
s.meissner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RepQuickStart

    v4 v5  
    77* Java 6.0 SDK http://java.sun.com/javase/downloads/index.jsp
    88* eclipse http://eclipse.org/downloads/
    9 * REP example code: eclipse project 'REP'
    10 
    11 The project makes use of the Java REST framework 'restlet' by http://www.restlet.org/. The required libraries are part of the eclipse project.
     9* Java REST framework 'restlet' by http://www.restlet.org/
     10* REP example code: eclipse project 'JavaREP' which can be found as an attachment on the bottom of this page
    1211
    1312== run the Example REP Project ==
    1413In order to run the code samples please follow the steps below:
    15 1.      Import the eclipse project into your eclipse workspace
    16 2.      fix missing class path errors if required (e.g. if eclipse could not find a Java Sdk)
    17 3.      the project structure should look like this:
     141.      extract the zip archive and import the eclipse project into your eclipse workspace
     152.      fix missing class path errors (add the restlet libraries 'org.restlet.jar' and 'org.restlet.ext.xml.jar' to the project classpath
     163.      after that the project structure should look like this:
    1817
    1918[[Image(projectStructure.png)]]
    2019
    21 4. run uk.ac.surrey.sensei.rep.test.REPTest.java
     204. run uk.ac.surrey.sensei.rep.REPTest.java
     21
     22[[Image(runTest.png)]]
    2223
    2324The REPTest class provides a couple of test cases. Please uncomment the sections you want to have tested.