自己做JAVA整合SSH框架的时候下载的包,应该是2020年最新的。 Artifact ssh Group com.weicoder Version 3.4.3-jdk8 Last update 10. August 2020 Newest version Yes Organization not specified URL Not specified License not specified Dependencies amount 13 Dependencies log4j, email, json, socket, image, struts2-core, spring-orm, spring-context-support, spring-web, hibernate-core, hibernate-search, druid, commons-dbcp2, There are maybe transitive dependencies!
2021-05-31 17:05:46 39.07MB JAVA SSH Spring Struts
1
随着互联网业务的迅猛发展,企业间、企业与消费者间实现电子商务已经成为可能,建立企业级的电子商务平台不仅可以拓宽企业的营销渠道,而且对提升企业品牌形象等方面有重要的战略意义。本文主要研究影碟租赁管理系统的设计与实现,使用java语言和MySQL数据库技术开发而成,它是基于MVC模式的Struts框架,具有组件的模块化,灵活性和重用性的优点。系统功能主要有影碟租借、归还、用户注册登陆、管理员维护影碟信息、订单信息等等。正文内容包括:系统功能和开发环境的简要介绍及各功能模块的实现。
2021-05-31 10:40:11 1.14MB java struts 论文
1
The original Struts project revolutionized Java web development and its rapid adoption resulted in the thousands of Struts-based applications deployed worldwide. Keeping pace with new ideas and trends, Apache Struts 2 has emerged as the product of a merger between the Apache Struts and OpenSymphony WebWork projects, united in their goal to develop an easy-to-use yet feature-rich framework. Struts 2 represents a revolution in design and ease of use when compared to classic Struts. It adds exciting and powerful features such as a plugin framework, JavaServer Faces integration, and XML-free configuration.Struts 2 In Action introduces the Apache Struts 2 web application framework and shows you how to quickly develop professional, production-ready modern web applications. Written by Don Brown, one of the leading developers of Struts 2, Chad Davis, a passionate Struts 2 developer, along with Scott Stanlick, this book gently walks you through the key features of Struts 2 in example-driven, easy-to-digest sections.Struts 2 in Action delivers accurate, seasoned information that can immediately be put to work. This book is designed for working Java web developers-especially those with some background in Struts 1 or WebWork. The core content, covering key framework components such as Actions, Results, and Interceptors, includes new features like the annotation-based configuration options. You’ll find chapters on Struts 2 plugins, FreeMarker, and migration from Struts 1 and WebWork 2. Finally, new topics such as the Ajax tags, Spring Framework integration, and configuration by convention give familiar subjects new depth.,解压密码 share.weimo.info
2021-05-31 09:27:20 7.48MB 英文
1
用java,struts,hibernate,spring等知识开发的搜索引擎,这是一个做好可以运行的毕业论文。
2021-05-31 04:07:18 2.51MB java struts hibernate spring
1
JavaEE MVC 字面的意思是模型(M),视图(V),控制器(C)这三块。MVC是一种面向对象的架构模式,它的基本思想是把程序界面和业务逻辑分开,这样便于软件的后期维护,同时也方便了开发时期的分工和管理。 MVC这种开发模式已经 被直接或者间接的应用于各个web开发中,不管是JavaEE还是.NET 都被广泛运用。
2021-05-25 15:27:25 301KB mvc struts
1
具备详细的需求分析说明,前台和后台功能都有详细的说明,以及各种活动图,时序图,类图。
2021-05-21 14:38:28 91KB java. struts
1
1. 解压密码:k8team 2. 请在虚拟机环境中使用,病毒查杀情况链接https://www.virustotal.com/#/file/6c21f33bc87987298102cad299a29461afbb914709f489e4fc608d45dc7d5d01/detection 3. 请勿用于违法行为,仅供测试使用
2021-05-21 10:09:21 456KB Struts 045
1
这个是Spring与Strust2的整合
2021-05-20 15:02:27 4.76MB javaee
1
struts+spring+hibernate整合包
2021-05-20 14:14:14 15.85MB SSH整合包
1
书籍目录: 《精通java web整合开发(jsp+ajax+struts+hibernate)(第2版)》 第1篇 基 础 篇 第1章 java web应用开发技术选用策略 第2章 开发运行环境的安装与配置 2.1 安装与配置jdk 1.65 2.2 安装web服务器tomcat 6.06 2.3 tomcat 6.0的基本配置7 2.3.1 通过server.xml配置tomcat8 2.3.2 web应用的目录结构9 2.3.3 web.xml配置详解10 2.3.4 如何修改tomcat的默认端口11 2.3.5 如何配置虚拟主机11 2.3.6 如何部署web应用12 2.4 安装数据库服务器mysql 5.512 2.5 安装myeclipse 8.5集成开发环境15 2.6 小结17 第3章 初识java ee展示层组件jsp 2.0( 教学视频:1课时) 3.1 servlet 2.4简介18 3.1.1 servlet概述18 3.1.2 servlet的生命周期及请求响应时序19 .3.1.3 httpservlet相关对象的方法列表19 3.1.4 创建httpservlet实例20 3.2 jsp语法22 3.2.1 html注释23 3.2.2 隐藏注释23 3.2.3 声明23 3.2.4 表达式24 3.2.5 代码段24 3.2.6 jsp指令24 3.2.7 jsp行为标签26 3.3 jsp隐含对象29 3.3.1 page对象29 3.3.2 config对象29 3.3.3 out对象29 3.3.4 request对象30 3.3.5 response对象32 3.3.6 session对象33 3.3.7 application对象34 3.3.8 pagecontext对象36 3.3.9 exception对象37 3.4 小结38 第2篇 进阶篇 第4章 jsp 2.0在java ee中的典型应用( 教学视频:1课时) 4.1 jsp与jdbc40 4.1.1 jdbc简介40 4.1.2 jdbc访问数据库的基本步骤43 4.1.3 jdbc数据源和连接池44 4.1.4 综合实例(购物车)46 4.2 jsp与javabean51 4.2.1 javabean简介51 4.2.2 在jsp中如何使用javabean52 4.2.3 用javabean封装数据库操作54 4.2.4 用javabean实现用户登录验证57 4.3 jsp与javamail59 4.3.1 电子邮件工作原理59 4.3.2 相关协议介绍59 4.3.3 javamail简介61 4.3.4 使用javamail发送文本型邮件63 4.3.5 使用javamail发送html型邮件67 4.3.6 使用javamail发送带附件的邮件69 4.3.7 使用javamail收取邮件73 4.4 jsp与在线编辑器ckeditor78 4.5 jsp与报表利器jasperreports81 4.5.1 ireport的安装与使用81 4.5.2 jasperreports的安装与使用85 4.6 log4j实现日志操作87 4.6.1 log4j的组成87 4.6.2 log4j的配置文件89 4.6.3 log4j使用方法90 4.6.4 log4j的使用实例91 4.6.5 log4j在web应用中的推荐配置方法93 4.7 jsp与jspsmartupload95 4.7.1 file类95 4.7.2 files类95 4.7.3 request类95 4.7.4 smartupload类96 4.7.5 应用实例96 4.8 jsp与xml101 4.8.1 xml简介101 4.8.2 dom4j简介102 4.8.3 使用dom4j解析xml102 4.8.4 使用dom4j创建xml104 4.8.5 使用dom4j修改xml106 4.9 小结107 第5章 jsp 2.0在java ee中的高级应用( 教学视频:1课时) 5.1 过滤器filter108 5.1.1 filter简介108 5.1.2 filter配置说明109 5.1.3 使用filter实现编码过滤器110 5.1.4 使用filter实现计时过滤器111 5.2 监听器listener112 5.2.1 listener简介112 5.2.2 listener的一般使用步骤113 5.2.3 listener的应用实例113 5.3 自定义jsp标签116 5.3.1 tagsupport类116 5.3.2 bodytagsupport类117 5.3.3 标签库描述文件117 5.3.4 自定义jsp标签
2021-05-18 19:32:16 40.53MB 1-16光盘源码
1