Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] jetty versions

We're keeping the jetty-7 and jetty-8 codebases in sync, except that 8
has the servlet 3 stuff loaded on top. We also try and release both
together, so they are both current.

Note that servlet 3 is backward compatible with servlet 2.5, so you
don't have to use the new features if you don't want to, but you'll be
up-to-date with the latest spec.

Jan

On 15 January 2012 10:25, S Ahmed <sahmed1020@xxxxxxxxx> wrote:
> so for a new project, one should go with 7 if servlet 3.0 is not required?
>
>
> On Sat, Jan 14, 2012 at 6:23 PM, Nikolay Rychkov <nikolay.rychkov@xxxxxxxxx>
> wrote:
>>
>> Jetty 6 is classical
>> 7  - performance improved
>> 8 - is actually 7 plus servlet 3.0
>>
>> 2012/1/15 S Ahmed <sahmed1020@xxxxxxxxx>:
>> > Hi,
>> >
>> > Can someone explain to me what versions of jetty there are and what the
>> > major differences are?
>> >
>> > I see jetty 6, 7, 8, hightide?
>> >
>> > For a new project, which version do you suggest?
>> >
>> >
>> >
>> > _______________________________________________
>> > jetty-users mailing list
>> > jetty-users@xxxxxxxxxxx
>> > https://dev.eclipse.org/mailman/listinfo/jetty-users
>> >
>> _______________________________________________
>> jetty-users mailing list
>> jetty-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
>
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top