posted 13 years ago
Hi,
I want to start building my own minimal Clojure web framework, no it is not the next Rails or Django, just a minimal one to use.
But I want to provide some Rails and Django features:
1. The ability to change lines of the code and make it immediate in the browser.
2. Specific shell that deals with the project's specific artifacts (like controllers and domain records).
3. Should be deployable as WAR files.
I may be wrong but I feel there a lot of custom class loader are in the scene, right?
Do you have any advices and warning you would like to share?
Any recommended readings?
Thanks for help and time.