https://github.com/apache/sling
Apache Sling Aggregator
https://github.com/apache/sling
java sling
Last synced: about 1 year ago
JSON representation
Apache Sling Aggregator
- Host: GitHub
- URL: https://github.com/apache/sling
- Owner: apache
- License: apache-2.0
- Created: 2017-10-24T12:16:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-17T16:08:17.000Z (about 1 year ago)
- Last Synced: 2025-06-22T19:32:19.624Z (about 1 year ago)
- Topics: java, sling
- Language: Groovy
- Homepage: https://sling.apache.org/
- Size: 847 KB
- Stars: 9
- Watchers: 29
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://sling.apache.org)
[](https://sonarcloud.io/dashboard?id=apache_sling-aggregator) [](https://www.apache.org/licenses/LICENSE-2.0)
# Apache Sling - Bringing Back the Fun!
Apache Sling™ is a framework for RESTful web-applications based on an extensible content tree.
In a nutshell, Sling maps HTTP request URLs to content resources based on the request's path, extension and selectors. Using convention over configuration, requests are processed by scripts and servlets, dynamically selected based on the current resource. This fosters meaningful URLs and resource driven request processing, while the modular nature of Sling allows for specialized server instances that include only what is needed.
Sling serves as basis for a variety of applications ranging from blogging engines all the way to enterprise content management systems.
Our [Documentation Overview](https://sling.apache.org/documentation.html) page will help you get started.
Discussions about Sling happen on our mailing lists, see our [Project Information](https://sling.apache.org/project-information.html) page for more info.
## Source Code
Apache Sling is a modular project and has its source code stored in multiple individual Git repositories. Please see [docs/modules.md
](docs/modules.md) for an overview or use the [GitHub search for 'sling'](https://github.com/apache?q=sling&type=all&language=&sort=).
## Development
For Sling developers - information about using the Sling Aggregator to check out all repositores or perform bulk operations is at [docs/devel.md](docs/devel.md).