Package: jaf Version: 1.0.2 Revision: 4 Source: http://distfiles.opendarwin.org/%n-1_0_2.zip Source-MD5: 34fc4fb241610912b2503e30947fe8be SourceDirectory: %n-%v Depends: system-java13 | system-java14 | system-java15 CompileScript: /usr/bin/true JarFiles: *.jar InstallScript: << mkdir -p %i/share/doc/%n cp -R demo docs/* %i/share/doc/%n/ find %i/share/doc/%n -type d -exec chmod 755 {} \; find %i/share/doc/%n -type f -exec chmod 644 {} \; << DocFiles: LICENSE.txt README.txt RELNOTES.txt Homepage: http://java.sun.com/products/javabeans/glasgow/jaf.html Maintainer: Benjamin Reed Description: JavaBeans Activation Framework DescDetail: << ============================================================================== With the JavaBeans Activation Framework standard extension, developers who use Java technology can take advantage of standard services to determine the type of an arbitrary piece of data, encapsulate access to it, discover the operations available on it, and to instantiate the appropriate bean to perform said operation(s). For example, if a browser obtained a JPEG image, this framework would enable the browser to identify that stream of data as a JPEG image, and from that type, the browser could locate and instantiate an object that could manipulate, or view that image. << DescPort: << JAF is supplied as a binary jar package. << License: Restrictive/Distributable