Skip to content

Instantly share code, notes, and snippets.

View jonstewart's full-sized avatar

Jon Stewart jonstewart

View GitHub Profile
@jonstewart
jonstewart / keybase.md
Created August 27, 2014 03:52
keybase.io proof

Keybase proof

I hereby claim:

  • I am jonstewart on github.
  • I am jonstewart (https://keybase.io/jonstewart) on keybase.
  • I have a public key whose fingerprint is 1824 EB45 6140 393B 15E5 9D14 D3E3 F1E5 E04B 934D

To claim this, I am signing this object:

@jonstewart
jonstewart / gist:5762523
Created June 12, 2013 02:54
Startup main() for using Jetty with Jersey.
package com.acme.b1ff;
import com.sun.jersey.api.client.Client;
import com.sun.jersey.api.client.WebResource;
import com.sun.jersey.spi.container.servlet.ServletContainer;
import java.io.IOException;
import javax.ws.rs.GET;
import javax.ws.rs.Path;