Immutant
The Clojure Application Platform
Immutant 1.1.4
- Chapter 1. What is Immutant?
- Chapter 2. Installing Immutant
- Chapter 3. Deploying Clojure Applications
- Chapter 4. Application Initialization & Configuration
- Chapter 5. Developing with Immutant
- Chapter 6. Web
- 6.1. Introduction
- 6.2. Context Path
- 6.3. Virtual Host
- 6.4. Registering Handlers
- 6.5. Deregistering Handlers
- 6.6. Context/Sub-Context Path Example
- 6.7. Sessions
- 6.8. Locating dirs within the application root
- 6.9. Serving static resources
- 6.10. Mounting Servlets instead of Ring handlers
- 6.11. Overriding the max number of HTTP threads
- Chapter 7. Jobs
- Chapter 8. Messaging
- Chapter 9. Caching
- Chapter 10. Distributed Transactions (XA)
- Chapter 11. Daemons
- Chapter 12. JBoss AS Crash Course
- Chapter 13. Production Setup