useful tip for jsp development

2017-08-21 Thread Jason Bailey
I've finally solved a nagging eclipse configuration issue with developing Sling JSP's and I wanted to share with the community. One of the pain points we've always found was the lack of a context root in a bundle package. That's the ability to reference a file in JSP via an include to

Re: Rendering a Resource inside Sling / OSGi Service

2017-08-21 Thread Bertrand Delacretaz
Hi, On Sat, Aug 19, 2017 at 5:59 PM, Andreas Schaefer wrote: > ...I use a SlingRequestProcessor but then I need to provide my own > implementation > of an Http Servlet Request and Response... http://sling.apache.org/documentation/bundles/servlet-helpers.html is probably what