其实我个人的理解
c应该是struts-config.xml配置文件

解决方案 »

  1.   

    有的教材里面是将struts-config归结为c。但是action我觉得也应该是c。
      

  2.   

    不应该说是struts-config吧,应该是那个叫做action的Servlet
      

  3.   

    其实action的servlet就是struts-config.xml的配置文件
      

  4.   

    楼上的不懂就不要乱说,先搞清楚什么是Servlet再来吧。
    以下文档中关于Struts如何实现MVC的内容写得清清楚楚。http://struts.apache.org/userGuide/introduction.html#mvc
    Struts的官方教程(英文)http://www.matrix.org.cn/translation/Wiki.jsp?page=StrutsDoc_Introduction
    以上教程的部分中文翻译
      

  5.   

    c = ActionServlet
    m = DAO Model
    v = jsp file