Boa tarde,
na apostila FJ-28 tem um projeto auxiliar que dá um estilo ao projeto e é configurado no web.xml assim:
<jsp-config>
<jsp-property-group>
<description>goodbuy</description>
<display-name>Good Buy</display-name>
<url-pattern>*.jsp</url-pattern>
<include-prelude>/header.jspf</include-prelude>
<include-coda>/footer.jspf</include-coda>
</jsp-property-group>
</jsp-config>
alguém sabe como eu configuro no JEE6?
pois optei por não ter web.xml
