J2EE 1.4 eases Web service development

JSR-109のことも書いてありました。

The Java Web services specification (JSR 109) recommends that all Web services be subsumed under the JNDI service subcontext. The client container binds the service interface described by that reference under the java:comp/env client environment naming context.

そうか、J2EEである限りENCから逃れられないということですね。

The set of Web service implementations that you wish to deploy in either the EJB or servlet containers are defined in a webservices.xml deployment descriptor file.

それに、DDがまた一つ増えるのですね。