You know, I'm not sure how often this comes up for people, but it might make a good custom tag... I can imagine simply a version of <jsp:include> that allows for absolute paths. Sure, it'll tie you to an OS to some degree (i.e., change paths from Windows forms to Unix forms), but that might be something people can live with.

--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com

[EMAIL PROTECTED] wrote:
On Tue, 28 Dec 2004, Dakota Jack wrote:


What if you don't include the JSP file but "include" the related JAVA
file and use CLASSPATH?  Will that work?  You cannot, of course, make
this dynamic, since you have class loader issues.  The biggest issue
is the class loader issue.  You might create a set of interfaces and
implemenations outside your web application that allow dynamic
reloading.  I don't see, however, why your edited files are not just
popped into your web application without issues?



We would love to be able to pop our edited files back into the web
application, but we don't see an easy way to do that.  The files must be
dynamic, as they will be edited many times over the lifetime of the
current web application.

So far, symbolic linking out of the web application seems to be the only
way we have found to really do this.

Thank you,
-Raiden


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









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



Reply via email to