forked from spinscale/play-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
69 lines (54 loc) · 1.46 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Play framework cookbook - Accompanying source code
Alexander Reelsen, <[email protected]>
If you have questions, feel free to mail me anytime.
This is the source code for the play framework cookbook, listed in the order of occurances in the book.
chapter1/basic-example
chapter2/annotation-controller
chapter2/caching-general
chapter2/digest-auth
chapter2/pdf
chapter2/binder
chapter2/annotation-validation
chapter2/annotation-rights
chapter2/json-render-properties
chapter2/render-rss
chapter3/spring
chapter3/guice
chapter3/secure
chapter3/crud-secure
chapter3/booking-mongodb
chapter3/mongodb-image
chapter4/mashup-chart-api
chapter4/mashup-twitter-search
chapter4/mashup-api
chapter4/mashup-json-xml
chapter5/module-intro
chapter5/registration
chapter5/events
chapter5/dependencies
chapter5/module-model
chapter5/bytecode-enhancement
chapter5/stylus
chapter5/dojo-integration
chapter6/bytecode-enhancement-xml
chapter6/persistence
chapter6/messaging
chapter6/search-solr
chapter6/caching-implementation
chapter7/distributed-jobs
chapter7/virtualhost
chapter7/ssl
chapter7/monitoring
chapter7/logging
chapter7/icinga
chapter7/munin
chapter7/apache
chapter7/nginx
chapter7/lighttpd
chapter7/test-jenkins
chapter7/test-calimoucho
chapter7/configuration-service
IMPORTANT NOTE:
It has been stripped from all external jar files.
You have to run "play deps" in all module directories as well as "play build-module".
Then you should be able to run the application without errors.