Sling希望把有趣重新带给Java开发者,并且让web开发更加简单。它帮助你完成加入内容进入web和提供管理/更新内容平台的重要任务。同时Sling也遵从内容存储规范(Java Content Repository),类似Apache Jackrabbit。
Sling支持OSGi,因此获得了所有OSGi的优势。在开发方面,一个Scripting层(使用Apache BSF)允许任何Scripting语言使用Sling(当然你也可以使用简单老式java语言),而且Sling能够提供RESTful的方式来开发应用。
Apache Sling 10 有以下新特性:
- * Java 9 and 10 support
- * Migrated from tika-bundle to tika-parsers
- * Direct access to a DataStore binary when the repository allows it
- * Exception stack traces now contain the originating bundle
- * Update to Oak 1.6.8
- * Service user web console page added
- * Service user privilege declaration based on principal names
- * Enhancements to the repoinit language
- * Support for mounting JSON files in the bundle resource provider
转自 http://www.oschina.net/news/93146/apache-sling-10-released