Hello.

I want to embed Clojure into a Java system we are creating at work to
have interactive control on it (via SLIME) during development. The
system is running in Tomcat.

I did not find a conventional to do this. Therefore I copy/pasted
peace of clojure.lang.Repl class and created a JSP page, that starts
Clojure and swank when executed. The JSP may be found here:
http://paste.lisp.org/display/71206.

It is quite simple and works OK, but I dislike the copy/pasting of
clojure.lang.Repl code. Is there a better way to embed swank into a
Java system?

Best regards,
- Anton

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to