You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Jon Stevens <jo...@latchkey.com> on 2000/11/11 01:17:40 UTC

facade22.jar

During ./build.sh, facade22.jar is placed into the tomcat/lib directory
twice (once also in lib/servlet22). Is there a reason for that?

-jon


Re: facade22.jar

Posted by cm...@yahoo.com.
> > but it's worth mentioning that the main branch of
> > "jakarta-tomcat" (where you committed your change for build.xml)  is the
> > "3.3" development tree.
> > 
> > If, on the other hand, you want to use the 3.2 branch that I'm preparing
> > for release, you will want to check out branch "tomcat_32" from the
> > "jakarta-tomcat" repository.
> 
> ug...ok...i will do that...i didn't realize.
> 
> -jon (who isn't real thrilled with the current tomcat development style
> going on in the jakarta-tomcat tree)

Which tree ? And what's the complaint ? If you read the archives and the
cvs logs I think everything was explained and so far I haven't saw any -1.
( at least for the 3.3 development branch ). 

If you want to contribute - wellcome, any sugestion and idea is good !

Regarding the facade22.jar - I will remove the second copy ( in
lib/servlet22 ) - since we all agreed the servlet2.3 facade will be part
of a future revolution ( when 3.3 will be stable and all other things will
be resolved ).

If the question was "what it is " - it's the implementation of the 2.2
servlet API. It is built in a separate jar in order to make sure the
layers are separated and remain separated, avoiding "convoluted" code. The
"facade" pattern is part of tomcat design and provides many advantages (
I think it's documented ), and 3.3 will be the first that will (finally
) implement it right ( 3.2 still has many interdependencies between
layers). 


Costin





Re: facade22.jar

Posted by Jon Stevens <jo...@latchkey.com>.
on 11/10/2000 4:44 PM, "Craig R. McClanahan" <Cr...@eng.sun.com>
wrote:

> I couldn't tell you ...

doh!

> but it's worth mentioning that the main branch of
> "jakarta-tomcat" (where you committed your change for build.xml)  is the
> "3.3" development tree.
> 
> If, on the other hand, you want to use the 3.2 branch that I'm preparing
> for release, you will want to check out branch "tomcat_32" from the
> "jakarta-tomcat" repository.

ug...ok...i will do that...i didn't realize.

-jon (who isn't real thrilled with the current tomcat development style
going on in the jakarta-tomcat tree)

-- 
http://scarab.tigris.org/    | http://noodle.tigris.org/
http://java.apache.org/      | http://java.apache.org/turbine/
http://www.working-dogs.com/ | http://jakarta.apache.org/velocity/
http://www.collab.net/       | http://www.sourcexchange.com/



Re: facade22.jar

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
Jon Stevens wrote:

> During ./build.sh, facade22.jar is placed into the tomcat/lib directory
> twice (once also in lib/servlet22). Is there a reason for that?
>

I couldn't tell you ... but it's worth mentioning that the main branch of
"jakarta-tomcat" (where you committed your change for build.xml)  is the
"3.3" development tree.

If, on the other hand, you want to use the 3.2 branch that I'm preparing
for release, you will want to check out branch "tomcat_32" from the
"jakarta-tomcat" repository.

>
> -jon
>

Craig