relnotes.txt

来自「wifi上网例子程序」· 文本 代码 · 共 68 行

TXT
68
字号
	 JavaBeans(tm)Activation Framework 1.1 Release NotesWelcome to the JavaBeans(tm) Activation Framework! A great deal of timeand effort was put into making this package functional andusable.  We are however, realistic in anticipating that there existscenarios and applications where this implementation could be improvedupon.  We welcome your feedback in this area to the email addresslisted below.System Requirements:--------------------The JavaBeans(tm) Activation Framework (JAF) was developed and testedagainst Sun's JDK 1.4.2 on the Solaris SPARC platform.  JAF iswritten in Java (with no native code). It will run on any JDK(tm) 1.4(or newer) compatible virtual machine so don't hesitate to try it andplease report failures.Installation:-------------There is effectively *no* installation of the JAF. The classes thatmake up the JAF are contained in the included Java(tm) Archive (JAR) file,"activation.jar". This file can be placed anywhere accessible to theJava virtual machine running on your system. The only requirement isthat the activation.jar be included in your system's class path soJava can find the JAF classes.Related Web Sites:------------------There are a number of web sites you might find useful if you haven'talready run across them:http://java.sun.com  -- This is Sun's Java Software External Web Site.http://java.sun.com/beans -- This is the JavaBeans web site which is                             full of the latest beans information. The                             JAF spec is available in the 'Glasgow' area.http://java.sun.com/products/javamail -- The JavaMail(tm) API provides a set                             of abstract classes that model a mail system.                             It's implementation is dependent on the JAF.Bugs fixed in the 1.1 Release:------------------------------<no id>	use context class loader to load data content handlers<no id>	guard against possible NPE when parsing mailcap file<no id>	really make sure input stream gets closed in DataHandler.writeTo4134676	need way to find all known MIME types4786035	API doc: some bugs in javax/activation/MimeType.cmnt4848096	MailcapCommandMap should store *ALL* mailcap entries5090200	CommandMap needs file name to choose proper command on Windows6245613	fix ActivationDataFlavor normalize methods to match DataFlavor6252930	MailcapCommandMap needs support for "fallback" entries in mailcap file6357487	DataHandler.getBean should load class using application's class loaderHow to contact us:------------------We have created an email alias that will send all your questions andcomments to the JAF 'team'. We cannot guarantee that we will respondto all of your email, but we do promise to read them. activation-comments@sun.com

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?