On Mon, Aug 26, 2013 at 4:00 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Larry Shatzer, Jr. [mailto:lar...@gmail.com]
> > Subject: Re: Manager look and feel
>
> > Maybe switching the manager application to use JSP for all presentation
>
> I don't think that should be done.  Some sites may disable JSP capability,
> but still want to use the manager webapp.  I suppose one could pre-compile
> the JSP code, but that makes it harder for a site to customize the manager.
>
>
Right now it is hard to customize the manager at all. All the presentation
logic is inside the servlet. I had to do a round about hack to modify the
HTML through a servlet filter, which is pretty brittle. It wouldn't be too
hard to provide an ant script or something that allowed you to take the
manager webapp, compile it, and use the precompiled JSP version, for those
specific scenarios where you want to totally disable JSP.

-- Larry

Reply via email to