The WebExtractor Bean lets you extract data from a Web page. WebExtractor needs customizing only once, and it can continue returning the desired data even if the source Web page changes significantly.
The NumberSpeller bean can be used to transform an integer number to a text string containing its spelled form (for example, "1" is transformed to "one").
The ExcelAccessor bean suite can be used to visually program a Java application to access and modify the contents of a Microsoft Excel worksheet. This bean suite consists of three non-visual beans that can be easily wired with other beans in various IDE's to create applications. The ExcelAccessor beans can be used to access the following properties of a range in a worksheet: Value, Formula, Format and Note text.
NiceStep is an attempt to bring the look and feel of N*XTSTEP, GNUStep, and WindowMaker to Java applications. It is a set of Java Beans and common dialogs that are designed to replace the components in the package java.awt.
The main objective of the JBeanStudio project is to provide a coding-free visual software authoring system, which is based on Java™ and JavaBeans™ component architecture technologies.
This bean suite can be used in any application where one or more time-consuming tasks need to be performed on different threads. The beans handle the issue of thread safety for resources that might not be thread-safe. They also facilitate debugging by allowing a trace to be printed for each thread.