On 10/16/06, Patrick Lightbody <[EMAIL PROTECTED]> wrote:
Take a look at JXP: http://jxp.sourceforge.net/ This might be very close to the template language I have been looking for that is JSP-like, but has the advantages that FreeMarker and Velocity provide in that it can be loaded from the classpath. I've wanted to select something like this as the template language used by the UI tags (instead of FreeMarker). What do you guys think?
Calling it a "template language" seems a bit of a stretch, to me. It's basically untouched content with the ability to drop pseudo-Java code into it. So it has the attributes of JSP that people most dislike about JSP. ;-) There are no tags or expression language, no control over headers or content type, a potentially confusing syntax (being only pseudo-Java), and it appears to be tied to the Servlet API. Add to that the LGPL license and that it's a one-man project, and I can't say I'd be enthusiastic about adding support for it. -- Martin Cooper ---------------------------------------------------------------------
Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=46468&messageID=93881#93881 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]