On Wed, 17 Jul 2002, Jon Scott Stevens wrote:
> Date: Wed, 17 Jul 2002 16:34:18 -0700
> From: Jon Scott Stevens <[EMAIL PROTECTED]>
> Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>
> To: tomcat-dev <[EMAIL PROTECTED]>
> Subject: [PROPOSAL] Split the repo's
>
> After JSR053 was formed and dependencies were added to the Servlet API from
> the JSP API, it became clear that this was a bad thing. It was ok to have
> the JSP API rely on the Servlet API, but not the other way around. The
> reason for this is because many people choose to use the Servlet API without
> wanting anything to do with JSP.
>
Just out of curiousity, where do you see any *API* level dependence of
Servlet 2.3 on JSP 1.2? The closest thing I can see is the <jsp-file>
declaration in deployment descriptor DTD, but that has nothing to do with
any of the classes in the "javax.servlet" and "javax.servlet.http"
packages -- which contain zero such dependencies.
> As part of this realization, the next versions of JSP and the Servlet API
> were defined as separate JSR's in the JCP.
>
> http://jcp.org/jsr/detail/152.jsp
> http://jcp.org/jsr/detail/154.jsp
>
> A vote was cast on the tomcat-dev list that suggested a proposal for Tomcat
> 5.0. It was unclear to myself and others that this also included combining
> the CVS repositories for the Servlet API and the JSP API and disrespecting
> the fact that there are two separate JSR's.
>
> Therefore, I'm asking for another vote to split the CVS repositories to
> represent the split JSR's and adapt the build system of the JSP repository
> to have a dependency on the Servlet repository, but not the other way
> around. It is ok to also have the JSP build system generate a single .jar
> file with both the Servlet api and JSP api included.
>
> [ ] I don't want the API's split into separate repo's
> [X] I don't care
> [ ] I want the API's split into separate repo's.
>
It seems kinda silly to waste the time to set this up, when it makes
absolutely no difference to whether we publish two JARs or not (which is
clearly the preference of many) but you're free to spend your time if you
want to ...
> -jon
>
Craig
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>