码迷,mamicode.com
首页 >  
搜索关键字:springmvc 多数据源    ( 11115个结果
将 Shiro 作为应用的权限基础 五:SpringMVC+Apache Shiro+JPA(hibernate)整合配置
配置web.xml,applicationContext.xml,spring-mvc.xml,applicationContext-shiro.xml,而且都有详细的说明。Web.xml是web项目最基本的配置文件,看这个配置,可以快速知道web项目使用什么框架,它就像一个面板,切入我们想用的插件...
分类:编程语言   时间:2014-07-18 19:39:10    阅读次数:324
基于注解的Spring MVC
1、加入?jar2、web.xml配置:actionorg.springframework.web.servlet.DispatcherServletcontextConfigLocationclasspath:springMVC.xmlaction/ index.jsp 3、springMVC.....
分类:编程语言   时间:2014-07-16 18:43:09    阅读次数:273
蓝缘管理系统第二个版本开源了。springMVC+springSecurity3.x+Mybaits3.x 系统
蓝缘管理系统第二个版本开源了。springMVC+springSecurity3.x+Mybaits3.x 系统 技术要点: 1:此版本采用ajax+js分页,js完成是群主自己写的,有点模仿ligerui的分页实现 2:列表的表头固定,兼容IE,firefox,google,360的浏览器,其他暂没有测试. 3:表格排序功能 4:解决dialog窗口拖动时,阴影变大问题 5:加入druid技术,对sql语句的监控. 6:自定义注解导出excel 7:使用了ehcache缓存机制 8:新增支持orac...
分类:编程语言   时间:2014-07-15 13:05:20    阅读次数:446
SpringMVC配置
1.导入必要的SpringMVCJAR包2.在web.xml中配置SpingMVC的加载项//SpringMVC配置加载项的方式为在web.xml中定义其加载的servlet springMVC//Servlet名称 org.springframework.web.servlet.Dispatche...
分类:编程语言   时间:2014-07-14 15:56:58    阅读次数:314
springMVC框架下JQuery传递并解析Json数据
json作为一种轻量级的数据交换格式,在前后台数据交换中占领着很重要的地位。Json的语法很简单,採用的是键值对表示形式。JSON 能够将 JavaScript 对象中表示的一组数据转换为字符串,然后就能够在函数之间轻松地传递这个字符串,或者在异步应用程序中将字符串从 Web 客户机传递给serve...
分类:编程语言   时间:2014-07-14 09:04:00    阅读次数:304
SpringMVC案例2----基于spring2.5的注解实现
和上一篇一样,首先看一下项目结构和jar包 web.xml <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.su...
分类:编程语言   时间:2014-07-13 17:26:19    阅读次数:336
SpringMVC案例3----spring3.0项目拦截器、ajax、文件上传应用
依旧是项目结构图和所需jar包图: 显示配置文件hib-config.xml <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframew...
分类:编程语言   时间:2014-07-13 17:08:32    阅读次数:316
Springmvc案例1----基于spring2.5的采用xml配置
首先是项目和所需要的包截图: 修改xml文件: <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/...
分类:编程语言   时间:2014-07-13 16:12:54    阅读次数:266
SpringMVC与Spring、Hibernate整合
本文采用正向工程1.搭建工程工程名称:mvcsh2.添加支持的jar包1).spring-3.2.0.jar注:struts相关的jar不需要\libs\*.jarcom.springsource.org.aopalliance-1.0.0.jarcom.springsource.org.aspectj.weaver-1.6.8.RELEASE.jarcommons-logging.jar2).hibernate-distribution-3.6...
分类:编程语言   时间:2014-07-13 15:08:22    阅读次数:259
springmvc如何将form表单中的对象类型绑定
springmvc如何将form表单中的对象类型绑定 代码下载地址:http://www.zuidaima.com/share/1550463256054784.htm...
分类:编程语言   时间:2014-07-10 20:06:51    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!