Effective Web Application Development With Apache Sling 0
Effective Web Application Development With Apache Sling 0
Speaker.currentSpeaker().interrupt();
11/18/14
Presentation Flow
Conceptual foundations
Building blocks
11/18/14
200x
Pre-Apache
11/18/14
2007
incubation
2009
TLP
2014
Version 7
Source: OpenHub
11/18/14
Source: OpenHub
Source: status.apache.org
11/18/14
Conceptual Foundations
OSGi-powered
REST-based
Content-driven
Apache
11/18/14
Scripting inside
17
Felix
Aries
ServiceMix
Commons
Geronimo
11/18/14
Jackrabbit
Derby
Tika
10
/blog/{0}.html
/blog/
11/18/14
BlogViewController
BlogListController
HomeController
/
/blog
/blog/hello-world
SlingMainServlet
11
11/18/14
12
some-cat.jpg
- jcr:primaryType = app:asset
- jcr:title = Some Cat
- jcr:description = A longer description of this picture
of a cat
- jcr:created = 2014-06-03T00:00:00.000+02:00
- jcr:lastUpdated = 2014-06-03T11:00:00.000+02:00
- tags = [Animal, Cat, Color]
- width = 400
- height = 600
11/18/14
13
JSP
11/18/14
14
11/18/14
15
Eventing
Web Console
11/18/14
16
Building blocks
/blog/welcome
11/18/14
???
myblog/blog.groovy
18
11/18/14
19
Type: blogapp/listing
Extension: html
Method: GET
/libs/blogapp/listing.jsp
/libs/blogapp/listing/html.jsp
@SlingServlet(resourceTypes=blogapp/list
ing,...)
11/18/14
20
Type: blogapp/listing
Extension: xml
Selector: rss
Method: GET
/libs/blogapp/listing/rss.html
11/18/14
21
JCR
FS
11/18/14
/
/content/
/content/comments
/logs
MongoDB
Cassandra
22
11/18/14
23
11/18/14
24
File upload
Observation
small.jpg
ripple.jpg
annotations
ACLs
initial-review
11/18/14
26
27
Everything is a Resource
11/18/14
28
11/18/14
29
11/18/14
30
I18n
Caching
Models
Health Checks
Eventing
11/18/14
31
11/18/14
32
11/18/14
33
11/18/14
34
Maven Plugins
Bundle deployment
Launchpad creation
Maven Archetypes
IDE Tooling
Eclipse
Netbeans (external)
11/18/14
35
Resources
http://sling.apache.org/
http://jackrabbit.apache.org/
11/18/14
36