That would depend on the architecture of your project-there is no generic answer to what appears to be an interview question. Struts itself is considered an MVC framework (when one defines MVC somewhat loosely).
Do you mean you want to know how to describe MVC? I'd just search the web for "mvc".
aleem khan
Ranch Hand
Joined: Aug 07, 2008
Posts: 94
posted
0
I think you can safely say 2-tier or 3-tier architecture.
2-tier if you are using just struts + database and 3-tier if you are using
struts+ejb(or POJO where business logic resides) +database