March 5, 2002 - Release 1.1
The 1.1 release is available for download. It contains some minor changes and two new classes. The
changes include making the two event classes extend java.util.EventObject and the two listener
interfaces extend java.util.EventListener. The JavaBean class also contains new methods that help
retrieve nested properties, check if properties are indexed and a few others.
The new class is a new dynamic nested bean property class. A problem with the old nested bean property
class was that once constructed it was impossible to change the indices used for indexed properties in
the nesting. The new class does not take indices during construction, rather it takes either an array
or indices or List of indices during retrieval or update. This provides a much more flexible method
of accessing nested bean properties.
February 27, 2002 - Bugs and new features
Well, after the 1.0 release, I've been working on some various bugs and enhancements. I'm getting
ready to do a 1.1 release either tomorrow or sometime next week.
This release will mostly since obscure problems like PropertyEvent next extending
java.util.EventObject. I've also added a few new classes, which I might add, have the longest names
I think I've ever used. One's named SynchronizedDynamicNestedBeanProperty. A little overkill, but
gets the point across ;)
Look for the next release in the coming days.
|