Home

This Chapter
-Chapter 13: JavaBeans Activation Framework
-Introduction to JAF
-A JAF Example
-Summary

Table of Contents
-Introduction
-Chapter 1: Core Libraries
-Chapter 2: Dynamic Compilation
-Chapter 3: Scripting
-Chapter 4: Networking
-Chapter 5: Swing Updates
-Chapter 6: Abstract Window Toolkit
-Chapter 7: Internationalization
-Chapter 8: Java Database Connectivity 4.0
-Chapter 9: XML Digital Signature API
-Chapter 10: Streaming API for XML
-Chapter 11: Java Architecture for XML Binding
-Chapter 12: Web Services
-Chapter 13: JavaBeans Activation Framework
-Chapter 14: User-Defined MXBeans
-Chapter 15: Concurrency Updates
-Appendix A: Enums
-Appendix B: Generics
-Appendix C: Annotations

Previous
Next

 

Chapter 13

JavaBeans Activation Framework

For the first time ever, the JavaBeans Activation Framework (JAF) is included in a Java Standard Edition (SE). Traditionally, if you needed JAF services you had to download the reference implementation as a separate JAR or used Java 5 Enterprise Edition. The JAF release that ships with Mustang is version 1.1, the fruit of collaborative work of the JSR 925 committee. The specification is downloadable from http://jcp.org/en/jsr/detail?id=925.

You’ve probably used the JAF, especially if you’ve been involved in a Java mail project, without paying much attention to it. This chapter, however, goes the extra mile to explain what JAF really is and how it can be useful in your life as a Java programmer.

Previous
Next