Skip to content

Files

Latest commit

faf99e5 · Jan 15, 2016

History

History

ch-02-packaging-J2EE

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 15, 2016
Jan 12, 2016

Clojure Recipes - Chapter 2 - Packaging Clojure for a J2EE Environment

This is the code for Chapter 2 of Clojure Recipes.

Benefits

You’re working in an existing J2EE environment and want to reuse existing Java web application server infrastructure such as Tomcat, Weblogic, Websphere or JBoss. This approach to implementing Clojure enables you to reuse the existing container lifecycle including deployment, execution and monitoring.