Skip to content

nicksieger/ruby-jersey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the Jersey example, simply run "jruby main.rb".

Steps taken to build the Ruby-Jersey example from scratch:

1. Download jersey-archive-1.0.3.zip
$ curl -O -L http://download.java.net/maven/2/com/sun/jersey/jersey-archive/1.0.3/jersey-archive-1.0.3.zip
2. Download grizzly-servlet-webserver-1.8.6.4.jar
$ curl -O -L http://download.java.net/maven/2/com/sun/grizzly/grizzly-servlet-webserver/1.8.6.4/grizzly-servlet-webserver-1.8.6.4.jar
3. Put all jars into a new lib/ directory
$ mkdir lib
$ mv grizzly-servlet-webserver-1.8.6.4.jar lib
$ unzip -j -d lib jersey-archive-1.0.3.zip jersey-archive-1.0.3/lib/*

About

JSR-311/Jersey with Ruby resource classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published