You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Craig R. McClanahan" <Cr...@eng.sun.com> on 2001/01/22 18:20:13 UTC

Re: Outputting JSP/Struts from XML

"Sitkewich, Julian" wrote:

>
>
> I am developing an MVC Model II type application (running on
> WebLogic/Resin/Oracle). All the JSP files are created and output from XML and
> XSLT files (A simple batch script outputs all the JSP pages for the app).
> Could Struts easily work into this methodology? What experience does ayone
> have?
>

As long as you have control over the XSLT scripts that create the actual pages,
it should be pretty easy to generate JSP pages that conform to Struts
requirements.  For example, you could include all of the <%@ taglib %>
directives automatically at the top of every page, by including them in a
stylesheet rule that fires at the top of your input document.

>
> Regards,
>
> Julian

Craig McClanahan