Griffin Interactive

Dynamic creation of Struts Form Beans

July 15, 2003
Struts

Developers familiar with Struts will understand the laborious task of creating Form beans required for part of the View component of struts. However within Struts 1.1 there is the option to use "DynaBeans" these are dynamically configured Java Beans, that are configured from a external source (usually XML) rather than by explicit methods defined in the class.

Read the article by James M. Turner and learn how to use DynaBeans today.