What is the primary advantage of XML driven Java Beans

Showing Answers 1 - 1 of 1 Answers

K Rajesh Achary

  • Jul 22nd, 2005
 

Primary Advantages is, we don't need to add code in Java Class(attribute, Mutator Method[get/set]), Sipmply we can add new attributes by modifying XML files. 
Eg . ActionForm and DynaActionForm in Struts FrameWork.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions