schema conformance
Tom Zeller
tzeller at dragonacea.biz
Mon May 5 11:09:26 EDT 2014
>> > If we're not actually using J2EE, we may not need the namespace
>> referenced.
>>
>> It's the namespace used by the document element.
>
> I didn't think the core schema used by web.xml was part of J2EE, but if that's the case, I guess we would need to know which one is the one specified by the servlet 3.x spec.
The servlet 3.1 spec (JSR 340) references a deployment descriptor of
http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd which states that
the namespace must be http://xmlns.jcp.org/xml/ns/javaee.
Do we know which containers+versions we will support for v3 ? I
assumed we would do that first then decided on the version of the
servlet spec.
More information about the dev
mailing list