Skip to content

Commit

Permalink
new readme
Browse files Browse the repository at this point in the history
  • Loading branch information
beders committed Dec 20, 2010
1 parent 1c25aee commit 9c386fb
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 12 deletions.
Binary file modified .DS_Store
Binary file not shown.
11 changes: 9 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,18 @@ Resty supports complex path queries to navigate into a json object.
Status
-------

Infancy - only support for GET on json objects. Path expressions allow simple tests on fields with operators >,=,< and full boolean expressions (&&,||,!)
Infancy
- POST, GET for JSON and text/plain
- Path expressions to access JSON: simple tests on fields with operators >,=,< and full boolean expressions (&&,||,!)

Installation
-------------
Either compile yourself or grab the rest-*.jar file and add it to your CLASSPATH.
No other runtime requirements (so far).
Compile
-------
Use Maven 2 or 3 and build.
Use Maven 2 or 3 to build.


Examples
Expand Down
4 changes: 2 additions & 2 deletions target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Generated by Maven
#Tue Dec 14 19:52:37 PST 2010
version=0.0.1-SNAPSHOT
#Fri Dec 17 12:58:18 PST 2010
version=0.0.2-SNAPSHOT
groupId=de.monoid.web
artifactId=resty
Binary file added target/resty-0.0.1-SNAPSHOT.jar
Binary file not shown.
8 changes: 4 additions & 4 deletions target/surefire-reports/TEST-de.monoid.web.RestyTest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite failures="0" time="2.116" errors="0" skipped="0" tests="2" name="de.monoid.web.RestyTest">
<testsuite failures="0" time="1.65" errors="0" skipped="0" tests="2" name="de.monoid.web.RestyTest">
<properties>
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/>
<property name="sun.boot.library.path" value="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries"/>
Expand All @@ -22,7 +22,7 @@
<property name="basedir" value="/Users/beders/workspace/resty"/>
<property name="java.endorsed.dirs" value="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/endorsed"/>
<property name="os.arch" value="x86_64"/>
<property name="surefire.real.class.path" value="/var/folders/IW/IW3AbNtWGWuWdxqeUuYnh++++TI/-Tmp-/surefirebooter2268582132406093238.jar"/>
<property name="surefire.real.class.path" value="/var/folders/IW/IW3AbNtWGWuWdxqeUuYnh++++TI/-Tmp-/surefirebooter509101359548554819.jar"/>
<property name="java.io.tmpdir" value="/var/folders/IW/IW3AbNtWGWuWdxqeUuYnh++++TI/-Tmp-/"/>
<property name="line.separator" value="
"/>
Expand Down Expand Up @@ -66,6 +66,6 @@
<property name="ftp.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/>
<property name="sun.cpu.isalist" value=""/>
</properties>
<testcase time="0.19" classname="de.monoid.web.RestyTest" name="sampleUse"/>
<testcase time="1.827" classname="de.monoid.web.RestyTest" name="geoNames"/>
<testcase time="0.426" classname="de.monoid.web.RestyTest" name="sampleUse"/>
<testcase time="1.028" classname="de.monoid.web.RestyTest" name="geoNames"/>
</testsuite>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<property name="basedir" value="/Users/beders/workspace/resty"/>
<property name="java.endorsed.dirs" value="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/endorsed"/>
<property name="os.arch" value="x86_64"/>
<property name="surefire.real.class.path" value="/var/folders/IW/IW3AbNtWGWuWdxqeUuYnh++++TI/-Tmp-/surefirebooter2268582132406093238.jar"/>
<property name="surefire.real.class.path" value="/var/folders/IW/IW3AbNtWGWuWdxqeUuYnh++++TI/-Tmp-/surefirebooter509101359548554819.jar"/>
<property name="java.io.tmpdir" value="/var/folders/IW/IW3AbNtWGWuWdxqeUuYnh++++TI/-Tmp-/"/>
<property name="line.separator" value="
"/>
Expand Down Expand Up @@ -66,5 +66,5 @@
<property name="ftp.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/>
<property name="sun.cpu.isalist" value=""/>
</properties>
<testcase time="0.017" classname="de.monoid.web.jp.javacc.JSONPathCompilerTest" name="testJSONPathCompiler"/>
<testcase time="0.016" classname="de.monoid.web.jp.javacc.JSONPathCompilerTest" name="testJSONPathCompiler"/>
</testsuite>
2 changes: 1 addition & 1 deletion target/surefire-reports/de.monoid.web.RestyTest.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-------------------------------------------------------------------------------
Test set: de.monoid.web.RestyTest
-------------------------------------------------------------------------------
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.124 sec
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.656 sec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-------------------------------------------------------------------------------
Test set: de.monoid.web.jp.javacc.JSONPathCompilerTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec

0 comments on commit 9c386fb

Please sign in to comment.