http://struts.apache.org/
http://people.apache.org/builds/struts/
http://people.apache.org/builds/struts/
2016-05-22
Struts翻译:支柱,支杆,来源于建筑和旧式飞机使用的而金属支架。
Apache软件基金会:HTTP服务器,Tomcat,Lucene,Struts,Geronimo,Ant,Cocoon。
Struts是流行和成熟的基于MVC设计模式的Web应用程序框架。
Apache软件基金会:HTTP服务器,Tomcat,Lucene,Struts,Geronimo,Ant,Cocoon。
Struts是流行和成熟的基于MVC设计模式的Web应用程序框架。
2016-05-22
一直报 there is no Action mapped for namespaces[/] and action name [helloworld] associated with context path[/helloworld].
网上搜半天终于发现 struts.xml写成了 struct2.xml。
然后我发现 Struts 容易被写成 structs.
https://dzone.com/tutorials/java/struts-2/struts-2-example/struts-2-hello-world-example-1.html 这个网址上有代码,不用自己敲。
网上搜半天终于发现 struts.xml写成了 struct2.xml。
然后我发现 Struts 容易被写成 structs.
https://dzone.com/tutorials/java/struts-2/struts-2-example/struts-2-hello-world-example-1.html 这个网址上有代码,不用自己敲。
2016-05-17
能不能说些原理 比如XML 配置标签的意义
还有为什么 方法名要与返回值 还有JSP名一致?
到动态这一章不懂是不是我没有认真听 反正我感觉只能对着老师的代码敲,不能自己写理解就很让人为难了
还有为什么 方法名要与返回值 还有JSP名一致?
到动态这一章不懂是不是我没有认真听 反正我感觉只能对着老师的代码敲,不能自己写理解就很让人为难了
2016-05-14
1,servlet api 2,action 3,动态方法调用 4,指定多个配置文件。5,默认action 6,struts2后缀 7,接收参数 8,处理结果类型等等
2016-05-14