InterviewSolution
Saved Bookmarks
| 1. |
Which Model Components Are Supported By Struts? |
|
Answer» STRUTS support all TYPES of models including Java beans, EJB, CORBA. However, Struts doesn’t have any in-built support for any specific model and it’s the DEVELOPER’s CHOICE to opt for any model. Struts support all types of models including Java beans, EJB, CORBA. However, Struts doesn’t have any in-built support for any specific model and it’s the developer’s choice to opt for any model. |
|