> 
> 
> So with that in mind, I was wondering if Orion had any internal 
> facilities  to support some kind of dynamic JSP pages.  If not what do 
> you folks  recommend to use for such applications?
> 
> Thanks much in advance, and sorry if this subject has already come up 
> before

> 
Robert,

this doe not have a lot to do with Orion itself, but more with the JSP 
specs, being that JSP is compiled (i.e. parsed to a servlet and than 
compiled). dynamically serving the JSP code from a database would be 
really hard on performance. You might however take a look at 
<jsp:include> and RequestDispatcher.include() to include the templates 
using servlets to get them from the database.

sven


Reply via email to