clojure « jndi « Java Enterprise Q&A





1. clojure.contrib.sql and REPL interaction    stackoverflow.com

We have a Clojure web app which uses jndi to create a connection to the database. The code to query the database looks something like this:

(def jndi-name {:name "jndi name"})

(defn query ...

2. JNDI and Closure Problem    forums.oracle.com