Hi Ted,

Sorry to lurk in on this conversation, but XML to generate uncompiled 
JSP seems rather silly ;)

For what you were mentioning why not just use XML, however make all the 
tags custom tags. Then you are using the JSP container as a 
transformation engine. The performance is the same as a compiled JSP, 
plus you can code in just about anything  in those custom tags, and you 
are using your J2EE skillset. No need for XSLT.

FYI, I mention this because I use it heavily on my website with great 
success. If you are interested take a peek at this tutorial I've got in 
the works 
(http://www.jspinsider.com/content/jfalkner/multiclienttags/mct_0.view). 
  I'll also be chatting about this at JavaOne.

Cheers,

Jayson Falkner
[EMAIL PROTECTED]



Ted Husted wrote:

> "Craig R. McClanahan" wrote:
> 
>>I'd rather see us check in only the XML source files, and run the
>>generator on daedalus directly to create the HTML pages.  
>>
> 
> This is totally off-topic, but should it be feasible to generate
> (uncompiled) JSP pages from XML source files, as we do to get our HTML
> pages?
> 
> Gave it a quick try one day, and it didn't seem to work the first time
> (: but nothing ever does for me :), and haven't gotten back to it.
> 
> Seems like this would be a good compromise for people want to XML
> stylesheets for formatting the HTML template data, but also want the
> performance of compiled JSPs. (Of course, the JSPs would need to be
> recompiled after being regenerated from the XML.)
> 
> -Ted.
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> .
> 
> 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to