最新文章列表

struts2学习之四-struts2注解

struts2学习之一: http://arthur2014.iteye.com/blog/2162974 struts2学习之二-json插件:http://arthur2014.iteye.com/blog/2162989 struts2学习之三-spring注解:http://arthur2014.iteye.com/admin/blogs/2162996 在build.gradle需要 ...
alph0618 评论(0) 有557人浏览 2014-12-04 20:41

文件下载 struts2文件下载 struts2注解

1、配置文件方式下载文件: 这种方式,网上有很多例子,我没有试过,我用的是注解方式。 2、注解方式下载文件: 没有上传工程,直接附上代码。 import com.opensymphony.xwork2.ActionSupport; import org.apache.struts2.convention.annotation.*; import java.io.FileInputS ...
guomingzhang2008 评论(2) 有6603人浏览 2012-11-30 22:46

Struts2的注解功能

我们知道通常情况下,Struts2是通过struts.xml配置的。但是随着系统规模的加大我们需要配置的文件会比较大,虽然我们可以根据不同的系统功能将不同模块的配置文件单独书写,然后通过<include>节点将不同的配置文件引入到最终的struts.xml文件中,但是毕竟还是要维护和管理这些文件,因此也会给维护工作带来很大的困扰。为了解决这个问题,可以考虑使用struts2的注解。实际上 ...
peonyzzdx 评论(0) 有1017人浏览 2012-05-21 15:12

struts2 注解

一、配置web.xml <filter> <filter-name>struts2</filter-name> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class> ...
asdf2hjkl 评论(0) 有1185人浏览 2012-02-16 14:36

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics