This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 2982adb  Embed Sling Servlet annotations talk video
2982adb is described below

commit 2982adb0521fb2f45fbc418af647eeb806a62dad
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu Oct 4 18:57:22 2018 +0200

    Embed Sling Servlet annotations talk video
---
 src/main/jbake/content/documentation/the-sling-engine/servlets.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/jbake/content/documentation/the-sling-engine/servlets.md 
b/src/main/jbake/content/documentation/the-sling-engine/servlets.md
index e45651c..3588f06 100644
--- a/src/main/jbake/content/documentation/the-sling-engine/servlets.md
+++ b/src/main/jbake/content/documentation/the-sling-engine/servlets.md
@@ -43,6 +43,10 @@ Given these drawbacks it is strongly recommended to bind 
servlets to resource ty
 
 ### Registering a Servlet using Java Annotations
 
+The "new" (as of 2018) Sling Servlet annotations were presented by Konrad 
Windzus at [adaptTo() 
2018](https://adapt.to/2018/en/schedule/lightning-talks/new-sling-servlet-annotations.html).
+
+<iframe width="560" height="315" 
src="https://www.youtube.com/embed/7CBjnQnrxTw"; frameborder="0" 
allow="autoplay; encrypted-media" allowfullscreen></iframe>
+
 If you are working with the default Apache Sling development stack you can 
either use 
 
 * [OSGi DS 1.4 (R7) component property type 
annotations](https://github.com/apache/sling-org-apache-sling-servlets-annotations)
 (introduced with DS 1.4/OSGi R7, supported since [bnd 
4.0](https://github.com/bndtools/bndtools/wiki/Changes-in-4.0.0) being used in 
[bnd-maven-plugin 
4.0.0](https://github.com/bndtools/bnd/tree/master/maven/bnd-maven-plugin)),

Reply via email to