Repositories
java-rest-example
Very basic example about how to develop a REST web application with Jersey, Jetty and Maven.
-
Cloning this repository:
git clone git://gitorious.org/java-rest-example/java-rest-example.git java-rest-example cd java-rest-example
Add this repository as a remote to an existing local repository:
git remote add java-rest-example git://gitorious.org/java-rest-example/java-rest-example.git git fetch java-rest-example git checkout -b my-local-tracking-branch java-rest-example/master_or_other_branch
cmike2012s-java-rest-example
-
Cloning this repository:
git clone git://gitorious.org/~cmike2012/java-rest-example/cmike2012s-java-rest-example.git cmike2012s-java-rest-example cd cmike2012s-java-rest-example
Add this repository as a remote to an existing local repository:
git remote add cmike2012s-java-rest-example git://gitorious.org/~cmike2012/java-rest-example/cmike2012s-java-rest-example.git git fetch cmike2012s-java-rest-example git checkout -b my-local-tracking-branch cmike2012s-java-rest-example/master_or_other_branch
lipasoos-java-rest-example
-
Cloning this repository:
git clone git://gitorious.org/~lipasoo/java-rest-example/lipasoos-java-rest-example.git lipasoos-java-rest-example cd lipasoos-java-rest-example
Add this repository as a remote to an existing local repository:
git remote add lipasoos-java-rest-example git://gitorious.org/~lipasoo/java-rest-example/lipasoos-java-rest-example.git git fetch lipasoos-java-rest-example git checkout -b my-local-tracking-branch lipasoos-java-rest-example/master_or_other_branch
ccorrys-java-rest-example
-
Cloning this repository:
git clone git://gitorious.org/~ccorry/java-rest-example/ccorrys-java-rest-example.git ccorrys-java-rest-example cd ccorrys-java-rest-example
Add this repository as a remote to an existing local repository:
git remote add ccorrys-java-rest-example git://gitorious.org/~ccorry/java-rest-example/ccorrys-java-rest-example.git git fetch ccorrys-java-rest-example git checkout -b my-local-tracking-branch ccorrys-java-rest-example/master_or_other_branch
wz8vg2s-java-rest-example
-
Cloning this repository:
git clone git://gitorious.org/~wz8vg2/java-rest-example/wz8vg2s-java-rest-example.git wz8vg2s-java-rest-example cd wz8vg2s-java-rest-example
Add this repository as a remote to an existing local repository:
git remote add wz8vg2s-java-rest-example git://gitorious.org/~wz8vg2/java-rest-example/wz8vg2s-java-rest-example.git git fetch wz8vg2s-java-rest-example git checkout -b my-local-tracking-branch wz8vg2s-java-rest-example/master_or_other_branch

