Tiles is stable again ;-)
  The 1.1/1.0 issues can be resolved  in a package in Struts.jar (servlet,
specific actions, ...) , and only one Tiles  package in Taglibs.
  But what should we do for Struts1.0 :

   * Add also a package (with only a servlet and few useful actions, so around
     7-8 classes) in a new package in Struts1.0 ?
        o This is the simplest for maintenance, and user installation, but
          require (few) additions  in Struts1.0
   * Provide with Tiles an additional/extension package containing these classes
     ?
   * Provide two tiles jar files : Tiles.jar (tiles classes only) and
     TilesForStruts1.0.jar (tiles and struts1.0 related classes).
        o This solution looks like today solution, so no change in user habit.
          But, it implies Struts knowledge in Taglibs
   * Other ?

    Cedric

Ted Husted wrote:

> If someone were to propose it =:o), personally I would vote that we move
> the Struts-specific portions of the Validator and Tiles up out of
> Contrib, and make them top-level packages under share. In the case of
> the Validator, I believe that's everything that is left, since the rest
> has been moved to the Commons.
>
> Cedric, if Tiles is stable for the time-being, I'll (finally) start the
> ball rolling on a Taglibs proposal. In terms of the 1.1/1.0 issues,
> could those be resolved in a Struts package in the Struts.jar, or would
> we need two packages on the taglibs side?
>
> -Ted.
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


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

Reply via email to