Different ways to define initial content :: Content.xml vs Json equivalent

2017-04-01 Thread Greg Fullard
Hi All I see that there is some difference between how content projects are handled between the Sling IDE tools and the Maven archetypes. 1. The "Sling Content Project" wizard creates a project with a jcr_root folder which then contains folders and content.xml files. This is very

Re: Fling Installation on Trunk

2017-04-01 Thread Roy Teeuwen
Hey Andreas, You can make your own custom launchpads with a maven project. In your pom.xml you use the following plugin: org.apache.sling slingstart-maven-plugin true Until sling 9 is released you use the following

Re: Fling Installation on Trunk

2017-04-01 Thread Oliver Lietz
On Friday 31 March 2017 14:39:46 Andreas Schaefer Sr. wrote: > For something else I delved into Sling Provisioning and I > came up with a way to import Thymeleaf. Not sure if that > is the best way but it seems to work. > > When I add a file called thymeleaf.txt to >

Re: Different ways to define initial content :: Content.xml vs Json equivalent

2017-04-01 Thread Chris Millar
> > I see that there is some difference between how content projects are > handled between the Sling IDE tools and the Maven archetypes. > > >1. The "Sling Content Project" wizard creates a project with a jcr_root >folder which then contains folders and content.xml files. This is very >

Re: Different ways to define initial content :: Content.xml vs Json equivalent

2017-04-01 Thread Andreas Schaefer Sr.
Hi Greg One difference between an JCR Content Package (ZIP file) is that you can use the exploded tree inside the Eclipse or IntelliJ plugin and edit / deploy / import (from server) one file at a time. With the Bundle Content you have to deploy it as an entire bundle. If working with JSon you