src/share/classes/java/beans/beancontext/BeanContextSupport.java
Tue, 25 May 2010 15:58:33 -0700 6943119: Rebrand source copyright notices
Wed, 17 Jun 2009 15:11:07 +0200 In order to make javabeans module independent on applet and yet allow Beans class to have a method which references AppletInitializer, I am creating new module: deprecated7. This one shall consist of all the garbage identified in JDK7 development which has so many dependencies that it does not fit anywhere else. Beans class is moved there and instead of it, there is new BeanFactory class with the same methods (expect the one with AppletInitializer parameter).
Tue, 16 Jun 2009 17:53:32 +0200 Separatelly compiling Beans and Applet modules. Using 'code injection' to allow Beans class to perform its Applet related functionality if Applet module is around.
Sat, 01 Dec 2007 00:00:00 +0000 Initial load