Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Bean Communication
Posted by Mazhar on September 05, 2000 at 1:25 AM
I have a s/w that is entirely made up of Beans.I have the .class files.I need to extend and customise some features of this s/w by writing my own custom bean. for example, If the s/w while executing asks the user to enter his name and address, and make a selection from a checkbox group, etc...through various beans, how do i write a new bean that needs to display the summary of the users i/p and the choices/selections he made in the earlier beans. I understand i need to use introspection, but could anybody kindly outline the steps.
Replies:
|