Welcome![Sign In][Sign Up]
Location:
Search - struts2 so

Search list

[xml-soap-webservicestruts-1.2.8-src

Description: struts1.2.8,著名的framework,mvc模式,使用资料网上查。-struts1.2.8, the famous framework, myc model, the use of information online.
Platform: | Size: 8550400 | Author: 常槊 | Hits:

[JSPstruts2.0_110101bak

Description: struts2.0中文帮助手册,这是一本不错的书籍,包含了Struts2.0和Struts1.X的区别、常用的Struts2.0标签、表达语言以及示例代码等。欢迎大家一起分享。-Chinese struts2.0 help manual, this is a good book, contains Struts2.0 and Struts1.X distinction Struts2.0 commonly used tags, expression language, and sample code and so on. Welcome everyone to share.
Platform: | Size: 1885184 | Author: hjy273 | Hits:

[JSPstruts2

Description: struts2的很好的一个帮助,让你很轻松能入门。-struts2 good one to help, so you can easily entry.
Platform: | Size: 1885184 | Author: weilesi | Hits:

[JSP/Javalunch

Description: 因为许多人出去吃饭都一个人付帐,回来再平分,所以使用struts2来实现了一个午餐计费,统计,平衡钱数的功能,使用mysql数据库,tomcat服务器-Since eating out is a lot of people pay people back and then split, so the use of struts2 to achieve a lunch billing, statistics, balance the amount of money the function, use the mysql database, tomcat server
Platform: | Size: 14103552 | Author: 于文滨 | Hits:

[JSP/Java322t

Description: JEECSM是JavaEE版网站管理系统(Java Enterprise Edition Content Manage System)的简称。基于java技术开发,继承其强大、稳定、安全、高效、跨平台等多方面的优点 hibernate3+struts2+spring2+freemarker主流技术架构 在设计上自身预先做了搜索引擎优化,增强对搜索引擎的友好性 采用伪静态页面技术,可自定义路径结构,无需urlrewrite 轻松建设大规模网站,可通过次级域名建立子站群,各子站后台管理权限分离,全站实现单点登录-JEECSM is the JavaEE version website management system management system (Java Enterprise Edition Content Manage System) abbreviation.Based on the java technology development, inherited its formidable, stable, safe, highly effective, the cross platform and so on the various merit hibernate3+struts2+spring2+freemarker mainstream technology construction oneself makes the search engine in the design to optimize in advance, strengthens uses the false static page technology to the search engine friendliness, might from the definition way structure, not need urlrewrite with ease to construct the large-scale website, might establish the sub-station group through the secondary domain name, each sub-station backstage management jurisdiction separation, the entire station realization simple point registered
Platform: | Size: 405504 | Author: 曹文馨 | Hits:

[JSP/JavaStruts2Spring2Hibernate3.1

Description: 结合struts2+Spring2+Hibernate3.1在eclipse开发平台上实现的登录功能,实现了struts2验证、国际化等。-Combined with struts2+ Spring2+ Hibernate3.1 in the eclipse development platform to achieve the registry functions, the realization of the struts2 validation, international and so on.
Platform: | Size: 16384 | Author: gengpeng | Hits:

[JSPStruts2inAction

Description: action系列丛书之struts2。本书系统的介绍了struts2的架构,拦截器,标签等。-action Series of struts2. This book introduces the system struts2 framework, interceptors, labels and so on.
Platform: | Size: 3589120 | Author: 刘明月 | Hits:

[JSP/JavaStruts2

Description: 详细介绍了struts2的功能与原理及它的具体实施,让你对struts2有一个清楚的认识-Struts2 described in detail the function and principle and its concrete implementation so that you have a clear understanding of struts2
Platform: | Size: 15360 | Author: chengbing | Hits:

[JSP/Javastruts2hibernate

Description: 整合Hibernate+Struts2+Spring的一个例子,让初学者能够很容易地进去J2EE的怀抱中!-Hibernate+ Struts2+ Spring integration an example, so that beginners can easily into the arms of J2EE!
Platform: | Size: 15578112 | Author: 梁远柳 | Hits:

[JSP/JavaStruts2

Description: 最简单Struts2实例 最简单Struts2实例-so easyso easyso easyso easyso easyso easyso easyso easyso easy
Platform: | Size: 11264 | Author: hexin | Hits:

[JSP/Javadms

Description: dms数据挖掘的简单实现,data mining system,jdbc,oracle,等功能都有实现,过程简单清晰,一些自己做的工具类,例如DbUtil等,-data mining System use to studay,when i was a student ,i write it ,it is not perfect,if you use it,you have to going on finished,dms is importent in job,so pulese deeply studay it,jsp,mysql,servlet,oracle,jdbc,struts,struts2,xwork
Platform: | Size: 19456 | Author: apj | Hits:

[JSP/JavaStruts2-Date-usage

Description: Struts中Date类的各种日期格式的使用,有的时候编程中需要用到日期的小时分钟,有的时候则需要用到完整的中文日期格式,如何指定所需要的日期格式,让Struts自动帮你处理呢,本文档会帮到各位的大忙-Date class in Struts to use a variety of date formats, sometimes need to use programming in the hour-minute date, sometimes you need to use the full date format in Chinese, how to specify the desired date format, so that Struts automatically help You deal with it, this document will help you a great favor to
Platform: | Size: 45056 | Author: 王建明 | Hits:

[JSP/Javastruts2-uploadAndDownload

Description: 多文件 上传 下载 随意文件 java Struts2 单例 配置 动态读取在网络上,对于Java 处理文件上传和下载的技术比较多,而Struts 作为一款优秀的框 架也提供了非常方便的文件上传和下载,而网上的一些例程都非常的不全面,概括来: 1) 文件上传比较多,多文件上传少一点 2) 文件下载很少的,看似简单,实则不然 3) 文件下载一般都是单文件或者固定的文件,并没有(很少)实现随意文件的下载的例子 最近也在研究一下文件的上传和下载,在整合网上、浪曦风中叶老师和自己的学习的思 想,写了这个工程,提供给大家参考,所以的代码终在IE、FireFox、Chrome 测试通过。-On the web, for Java document handling upload and download technology is more, and as a good Struts framework also provides very convenient file upload and download, and some of the routines online is not comprehensive, summarizing: 1) file upload is more, more file upload a bit less 2) file download little, look be like simple, actually otherwise 3) file download is usually single document or fixed files, and no (rarely) at the download file realization example In a recent study of the documents also upload and download, in integrating the middle of the wind and the waves online dongxi teachers and their learning thought, wrote this project, provide everyone reference, so will the code in IE, FireFox, Chrome test is passed.
Platform: | Size: 607232 | Author: charmy | Hits:

[JSP/Javadingframework

Description: 使用java有多年了,一直以来使用java就是用来做web开发,学习java是从servlet和jsp学起,刚 开始感觉到serlvet,jsp好复杂,好强大,jsp强大到可以在页面里写java代码,随心所欲,无所不能。java 代码和HTML代码结合在一起好乱,后来慢慢地接触了MVC的框架,先是struts,webwork,再到struts2,特 别是struts2先进的设计理念,struts2无比的强大,但它的身躯也庞大,如此庞大的东西跑起来速度也就没 那么快了,struts2的运行速度远比不上servlet。Spring MVC的速度也好快,但不喜欢它基于元数据的配置。 于是想找一个同struts2一样有先进的设计思想,身躯小,速度和servlet差不多的框架,google了,但没 有找到,于是就动手自己写了一个,于是有了dingframework MVC的延生。 dingframework MVC是一个轻量的,速度极快的MVC框架。它只有几十K大小,功能和使用同 struts2差不多,基于XML配置,配置文件分模块化,自动类型转换,声明式表单校验,国际化,自定义 拦截器,自动化文件上专,防止重复提交等。dingframework MVC极其简单,有struts2的大部分功能, 完全基于拦截器设计,如果去掉MVC中的拦截器,就变成了一个原生servlet应用。 它的目标是一个更轻量,速度更快的MVC框架 -Using java for many years, has been used since java is used to do web development, learning java from the jsp servlet and learning, just Began to feel that the complex serlvet, jsp, good, strong, powerful jsp to write java code page, anywhere, all-powerful. java Combination of code and HTML code a mess, I gradually began to contact the MVC framework, first the struts, webwork, and then to struts2, special Do struts2 advanced design concepts, struts2 very powerful, but its body is also huge, so huge run up to speed no Then faster, the the struts2 speed is far smaller than the servlet. Spring MVC Ye Hao fast speed, but do not like it based on the metadata configuration. So looking for a advanced design concepts as struts2 small body, speed, and almost servlet framework, google, but did not Found, so he hands to write their own one, so have dingframework MVC Nobu. dingframework MVC is a lightweight, fast MVC framework. It is only a few dozen K size, function and use the same st
Platform: | Size: 2542592 | Author: 张斌科 | Hits:

[JSP/JavaHibernatePSpringPStruts2-

Description: 分页显示一直是web开发中一大烦琐的难题,传统的网页设计只在一个JSP或者ASP页面中书写所有关于数据库操作的代码,那样做分页可能简单一点,但当把网站分层开发后,分页就比较困难了,下面是我做Spring+Hibernate+Struts2项目时设计的分页代码,与大家分享交流。-Pagination has been a major web development cumbersome problem, the traditional web design all database operations code written in a JSP or ASP page, so do the paging may be simpler, but when layered development of the site, paging is more difficult, here is my Spring+ Hibernate+ the Struts2 project designed paging code sharing with everyone.
Platform: | Size: 24576 | Author: 王永 | Hits:

[JSP/Javaauction

Description: 拍卖是购买和销售中的一种主要的交易方式,随着Internet的日益普及和电子商务的发展,网上拍卖迅速成为一种非常活跃的C2C电子商务模式。因为它充分利用了互连网的特性开创了一个前所未有的巨大市场而被广泛看好。对商家而言,以拍卖的形式在网上采购、销售物品,因为不受时间和空间限制、并且可以有效降低运营成本并提高效率而具有极大的吸引力。 本中详细介绍了Struts2、Spring、Hibernate三大框架技术,以及它们之间的整合。通过这三个框架建立整个系统结构,采用JavaEE的三层结构,分为表现层、业务逻辑层和数据服务层。三层体系将业务规则、数据访问等工作放到中间层处理,客户端不直接与数据库交互,而是通过控制器与中间层建立连接,再由中间层与数据库交互。 -Auction the purchase and sale transactions in a major way, with the increasing popularity of Internet and e-commerce development, online auction quickly became a very active C2C e-commerce model. Because it makes full use of the characteristics of the Internet has created a tremendous and unprecedented market is widely optimistic. Businessmen are in the form of online auction purchase, sale items, as from time and space constraints, and can reduce operating costs and increase efficiency has great appeal. The detailed description of the Struts2, Spring, Hibernate three framework technology, and integration between them. Framework through the establishment of the whole system of these three structures, three-tier structure with JavaEE divided into presentation layer, business logic and data layer. Three-tier system will be business rules, data access and so on into the middle layer of processing, the client does not directly interact with the database, but through the controller and the
Platform: | Size: 11466752 | Author: 李守剑 | Hits:

[JSPEasily-understood-Struts2

Description: Struts 2 是Java Web 应用首选的MVC 框架。本书对Struts 2 的工作机理进行了透彻的阐述。书中介绍了如何利用Struts 2 来解决Web 应用开发中的常见问题,同时还深入浅出地探讨了许多能帮助程序员编写Struts 2 应用程序的技巧,如管理页面导航活动、输入验证、国际化和本地化、对Ajax 的支持,等等。书中概念清晰、环环相扣,便于读者高效地学习-Struts 2 MVC framework for Java Web applications preferred. The book is a thorough exposition of the working mechanism of the Struts 2. It describes how to use Struts 2 Web application development to solve common problems, and also discussed layman' s language skills can help programmers write Struts 2 application, such as the management page navigation activities, input validation, internationalization, and local Ajax support, and so on. Clear concept of the book, and a chain to facilitate the reader to learn efficiently
Platform: | Size: 715776 | Author: fengwen | Hits:

[JSPstarting-struts2-chinese

Description: 基于Action 的框架把Servlet 和JSP 的概念合并到了一起。它的 想法是把对当前用户所见的页面请求的处理动作,分拆成处理逻辑 和表现逻辑,让它们各司其职。这种实现方式使用了源自于 Smalltalk 的一个模式,名为模型-视图-控制器——最近的叫法是前端 控制器,而Sun 则给它起名为 Model 2。-Based on the framework of the Action Servlet and JSP concept merges with that. The idea is the processing of the request on the current page the user sees action split into processing logic and presentation logic, so that they carry out their duties. This implementation uses a model derived from Smalltalk, called the Model- View- Controller- recently called the front controller, and Sun named it as Model 2.
Platform: | Size: 780288 | Author: 虾米 | Hits:

[JSP/Javastruts2

Description: Struts 2是Struts的下一代产品,是在 struts 1和WebWork的技术基础上进行了合并的全新的Struts 2框架。其全新的Struts 2的体系结构与Struts 1的体系结构差别巨大。Struts 2以WebWork为核心,采用拦截器的机制来处理用户的请求,这样的设计也使得业务逻辑控制器能够与ServletAPI完全脱离开,所以Struts 2可以理解为WebWork的更新产品。虽然从Struts 1到Struts 2有着太大的变化,但是相对于WebWork,Struts 2的变化很小。-Struts Struts 2 is the next generation of products, is in the struts 1 and WebWork technology based on a combination new Struts 2 framework. Its new architecture of Struts 2 architecture with Struts 1 huge difference. Struts 2 with WebWork as the core, the interceptor mechanism to deal with the user' s request, this design also makes the business logic controllers capable ServletAPI completely out of the open, so WebWork Struts 2 can be understood as updated product. Although Struts 1 to Struts 2 has changed much, but relative to WebWork, Struts 2 little change.
Platform: | Size: 1018880 | Author: 蓝小刀 | Hits:

[JSPStruts2.0_learning

Description: Struts 2是Struts的下一代产品,是在 struts 1和WebWork的技术基础上进行了合并的全新的Struts 2框架。其全新的Struts 2的体系结构与Struts 1的体系结构差别巨大。Struts 2以WebWork为核心,采用拦截器的机制来处理用户的请求,这样的设计也使得业务逻辑控制器能够与ServletAPI完全脱离开,所以Struts 2可以理解为WebWork的更新产品。虽然从Struts 1到Struts 2有着太大的变化,但是相对于WebWork,Struts 2的变化很小。-Struts Struts 2 is the next generation of products, is in the struts 1 and WebWork technology based on a combination new Struts 2 framework. Its new architecture of Struts 2 architecture with Struts 1 huge difference. Struts 2 with WebWork as the core, the interceptor mechanism to deal with the user' s request, this design also makes the business logic controllers capable ServletAPI completely out of the open, so WebWork Struts 2 can be understood as updated product. Although Struts 1 to Struts 2 has changed much, but relative to WebWork, Struts 2 little change.
Platform: | Size: 1554432 | Author: 蓝小刀 | Hits:
« 12 »

CodeBus www.codebus.net