Component Package sf-restlet
This component is planned to be standalone restlet support, containing code under org.smartfrog.services.restlet. All this code (and the tests) are currently packaged under sf-ec2; only client-side code has been implemented to date. The reason for developing under EC2 is that it has provided a way to rapidly implement client-side components to work with the Amazon S3 endpoint. Goals
DependenciesThe Restlet libraries, which depends on http-client and hence commons-logging. In SmartFrog, that implies dependencies on sf-www and [sf-loggingservices]. Restlet has a fairly complex dependency model, and its POMs are still stabilising; we have to bind to the external restlet repository to pull the artifacts in. If we wanted to publish SF artifacts that depended upon Restlet to the central Apache repository, we'd need to get the Restlet artifacts in too, which may imply a need to get JAX-RS artifacts pulled in from the java.net repository. |