Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Jetty 9.1 and startup (JSR-356 and Servlet 3.1 annotations)

I've had a few users be confused that servlet 3.1 annotations weren't
supported "out of the box". Maybe the time is now right to enable them
by default for the distro.

Jan

On 7 August 2013 02:36, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
> So, with the JSR-356 effort in Jetty 9.1 the startup / start.ini has gotten
> more complex.
>
> There is now a WebSocketConfiguration that needs to exist for the JSR to be
> supported.
> It requires the jetty-annotations OPTIONS + xml, which also requires the
> jetty-plux OPTIONS + xml.
>
> However, adding this as the default behavior in start.ini made the existing
> start.d/900-demo.ini invalid and prevented the startup of the demo webapps.
>
> I'd like to start this discussion on what we should do for the default
> configuration in Jetty 9.1
>
> I propose that servlet 3.1 annotations and jsr-356 be enabled by the default
> configuration for the distribution.
>
>
> --
> Joakim Erdfelt <joakim@xxxxxxxxxxx>
> webtide.com
> Developer advice, services and support
> from the Jetty & CometD experts
> eclipse.org/jetty - cometd.org
>
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>



-- 
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com – Developer advice, services and support
from the Jetty & CometD experts.


Back to the top