|
19 | 19 | <para>The <ulink url="http://java.sun.com/products/javabeans/jaf/downloads/index.html">JAF</ulink> <filename class="libraryfile">activation.jar</filename> library</para>
|
20 | 20 | </listitem>
|
21 | 21 | </itemizedlist>
|
22 |
| - <para>All of these libraries are available in the Spring-with-dependencies |
23 |
| - distribution of the Spring Framework (in addition to also being freely |
24 |
| - available on the web).</para> |
| 22 | + <para>All of these libraries are freely available on the web.</para> |
25 | 23 | </sidebar>
|
26 | 24 |
|
27 | 25 | <para>The Spring Framework provides a helpful utility library for sending
|
|
37 | 35 | This package also contains a hierarchy of checked exceptions which provide
|
38 | 36 | a higher level of abstraction over the lower level mail system exceptions
|
39 | 37 | with the root exception being <exceptionname>MailException</exceptionname>. Please
|
40 |
| - refer to the Javadocs for more information on the rich mail exception hierarchy.</para> |
| 38 | + refer to the JavaDocs for more information on the rich mail exception hierarchy.</para> |
41 | 39 |
|
42 | 40 | <para>The <interfacename>org.springframework.mail.javamail.JavaMailSender</interfacename>
|
43 | 41 | interface adds specialized <emphasis>JavaMail</emphasis> features such as MIME
|
@@ -184,12 +182,8 @@ public class SimpleOrderManager implements OrderManager {
|
184 | 182 | <interfacename>OrderManager</interfacename> target.</para>
|
185 | 183 | </note>
|
186 | 184 |
|
187 |
| - <para>The Spring Framework's mail support ships with two |
188 |
| - <interfacename>MailSender</interfacename> implementations. The standard JavaMail |
189 |
| - implementation and the implementation on top of Jason Hunter's |
190 |
| - <classname>MailMessage</classname> class that is included in |
191 |
| - <ulink url="http://servlets.com/cos">the <literal>com.oreilly.servlet</literal> |
192 |
| - package</ulink>. Please refer to the relevant Javadocs for more information.</para> |
| 185 | + <para>The Spring Framework's mail support ships with the standard JavaMail |
| 186 | + implementation. Please refer to the relevant JavaDocs for more information.</para> |
193 | 187 | </section>
|
194 | 188 |
|
195 | 189 | </section>
|
|
0 commit comments