Rick Knowles wrote:
Yoav,

I think you read it correctly, and interpreted it correctly.  It's a
distinction between the Servlet and JSP specifications.  You just have
to be careful to mention those sort of things up front, as people might
expect those features from a "Servlet v2.4 container" (because all other
servlet containers I know of do support these features, and very few
people know the spec by heart).

This is a fair point. I'll change the doc to something a little clearer. Or maybe I'll just implement the remaining pieces as components for the full jar set only (ie the non-lite version).

Even if it's not required in the spec, many webapps will use JNDI.
As for the orininal question: you cannot support scriplets without compiling. I know Kin-Man has entertained the idea of using straight code generation for tags-only pages, but assuming the super-duper-compiler from the JCP shows up, the incentive isn't very big.


Rémy


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



Reply via email to