タグ
resinを使っている人がJSPをプリコンパイルするときにどうするか・・・ tomcatとかは、precompileできるshがあったりしますが、resinはありません。 http://caucho.com/resin-3.1/doc/jsp-compile.xtpから、 WEB-INF/web.xmlに、 <listener> <listener -class>c... 続きを読む
Because JSP is a mixture of Java and HTML, the options for editing JSP are tied up with the options for editing HTML. Using MultipleModes (recommended)This is the approach that is usually recommended. The basic idea with this option is using ... 続きを読む

