A complete re-implementation of the java.beans packages. This project builds on the deficiencies of the Sun implementation to provide developers with a set of tools that can be used in everyday practice. The new classes provide more support for JavaBeans
Be the first to post a text review of The JBeans project. Rate and review a project by clicking thumbs up or thumbs down in the right column.
The 1.2 release is available for download. It contains only a few performance enhancements and a rework of part of the automatic conversion support in the package. Before, null values were not being auto-converted. Someone was nice enough to submit a bug about this telling me that nulls can and should be converted. Mostly this happens for primitive values, but could be useful elsewhere as well. So, I've change the package to support conversion of nulls. I also went back and beefed up the converters for booleans, characters, and numbers so that they handle the cases where the value is null or empty and the target convert type is a primitive. In this case, the initial value for that primitive is returned (booleans - false, character - '\u0000', numbers - some form of 0) in one of the primitive wrapper classes. One last thing that I've changed is that the distribution no longer contains the junit.jar file. If you wish to build the package, you'll need to fetch the jar file and place it in the lib directory.
I registered jbeans.org and transferred all the website files over there. This is now the new home page for the JBeans project. Hope everyone enjoys it.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?