What is the relationship between the .clj source-file(s) and its gen-
class compiled class-files?

The reason I ask is that my app is an applet, written in Clojure
(obviously), and compiled.
The resulting class-files are then bundled into a jar-file, but
without the source clj-file.
(I don't want to incude my source-code in the deployed applet jar-file
- for business reasons, obviously).

The applet loads and runs just fine, but not before requesting clj-
files from the server.
In my server log files I see failed requests for "user.clj" and
"applet.clj" (the file containing all my source-code).
The applet doesn't recieve the files from the server, but runs just
fine all the same, so obviously doesn't need them.

1.  Why are these files requested in the first place, when not needed?

2. How do I prevent these files from being requested at all?

(When I have 100 kids in the same school, loading my applet at the
same time, all the extra failed and unneccessary request are unwelcome
on an already slow school network)

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to