restlet / restlet-framework-java

The first REST API framework for Java
https://restlet.talend.com
Other
651 stars 284 forks source link

Provide configurable proxy application #717

Open jlouvel opened 11 years ago

jlouvel commented 11 years ago

Application with the only purpose of redirecting client calls.

Configurable with:

Potential module: org.restlet.app.proxy

Tembrel commented 11 years ago

Is this a convenience class that wraps a Redirector? Or is it something more than that?

jlouvel commented 11 years ago

Initially, this is indeed a convenience ProxyApplication wrapping a configurable Router and Redirector.

The idea is to provide extensible and reusable application for common Restlet usage patterns. This could then be extended to provide an admin console and so on.