dev@javaserverfaces.java.net

Re: jar ordering in jsf 2.0

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Mon, 23 Nov 2009 15:38:03 -0800

On 11/23/09 2:25 AM, Matthias Wessendorf wrote:
> hi,
>
> reading Ryan's blog:
>
>
> I wonder if this:
> Document ABC -<after><others/><name>A</name></after>
> Document A -<after><others/><name>C</name></after>
> Document B -<before><others/></before>
> Document C -<after><others/></after>
> Document D - no ordering
> Document E - no ordering
> Document F -<before><others/><name>B</name></before>
>
>
> would result in [F, B, D, E, C, A, ABC]
>
Looks like the result is fine.
> My understanding is YES, but just to double check...
>
> Thx,
> Matthias
>
>