Replace 'Java EE' with 'enterprise Java' as appropriate

Also change 'JEE' -> 'Java EE'
This commit is contained in:
Chris Beams
2010-08-07 14:47:17 +00:00
parent 0625990020
commit bf4b9f5ffb
5 changed files with 24 additions and 24 deletions

View File

@@ -5206,8 +5206,8 @@ public @interface MovieQualifier {
<para>Spring also supports injection using the JSR-250
<interfacename>@Resource</interfacename> annotation on fields or bean
property setter methods. This is a common pattern in Java EE 5 and Java
6, for example, in JSF 1.2 managed beans or JAX-WS 2.0 endpoints. Spring
property setter methods. This is a common pattern in Java EE 5 and 6,
for example in JSF 1.2 managed beans or JAX-WS 2.0 endpoints. Spring
supports this pattern for Spring-managed objects as well.</para>
<para><interfacename>@Resource</interfacename> takes a name attribute,