搜索资源列表
spring-framework-1.1.1-with-dependencies
- Java/J2EE application framework based on [Expert One-on-One J2EE Design and Development] by Rod Johnson. Includes JavaBeans-based configuration, an AOP framework, declarative transaction management, JDBC and Hibernate support, and a web MVC framework
spring-webflow-pr5
- spring的WEB开发插件,支持多状态WEB开发,有设计器,是SPRING 官方网站开发的-spring of Web development plug-ins, multi-state support for Web development, design device, SPRING is the official web site development
OSTS Flex实例股票交易系统
- Flex实例股票交易系统 用Flex做的,很漂亮 本项目将采用General Interface + DWR + Spring + Apache Tomcat + MySQL的开发模式,实现一个基于BS架构的在线股票交易系统。将遵循软件工程规范,完成需求分析,整体设计,详细设计,编码以及测试交付。 主要关键技术包括: 基于Ajax的实时股票大盘和个股行情。 灵活多样的委托下方方式。-Flex Examples Flex stock systems do, very
JavaEE
- 《精通JAVA EE项目案例-基于ECLIPSE SPRING STRUTS HIBERNATE》的源码,包括网上购物子系统、公告管理系统、网上书店、BBS系统、信息发布平台、学生课程及成绩管理系统、个性化定制系统、网上文件管理系统、航空票务系统。书中的实例在最新的Eclipse版本上开发完成,采用了JSP、Servlet、Struts、Hibernate、Spring及Ajax等众多技术,包括了许多重要的设计思想。 -" JAVA EE project master case-
mds_ver7.1
- 这是《Robust control design with matlab》书的源码,对照学习,很有帮助-This collection contains M-files intended for design of the Mass/Damper/Spring control system using the newly available functions from Robust Control Toolbox,version 3. Descr iption of the system an
sshext
- 客户关系管理系统毕业设计(北大青鸟) struts2+spring+hibernate-Customer Relationship Management System Graduation Design (Beida Jade Bird) struts2+ spring+ hibernate
CS-for-spring-design
- 用matlab实现启发式算法布谷鸟算法在弹簧设计中的应用程序-Application of the heuristic algorithm the cuckoo algorithm in the spring design using matlab
SpringAutoDesign
- 可以进行压缩弹簧、拉伸弹簧和扭转弹簧的设计-Can be compression spring, tension springs and torsion spring design
bookshopV2.0-src-nonejar
- 有简单的网上书店需求及设计流程,里面包含struts2,spring,hibernate,ajax,oracle,log4j等技术。是java开源编程的良好提升实践。-A simple online bookstore needs and design process, which contains struts2, spring, hibernate, ajax, oracle, log4j technology. Java open source programming is a good
JAVAframework
- 本课程学习完毕后学员可以熟练掌握以下内容 ·Struts框架 讲解MVC标准实现框架Struts的基本配置及基本使用,讲解了Struts的基本工作原理,常用标签(HTML、LOGIC、 BEAN)、各种主要Action(Action、ForwardAction、DispatchAction)、Struts验证框架、Struts国际化、Struts解 决重复提交及文件上传操作等。 ·Hibernate框架 讲解Hibernate框架的基本ORMapping实现及Hi
OReilly.Ajax.Design.Patterns.Jun.2006
- Ajax, or Asynchronous Javascr ipt and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a strong foundation for creating interactive w
J2EEestore
- 本文论述了一个前台笔记本销售系统的开发过程,包括系统分析、系统设计、系统实现等方面。该系统基本按照J2EE的设计标准并结合Hibernate 、 spring 、 struts三种框架进行架构,使用java语言、eclipse开发工具、 tomcat服务器进行系统的代码实现。系统基本上可以满足用户的基本需求,使用户可以很好的在本网站上浏览和购买商品。该下载包括毕业设计源码在内。-In this paper, a future notebook sales system development p
DesignPatterns0509
- it is design pattern sample for spring dotnet framework.
HR
- 采用主流框架设计, struts Spring hibernate 本系统包括:系统管理、人力资源档案管理、薪酬管理、调动管理、培训管理、激励管理、招聘管理和标准化数据报表八个模块-With the mainstream framework design, struts Spring hibernate The system includes: systems management, human resources records management, compensation manag
spring
- SpringFramework 实 际 上 是 Expert One-on-One J2EE Design and Development 一书中所阐述的设计思想的具体实现。在 One-on-One 一书中,Rod Johnson 倡导 J2EE 实用主义的设计思想,并随书提供了一个初步的开发框架实现 (interface21 开发包) 。而 SpringFramework 正是这一思想的更全面和具体的体现。 Rod Johnson 在interface21 开发包的基础之
spring
- spring框架,技术详解及使用指导 即使没有Spring,实现面向接口的设计也不困难。Spring对于面向接口设计的意义,在 于它为面向接口编程提供了一个更加自然的平台。基于Spring开发,程序员会自然而然倾向于 使用接口来定义不同层次之间的关联关系,这种自发的倾向性,-spring framework, technical Xiangjie and use of guidance even without Spring, did not realize the difficul
Spring-AbstractOrientedProgramming
- 运用spring设计java web工程,在学习spring初级时看这个很有帮助,而且在开发项目时也可以借鉴-Java web project using spring design, look at this when learning spring primary is helpful, but also can draw lessons from in development projects
cuckoo_search
- 该文件为一种求解非线性带约束问题的布谷鸟算法,已通过弹簧设计问题的仿真测试。(The file a cuckoo search algorithm for solving the nonlinear problem with constraints, and the algorithm has been tested by the spring design problem.)
Spring REST
- Spring REST serves as a practical guide for designing and developing RESTful APIs using the popular Spring Framework. This book begins with a brief introduction to REST, HTTP, and Web infrastructure. It then provides detailed coverage of several Sp
Spring源码深度解析
- 《Spring源码深度解析》从核心实现和企业应用两个方面,由浅入深、由易到难地对Spring源码展开了系统的讲解,包括Spring的设计理念和整体架构、容器的基本实现、默认标签的解析、自定义标签的解析、bean的加载、容器的功能扩展、AOP、数据库连接JDBC、整合MyBatis、事务、SpringMVC、远程服务、Spring消息服务等内容。("Spring" source depth analysis from the two aspects of the core re