FukaBeans
back to Component-Based Software Engineering Group
FukaBeans is a component library developed according to the JavaBeans component system in Java language. These are the test collections for the future research. Moreover, we are aiming at the library with practical use.
We are confirming the execution of all FukaBeans components using BeanBox (BDK1.1 April) provided by Sun Microsystems. All components follow the JavaBeans 1.01 Specification and can be used by free.
Developer: D. Hoshi Creation: 2003, Registration: Nov 17, 2003
Distribution: wordbean.jar, wordbean2.jar, Info: Document (in Japanese)
Developer: H.Washizaki Creation: 2002, Registration: Jan 18, 2003
Distribution: fileutil.jar, Info: Document (in Japanese)
Developer: D.Hoshi Creation: 2002, Registration: May 22, 2002
Distribution: FukaCalendar.jar ( version: 0.01 ), Info: Document (in Japanese)
Developer: H.Washizaki Creation: 2002, Registration: Jan 1, 2002
Distribution: extractorbean.jar ( version: 0.1 ), Info: Document (in Japanese)
Developer: H.Washizaki, Creation: 2001, Registration: Nov 29, 2001
Distribution: filterbean.jar ( version: 1.0 ), Info: Document (in Japanese)
Image filtering for edge detecting
Developer: H.Washizaki, Creation: 2001, Registration: Nov 7, 2001
Distribution: statementbean.jar ( version: 1.0 ), Info: Document (in Japanese)
StatemenBean is a simple Java statement interpreter. This component can parse single Java statement, and can execute it. The following code shows an example of interpreting statements.
new StatementBean().evaluate("new java.awt.Frame().show();");
new StatementBean().evaluate(
"java.lang.Class.forName(\"java.awt.Frame\").newInstance().show();"
);
new StatementBean().evaluate(
"java.lang.Class.forName(" +
"new java.lang.String(\"java.awt.Frame\")).newInstance().show();"
);
Developer: Y.Sakai, Creation: 2001, Registration: Aug 4, 2001
Distribution: FukaClock.jar ( version: 0.01 ), Sample: Try now!
This is a clock component. This clock differs from the majority of existing clocks, because the second hand and the long hand move smoothly. Non-display/display in an analog part and a digital part can be selected. The analog part size can be changed. A specified function of the background image and the event of the time signal are added in the next version.Developer: K.Satoh
Creation: 2001, Registration: July 31, 2001
Distribution: FukaGraphBean.jar ( version: 0.01 ), Information: Document (in Japanese, July 31,2001)
Sample: Try now!
Developer: , K.Satoh Creation: 2001, Registration: July 31, 2001
Distribution: FukaTextBean.jar ( version: 0.01 ), Information: Document (July 31,2001)
Developer: T.Adachi, Creation: 2001, Registration: July 4, 2001
Distribution: FukaStopWatchBean.jar ( version: 0.01 ), Sample: Try now!
This bean is a simple stopwatch component.
Developer: M.Motomura, Creation: 2000, Registration: June 20, 2001
Distribution: gamebean.jar ( version: 0.01 )
GameBean provides a simple figure memory game.
Developer: H.Washizaki, Creation: 1998, Registration: June 17, 2001
Distribution: cellbean.jar ( version: 0.01 ), Sample: Try now!
CellBean displays the numerical value (etc. ) as a table of two dimensions.
Developer: H.Washizaki, Creation: 1998, Registration: June 17, 2001
Distribution: graph.jar ( version: 0.01 )
GraphBean displays the line chart from two or more numeric arrays overlapped with the term labels.
Many JavaBeans components ( free or charge ) are collected. JARS is a review service that uses in-house personnel as well as an independent group of skilled judges to review Java applets, applications and JavaBeans components.
Web links to ComponentSource, Flashline.com and more component market, resellers sites.
IBM Corporation provides many JavaBeans resources at that site.
D.Reilly's JavaBeans component library.
JUG (Java Users Group) at Singapore provides many JavaBeans resources at that site.
Copyright(c) 1999-2001, CBSE Group, Fukazawa Laboratory