Diferença entre resource-ref & resource-env-ref

Colegas,

Qual a diferença entre essas tags no web.xml? Quando usar uma ou outra?

Tks,

Marques

<resource-env-ref> <resource-env-ref-name>jdbc/DSOrion</resource-env-ref-name> <resource-env-ref-type>javax.sql.DataSource</resource-env-ref-type> </resource-env-ref> e

	<resource-ref>
		<description>DB Connection</description>
		<res-ref-name>jdbc/DSOrion</res-ref-name>
		<res-type>javax.sql.DataSource</res-type>
		<res-auth>Container</res-auth>
	</resource-ref>