RMI/WEBDAV/JNDI とは別に JCR/CRX(AEM) をリモートで接続する方法はありますか? WEBDAV と RMI を PROD 環境で開くことは推奨されていません。
私のユースケースに合わないと思われるオプションを検討しました:
- SLING API - sling.apache.org/documentation/development/repository-based-development.html
- オーク 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 /ジャックラビット/リモートアクセス
ポインタはありますか?