Download jrest route Free Java Code

Description

A simple & small Java REST route framework for building a RESTful web application.

Source Files

The download file jrest-route-master.zip has the following entries.


.classpath//ww w. ja  v  a  2s  .c om
.gitignore
.project
CHANGES
MIT-LICENSE.TXT
README.rdoc
TODO
build.xml
lib/gson-1.3.jar
lib/inflector.jar
lib/junit-4.4.jar
lib/servlet-api-2.5-6.1.1.jar
src/com/flextao/rest/F.java
src/com/flextao/rest/Format.java
src/com/flextao/rest/Mime.java
src/com/flextao/rest/ResourceController.java
src/com/flextao/rest/ResourceInfo.java
src/com/flextao/rest/ResourceMap.java
src/com/flextao/rest/ResourceNotFoundException.java
src/com/flextao/rest/ResourceRequest.java
src/com/flextao/rest/ResourceRequestWithExtParams.java
src/com/flextao/rest/ResourceResponse.java
src/com/flextao/rest/Route.java
src/com/flextao/rest/Routes.java
src/com/flextao/rest/URIConverter.java
src/com/flextao/rest/Version.java
src/com/flextao/rest/format/JsonFormat.java
src/com/flextao/rest/format/XmlFormat.java
src/com/flextao/rest/http/AbstractBasicAuthFilter.java
src/com/flextao/rest/http/HttpResourceRequest.java
src/com/flextao/rest/http/HttpResourceResponse.java
src/com/flextao/rest/http/HttpStatus.java
src/com/flextao/rest/http/RestServlet.java
src/com/flextao/rest/test/TestResourceRequest.java
src/com/flextao/rest/test/TestResourceResponse.java
test/com/flextao/rest/AResource.java
test/com/flextao/rest/AResourceController.java
test/com/flextao/rest/AResourceDao.java
test/com/flextao/rest/FTest.java
test/com/flextao/rest/FormatTest.java
test/com/flextao/rest/ResourceInfoTest.java
test/com/flextao/rest/RouteTest.java
test/com/flextao/rest/URIConverterTest.java
test/com/flextao/rest/format/FormatsTest.java

Download

Click the following link to download jrest-route-master.zip.

jrest-route-master.zip




















Home »
  Java Free Code »
    Web Framework »




Framework Web
GWT
PlayFramework
PureMVC
RESTful
Servlet
websocket
Wicket