Versioning a REST API

2021 VietMX 0

1. The Problem Evolving a REST API is a difficult problem – one for which many options are available. This article discusses some of these options. […]

Connect through a Proxy

2021 VietMX 0

1. The Networking Properties You have to set the following properties: NOTE: proxyHost, proxyPort are deprecated. you have to prefix them with “http.”.NOTE: Those properties are documented here: http://java.sun.com/javase/6/docs/technotes/guides/net/properties.htm. […]