<html><body>
<p><tt>gavin.king@gmail.com wrote on 01/08/2009 08:40:35 AM:<br>
&gt; Certainly *some* other EE DDs could benefit from the namespaced-<br>
&gt; based approach:<br>
&gt; <br>
&gt; * ejb-jar.xml, certainly<br>
&gt; * perhaps some of the WS DDs, but I've never used this stuff so I'm not sure<br>
&gt; <br>
&gt; but most of the other DDs are just fine as they are:<br>
&gt; <br>
&gt; * application.xml<br>
&gt; * web.xml<br>
&gt; * jsf-config.xml<br>
&gt; * taglib.tld<br>
&gt; <br>
&gt; None of these would really benefit much from the new-style XML,<br>
&gt; because they aren't being used to configure third-party components (at<br>
&gt; least, not any more in EE 6!)<br>
&gt; <br>
&gt; Finally, the following two &quot;DD&quot;s, which *are* used to configure<br>
&gt; third-party components *already* use the &quot;new&quot; style:<br>
&gt; <br>
&gt; * JSP pages<br>
&gt; * JSF pages<br>
</tt><br>
<tt>Can you elaborate? &nbsp;When I look at faces-config.xml, I see something</tt><br>
<tt>that looks like the typical DD elements we've seen in the past:</tt><br>
<br>
<tt>&lt;managed-bean&gt;</tt><br>
<tt>&nbsp; &nbsp; &lt;managed-bean-name&gt;TestBean&lt;/managed-bean-name&gt;</tt><br>
<tt>&nbsp; &nbsp; &lt;managed-bean-class&gt;test.TestBean&lt;/managed-bean-class&gt;</tt><br>
<tt>&nbsp; &nbsp; &lt;managed-bean-scope&gt;request&lt;/managed-bean-scope&gt;</tt><br>
<tt>&lt;/managed-bean&gt;</tt><br>
<br>
<tt>That's not a new style and given that JSPs are defined in the web.xml,</tt><br>
<tt>I'm not sure what &quot;new&quot; style you are talking about. &nbsp;Note, we're</tt><br>
<tt>talking about metadata syntax, not the JSP/JSF page source.<br>
<br>
Thanks,<br>
Jim Knutson<br>
WebSphere J2EE Architect</tt><br>
<br>
</body></html>