> * JSP pages
> * JSF pages
Can you elaborate?
When I look at faces-config.xml, I see something
that looks like the typical DD elements we've seen in the past:
<managed-bean>
<managed-bean-name>TestBean</managed-bean-name>
<managed-bean-class>test.TestBean</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
</managed-bean>
That's not a new style and given that JSPs are defined in the web.xml,
I'm not sure what "new" style you are talking about. Note, we're
talking about metadata syntax, not the JSP/JSF page source.
Thanks,
Jim Knutson
WebSphere J2EE Architect