On Nov 19, 2007 9:55 AM, Brian Pontarelli <[EMAIL PROTECTED]> wrote: <huge-snip/>
> I'd even go one step further and > abstract out JSPs so that they didn't require a container and provide a > javax package to access and use them outside of containers. Good luck with this part. ;-) I went down that path for a while, a few years ago, and it's a major pain to try to work around all the dependencies on the servlet API, especially in a way that allows arbitrary tag libraries to continue to work. We ended up having to create an artificial request in order to get the right context for the container to invoke the JSP. Yuck. -- Martin Cooper --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]