Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thesurenk/apache-sling-boilerplate
Boilerplate for Apache Sling Rapid Application Development (RAD). Includes sample Java servlets, HTML5Boilerplate based HTML's, sample content pages.
https://github.com/thesurenk/apache-sling-boilerplate
Last synced: 6 days ago
JSON representation
Boilerplate for Apache Sling Rapid Application Development (RAD). Includes sample Java servlets, HTML5Boilerplate based HTML's, sample content pages.
- Host: GitHub
- URL: https://github.com/thesurenk/apache-sling-boilerplate
- Owner: thesurenk
- License: apache-2.0
- Created: 2017-06-09T20:29:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T20:54:18.000Z (over 7 years ago)
- Last Synced: 2024-12-15T01:02:23.389Z (14 days ago)
- Language: Java
- Homepage:
- Size: 200 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample Multi-module project for Apache Sling
This is a project template for apache Sling based applications. It is built with 'Sling Multimodule Archetype' (Request [193](https://github.com/apache/sling/pull/193) is under review by Apache Sling team) and is intended as a best-practice set of examples as well as a potential starting point to develop your own functionality.
The main parts of the project are:
* core: Java bundle containing the core functionality such as servlets.
* ui.apps: contains the /apps (and /etc) parts of the project, ie Javascript, CSS, fonts, clientlibs and sample html files. This module has built-in HTML5Boilerplate files.To build all the modules run in the project root directory the following command with Maven 3:
mvn clean install
If you have a running Apache Sling instance you can build and package the whole project and deploy into Apache Sling with
mvn clean install -PautoInstallBundle
You may verify if the bundles installed to Apache Sling at this url:
http://localhost:8080/system/console/bundles
Once open, search for the bundle name.
You may also open the below url in a browser to check if the page installed properly:
http://localhost:8080/apps/test/index.html
The required UI files (Javascript, CSS, images) will be located at:http://localhost:8080/bin/browser.html/etc/clientlibs/test
You may use the default Sling browser (http://localhost:8080/.explorer.html) or Composum (http://localhost:8080/bin/browser.html).The project comes with some settings under /core/pom.xml. You may change the Apache Sling's configs here. The default settings for Apache Sling are:
http://localhost:8080