RE: Best Sling samples for a beginner to look at?

2017-03-29 Thread Jason Bailey
Bertrand, I can't you how relieved I am to here that there is a desire to be scripting language agnostic. I hope this continues. -Original Message- From: Bertrand Delacretaz [mailto:bdelacre...@apache.org] Sent: Wednesday, March 29, 2017 6:39 AM To: users

bundle + war + sling

2017-03-29 Thread Jason Bailey
Wondering if anyone has done anything with creating a war that can be deployed as bundle and have its resources exposed as sling content. -Jason

Re: org.apache.sling.resourceaccesssecurity.ResourceAccessGate access.context=application

2017-03-29 Thread Carsten Ziegeler
Karolis Mackevicius wrote > Hi, > > I am trying to implement > org.apache.sling.resourceaccesssecurity.ResourceAccessGate component > (dependency version 1.0.0), with following properties: > > * access.context=application > * operations=read > * path=/content/dam/.* > > @Component(property =

Use of global HTL object log

2017-03-29 Thread Andreas Schaefer Sr.
Hi In the HTL documentation I saw that there is a global HTL object log for the SLF4J logger. How would I use that logger? Cheers - Andy

org.apache.sling.resourceaccesssecurity.ResourceAccessGate access.context=application

2017-03-29 Thread Karolis Mackevicius
Hi, I am trying to implement org.apache.sling.resourceaccesssecurity.ResourceAccessGate component (dependency version 1.0.0), with following properties: * access.context=application * operations=read * path=/content/dam/.* @Component(property =

Re: Best Sling samples for a beginner to look at?

2017-03-29 Thread Vlad Bailescu
Hi Greg, There's also Nate Yolles' Publick blog [5] Best, Vlad [5] https://github.com/nateyolles/publick-sling-blog On Wed, Mar 29, 2017 at 10:41 AM, Greg Fullard wrote: > Tx Chris, Bertrand, Andreas > > I think that gives me a good starting point. > > I'll keep a

Re: Best Sling samples for a beginner to look at?

2017-03-29 Thread Greg Fullard
Tx Chris, Bertrand, Andreas I think that gives me a good starting point. I'll keep a mini-journal of my experiences which might give some insights into where the learning curve gets a bit steep. Perhaps it even turns into a tutorial of sorts. Cheers Greg On Tue, Mar 28, 2017 at 7:15 PM,

Re: Fling Installation on Trunk

2017-03-29 Thread Bertrand Delacretaz
On Tue, Mar 28, 2017 at 8:48 PM, Oliver Lietz wrote: > -...The Fling sample is using modules (from trunk) which cannot be part of > Launchpad... > Nevertheless it works for others and some find it quite useful... I have added a warning about snapshots to the Fling sample

Re: Best Sling samples for a beginner to look at?

2017-03-29 Thread Bertrand Delacretaz
On Tue, Mar 28, 2017 at 7:15 PM, Andreas Schaefer Sr. wrote: > ...Slingbucks is ok but it is outdated (as far as I can tell) using ESPs > and not using HTL and Sling Models FWIW it's always been important for Sling to avoid imposing too much in terms of scripting languages