Gentleman:
I have spent some time on
WebWork,but I am not clear about the run principle of webwork, just like
Struts?I really want to see a graph about the architecture.
From the document,I know
webwork is a kind of "Pull HMVC" web application framework.what is the different
between "Pull HMVC" and normal MVC.
I think MVC model in
webwork means this:
Model is
JavaBean created by user;
Controller
is Servlet created in webwork lib and actions mapping
file;
View is all
kind of view such as JSP/XSLT,etc.
Is it right?
|