> > > 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
- Re: JSP syntax checker Mikko Kurki-Suonio
- RE: JSP syntax checker Dumitru Sbenghe
- Re: JSP syntax checker Trond Nilsen
- Dynamic JSP in Orion Robert S. Sfeir
- Re: Dynamic JSP in Orion Petr Podsednik
- RE: Dynamic JSP in Orion Dumitru Sbenghe
- RE: Dynamic JSP in Orion Tim Endres
- Re: Dynamic JSP in Orion Christian Sell
- Re: Dynamic JSP in Orion Robert S. Sfeir
- Re: Dynamic JSP in Orion Christian Sell
- Re: JSP syntax checker sven
- Re: JSP syntax checker Heiko Gottschling
- RE: JSP syntax checker Randahl Fink Isaksen
- Re: JSP syntax checker Heiko Gottschling
- RE: JSP syntax checker Juan Lorandi (Chile)
- Re: JSP syntax checker Marcel Schutte
- RE: JSP syntax checker Jason Boehle
- RE: JSP syntax checker Tony Wilson
- SV: JSP syntax checker Magnus Rydin
