Skip to content

Instantly share code, notes, and snippets.

View kbilel's full-sized avatar

kbilel

  • Phila-IT
  • Paris
View GitHub Profile
Search
HOME RESUME PYTHON SAAS GIT OTHER POEMS LOG IN
JERSEY CLIENT FRAMEWORK
Simple client to invoke a GET request
package client;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBuilder;
package ContactUtils;
import java.io.InputStream;
import java.util.Properties;
public class PropertiesLookup {
Properties prop = new Properties();
String filename = "config.properties";
InputStream input = null;