GWT 下载导入的模板
final FormPanel download = new FormPanel();
download.setAction(GWT.getHostPageBaseURL() + "download");
download.setMethod(FormPanel.METHOD_POST);
Button dl = new Button("Download");
dl.addClickHandler(new ClickHandler()
{
public void onClick(ClickEvent event)
{
download.submit();
}
});
servlet:
protected void doPost(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException
{
System.out.println("file download");
String fileName = "ProductImportTemplate.xls";
response.setContentType("application/force-download;charset=UTF-8");
response.addHeader("Content-Disposition", "attachment;filename=\"" + fileName + "\"");
// PrintWriter pw = new PrintWriter(response.getOutputStream());
// pw.write("test.....");
// pw.flush();
// pw.close();
// String path = request.getContextPath()+"/downloads/ProductImportTemplate.xls";
// System.out.println("path: " + path);
// response.sendRedirect(path);
}
分享到:
相关推荐
SmartGWT 12.0 是一款强大的Java框架,专为构建富互联网应用程序(Rich Internet Applications,RIAs)而设计。这个最新版本提供了一系列增强的功能和优化,旨在提高开发效率和用户体验。SmartGWT库的核心在于它将...
【GWT完整教程,Word版】是一份详尽的在线应用程序开发指南,专注于Google Web Toolkit(GWT)的教育和实践。本教程分为三个主要部分:入门、进阶和高级,旨在为不同水平的开发者提供逐步指导,帮助他们掌握GWT的精髓...
要保持项目的最新状态,应定期关注 GWT 的版本更新,例如从 http://code.google.com/webtoolkit/download.html 获取最新版本。 总的来说,GWT 为 Java 开发者提供了一种高效、便捷的方式来构建富互联网应用,它的 ...
你可以从提供的链接下载这两个工具:http://code.google.com/intl/zh-CN/webtoolkit/download.html。 安装完成后,你可能会发现默认的GWT版本是2.3,但本文所使用的GXT版本是2.2.3,它适用于GWT 2.2.0。因此,你...
gwt-2.5.1—part1.rar part2:http://download.csdn.net/detail/u011029071/5992583
GWT Designer 7.x 是Google Web Toolkit的最佳可视化开发工具,所见即所得,即拖即用,使你能够非常容易地在可视化环境下开发AJAX应用程序。...http://www.instantiations.com/gwtdesigner/download.html
GWT(Google Web Toolkit)是一款由Google开发的开源JavaScript开发框架,它允许Java开发者使用Java语言来编写Web应用程序。GWT Windows是这个框架的一个特定版本,适用于Windows操作系统,旨在为开发者提供更友好的...
3) Download the source code from the files section of this group and extract to a separate directory. 4) Copy the contents of the src file for the chapter you want to run to the src file in the ...
Feel free to download the source and run it. It's all set to go for Eclipse. You'll only need to add the apt generator per: ...
代码实例,演示 smartgwt 项目如何实现国际化(测试语种:英文,中文,德文),可直接导入至 MyEclipse. Maven 版链接:http://download.csdn.net/source/3036062
EXT-GWT2.1.0 java api 文档 chm格式方便查找2010年7月制作 完美的搜索,支持全文检索功能。另新版本EXT-GWT2.2.0 java api 已可用请到http://download.csdn.net/source/2700814 下载
GWT浏览器插件离线安装包,针对IE的64位安装包,32位安装包转到http://download.csdn.net/detail/promingx/4236601
根据给定的信息,我们可以总结并深入探讨以下几个与GWT项目开发相关的知识点: ### 1. 使用GWT实现在Web中实现上下文菜单(右键菜单、弹出菜单) #### 实现背景 在Web应用程序中,默认情况下点击鼠标右键会出现一...
part2:http://download.csdn.net/detail/u011029071/5986791 安装方法http://blog.csdn.net/u011029071/article/details/10143841
EXT-GWT2.0.1 java api 文档 chm格式方便查找2009年9月...新版本解决了旧版的部分搜索问题,并且api升级到了2.1.0版,EXT-GWT2.1.0 java api 文档 chm格式 2010年7月制作,地址http://download.csdn.net/source/2546841
SmartGWT 网站上只有HSQLDB的实例,没有MySQL的。花了2天工夫,找了国内外一些网站和论坛,终于跑成功了,现打包供各位同好参考。已经包含所有jar包,通过MyEclipse>File>Import>Exist Projects~>Select archive~>...
In May 2006, a news item from the JavaOne conference announced the Google Web Toolkit. It was described as a toolkit that ... It was like Christmas, and we hurried to download and exploit these new toys
In May 2006, a news item from the JavaOne conference announced the Google Web Toolkit. It was described as a toolkit that ... It was like Christmas, and we hurried to download and exploit these new toys