英文文档翻译
文章平均质量分 78
cf0124
这个作者很懒,什么都没留下…
展开
-
commons-fileupload user guide
Using FileUpload FileUpload can be used in a number of different ways, depending upon the requirements of your application. In the simplest case, you will call原创 2005-03-16 15:28:00 · 1282 阅读 · 0 评论 -
commons-fileupload用户指南(文档翻译)
使用fileupload根据你的应用需求,fileupload可以有许多不同的使用方式。在最简单的情况下,你可以调用一个简单的方法来解析servlet请求,然后在他们提交到你的应用时处理表单列表。在其它规模的终端上,你也可能决定将fileupload进行自定义,以完全控制个别表单项存储的方法。比如,你或许会将内容流化来保存到数据中。在这里。我们将要描述fileupload的基本使用方法,然后解释一翻译 2005-03-16 15:49:00 · 1969 阅读 · 0 评论 -
Struts 2 + Spring 2 + JPA + AJAX
On this tutorial we will demonstrate how to setup Struts 2 in Eclipse, and make it work with Spring, Java Persistence API (using Hibernate) and Struts 2 Ajax tags.NOTE: Following this tutorial verba转载 2007-04-13 13:56:00 · 1396 阅读 · 0 评论