除了 RMI/WEBDAV/JNDI,有没有办法远程连接 JCR/CRX(AEM)?不建议在 PROD 环境中打开 WEBDAV 和 RMI,因此尽管有可行的解决方案,但我不想走那条路。
探索的选项似乎不适合我的用例:
- SLING API - sling.apache.org/documentation/development/repository-based-development.html
- OAK API - github.com/davidegiannella/adaptTo16
- REST/JSON - adapt.to/2016/en/schedule/remote-resources.html。将适用于直接资源访问,但不适用于查询或 CRUD 操作。
- JCR API - http://experience-aem.blogspot.com/2015/05/aem-6-sp2-accessing-crx-remotely-using-jcr-remoting-davex.html或https://wiki.apache.org /jackrabbit/远程访问
任何指针?