JavaBeans Activation Framework

Regardless of which JavaMail API version you use, they all require the JavaBeans Activation Framework (JAF) standard extension, which is now included in WebLogic Server 8.1 (javax.activation). The JAF gives your email applications the capability to recognize, display, and/or manipulate various types of MIME data, such as HTML pages and JPEG files. You don't really need to know how the API works because it's auto-enabled by the JavaMail API, but here are a few of the high-level details.

The framework provides classes that add MIME-type support to your applications. This is done by determining the type of an arbitrary piece of data, encapsulating access to it, discovering the operations available on it, and instantiating ...

Get BEA WebLogic Server™ 8.1 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.