2 private links
Pure Java NFS v3/v4.1 server backed by https://github.com/dCache/nfs4j. This project has been designed as an alternative to https://github.com/winnfsd/winnfsd. [...] With default options, it will publish the current working directory through NFS. [...] This better performance than EMULTAED, files uid, gid and mode are be preserved, but this option is only supported on Unix servers. Exports file configuration exports file contains advanced configuration for shares, such as ip address based permission.
Feign is a Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. Feign's first goal was reducing the complexity of binding Denominator uniformly to HTTP APIs regardless of ReSTfulness.
Why Feign and not X?
Feign uses tools like Jersey and CXF to write java clients for ReST or SOAP services. Furthermore, Feign allows you to write your own code on top of http libraries such as Apache HC. Feign connects your code to http APIs with minimal overhead and code via customizable decoders and error handling, which can be written to any text-based http API.