----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 03, 2000 12:42 PM
Subject: TC3: moving jasper
> In order to test and integrate the new jasper ( from catalina ) we
> need to move src/share/org/apache/jasper to src/jasper3/org/apache/jasper,
> and import jakarta-tomcat-4.0/jasper into jakarta-tomcat.
>
> I'll do that very soon - it'll generate a big diff file.
>
> I'll also integrate the invocation module, which seems very usefull, and
> I'm working on the webdav servlet ( well, there are big internal
> dependencies, but so far it seems possible to make it a trully reusable
> component, without dependencies on any individual container ) .
The dependencies are with the resources package, to have some abstraction to
the data being served, instead of just hardcoding access to the filesystem.
It hasn't reduced performance in a noticeable way.
So I would suggest you port the resources related stuff, instead of
replacing the calls to the resources related classes with filesystem
operations.
Just my $0.02.
BTW, I don't create dependencies just for the sake of creating dependencies
;) I only do it when I think I get something in return (like getting a nice
abstraction layer). For example, the new naming stuff which has just been
added in the Catalina tree is 100% Catalina-dependencies free.
Remy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]