Forum OpenACS Q&A: Response to Thoughts on CCM

Collapse
Posted by Jun Yamog on
I don't think I have a 100% work around on the no server restart issue.  I used jdk 1.4 ability to do hotswap.  Sometimes works... sometimes not.  I think it depends on how dramatically you changed the code.  If that does not work I use resin class reload.  Still not 100% perfect.

The good solution is to have a scripting languange for CCM.  Like tcl or beanshell.  Nope JSP won't do since some stuff are not really jsp besides.  Jsp is still uses java which is not good at iterative coding.