E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
beans.xml
spring-01
1.导入spring的dist下的jar包(新版为libs文件夹)和apache.commons.logging包 2.在src下新建
beans.xml
3.beans.xml添加schema文件:
zhchl2010
·
2015-01-08 22:00
如何将数据库的连接池改成c3p0数据库连接池?
一、hibernate.cfg.xml文件:org.hibernate.dialect.MySQL5Dialectupdatetrue二、
beans.xml
文件: classpath:hibernate.cfg.xml
u013456370
·
2015-01-08 15:00
c3p0
数据库连接池
spring mvc 整合hibernate
commons.logging.jar3.导入所有hibernate包(需要的)4.hibernate日志处理:log4j.jar、5.DBCP和commons.pool.jar6.springmvcJSTL包7.数据库驱动和
beans.xml
zhchl2010
·
2015-01-05 22:00
SSH整合
基于struts2.6.3 +spring 2+hibernate4整合 1.spring
beans.xml
zhchl2010
·
2015-01-05 22:00
SpringMVC+JdbcTemplate实现事务管理(插入操作需要返回自增字段)
将Service层交给事务去管理,
beans.xml
配置如下:如果需要返回自增字段,插入过程如下:publicintcreateHousedoor(Housedoorhousedoor){intnewId
骑着骆驼写程序
·
2014-12-29 10:37
Java技术总结
struts2和spring的两种整合方式
,来看看如何让Spring来管理Action.引入包struts2-spring-plugin-2.2.1.jar配置web.xml contextConfigLocation classpath:
beans.xml
加油自己
·
2014-12-18 21:03
spring
struts2
spring学习之配置数据源的几种方式
第一种:
beans.xml
<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource
lijie_insist
·
2014-12-02 09:00
spring
SSH中Hibernate配置二级缓存
下面开始配置二级缓存:1.在Spring的
beans.xml
加入以下几句代码: hibernate.cache.use_second_level_cache=true hibernate.cache.use_query_cache
tan313
·
2014-11-25 19:00
异常总结
1.classpathresource[
Beans.xml
]cannotbeopenedbecauseitdoesnotexist 类路径资源(
Beans.xml
]不能打开,因为它不存在 1、copy
陌上阡1169
·
2014-11-25 17:00
异常
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFacto
最后在
beans.xml
文件中加入了hibernat
tan313
·
2014-11-25 09:00
Spring3.2.2 HelloWorld
下面是Java工程的目录以及所需的jar包: 1.在src目录下建立
beans.xml
文件,并从springFrameworkReferenceDocumentation中CoreTechnologies
weigang.gao
·
2014-11-24 23:00
helloworld
Failed to convert property value of type [org.apache.commons.dbcp.BasicDataSource] to required
org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'userDAO'definedinclasspathresource[
beans.xml
cwzhsi
·
2014-11-21 13:48
Spring
aspectJ error at ::0 formal unbound in pointcut
Exceptioninthread"main"org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'StudentsImpl'definedinclasspathresource[
beans.xml
l810102251
·
2014-11-16 20:00
AspectJ
注解
切面
0
formal
unbound
in
pointcut
aspectJ error at ::0 formal unbound in pointcut
Exceptioninthread"main"org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'StudentsImpl'definedinclasspathresource[
beans.xml
l810102251
·
2014-11-16 20:00
AspectJ
注解
切面
0
formal
unbound
in
pointcut
spring配置数据源的几种方式
第一种:beans.xmlXml代码收藏代码 第二种:
beans.xml
在src文件夹里新建一个jdbc.properties文件,里面的内容为如下:Xml代码收藏代码jdbc.driverClassName
李卍杰
·
2014-11-06 16:00
spring配置数据源的几种方式
第一种:beans.xmlXml代码收藏代码 第二种:
beans.xml
在src文件夹里新建一个jdbc.properties文件,里面的内容为如下:Xml代码收藏代码jdbc.driverClassName
李卍杰
·
2014-11-06 16:00
Hibernate多对多关联关系
beans.xml
配置 hibernate.dialect=org.hibernate.dialect.OracleDialect
18684894397
·
2014-11-01 10:00
Spring3整合Hibernate4
beans.xml
配置内容: ${hibernate.dialect} ${hibernate.show_sql
liu13430
·
2014-10-28 21:00
Spring3整合Hibernate4
beans.xml
配置内容: ${hibernate.dialect} ${hibernate.show_sql
liu13430
·
2014-10-28 21:00
spring 注入之 xml
一 使用xml注入xml中进行配置需要注意:spring容器在执行代码ApplicationContextctx=newClassPathXmlApplicationContext("
beans.xml
leixingbang1989
·
2014-10-12 20:00
MyBatis MapperScannerConfigurer配置
我们在
beans.xml
中配置了studentMapper和teacherMapper,供我们需要时使用。但如果需要用到的映射器较多的话,采用这种配置方式就显得很低效。
Rosanu
·
2014-10-11 14:20
Mybatis
MyBatis MapperScannerConfigurer配置
我们在
beans.xml
中配置了studentMapper和teacherMapper,供我们需要时使用。但如果需要用到的映射器较多的话,采用这种配置方式就显得很低效。
a416090287
·
2014-10-11 14:00
Spring之自动装配
代码总览代码
beans.xml
Test.javapackagecom.itlwc.Test; importorg.springframework.context.ApplicationContext
itlwc
·
2014-10-09 16:00
spring email
spring-context-support:4.0.1.RELEASE" compile"javamail:javamail:1.3.2" compile"jaf:activation:1.0.2"二、先上bean的配置(
beans.xml
李德伦
·
2014-09-28 23:00
spring
email
Spring整合JDBC实现简单的增删改
的包和数据库的驱动包;2.选择一个数据源(dbcp和C3P0)3.导入数据源的包(这里我们使用dbcp)commons-pool-1.5.6.jar、commons-dbcp-1.4.jar(jdk6+) 4.在
beans.xml
rzg813
·
2014-09-18 00:00
spring
jdbc
Spring整合JDBC
Spring增删改实例
Spring使用decp
Spring_AOP_Annotation使用Aspect实现动态代理
spring_aop_annotation的实现:1.1在
beans.xml
中加入aop的schema1.2在xml中打开aop的自动检索1.3创建一个需要实现动态代理的类1.4导入aspectj包,Spring
rzg813
·
2014-09-16 23:00
Aspect
AOP动态代理
Spring的AOP实现
AOP切面
Spring中IOC的Annotation案例(非底层)
首先
beans.xml
中需要引入context的schema: 在XML中配置Spring对Annotation的相关配置: 完整的XML配置: User实体类:packagecom.spring.model
rzg813
·
2014-09-10 22:00
spring
annotation
prototype
IOC
SpringMVC配置JSON、JSP、FreeMark多视图解析器配置
1.web.xml内容: contextConfigLocation classpath:
beans.xml
liu13430
·
2014-09-03 20:00
springmvc配置
SpringMVC多视图配置
SpringMVC配置JSON、JSP、FreeMark多视图解析器配置
1.web.xml内容: contextConfigLocation classpath:
beans.xml
liu13430
·
2014-09-03 20:00
jsp
freemark
springmvc配置
SpringMVC多视图配置
SpringMVC配置JSON
11.Spring + Hibernate + JPA
然后在
beans.xml
修改: 以上:1.spring中配置EntityManagerFac
qq_16430735
·
2014-08-28 14:00
10.Spring + Hibernate + Struts 1.x
一.在Spring环境下配置Struts1.x导入Struts1.x的jar文件:修改web.xml文件: contextConfigLocation classpath:
beans.xml
qq_16430735
·
2014-08-28 13:00
9.Spring + Hibernate + ehcache(二级缓存
修改
beans.xml
文件: com/zyy/bean/Person.hbm.xml hibernate.dialect
qq_16430735
·
2014-08-28 11:00
2.Spring 环境的搭建
JSR-250中的注解,如@Resource/@PostConstruct/@PreDestroyspring-webmvc-struts.jar:Spring对struts1.x的支持2.创建配置文件
beans.xml
qq_16430735
·
2014-08-27 11:00
Spring Recipes 1
容器有两种类型:BeanFactory和ApplicationContextApplicationContext context = new ClassPathXmlApplicationContext("
beans.xml
王天淼
·
2014-08-26 21:00
Spring的IOC依赖注入实例
操作步骤: 1.将所有的类在
beans.xml
中创建 2.对有依赖的类完成注入 2.1.为每一个依赖类创建相应的Getter和setter方法 2.2.构造函数注入 2.3.自动注入(不常用
rzg813
·
2014-08-14 23:00
spring
依赖注入
IOC实例
Connection is read-only. Queries leading to data modification are not allowed
Connectionisread-only.Queriesleadingtodatamodificationarenotallowed 在上面的
beans.xml
配置中,一开始没有配置add
u011067360
·
2014-08-11 21:00
exception
数据库
java.io.FileNotFoundException: class path resource [XXXXX.xml] cannot be opened
java.io.FileNotFoundException:classpathresource[
beans.xml
]cannotbeopenedbecauseitdoesnotexit.在用maven管理的
UP19910522
·
2014-07-28 13:00
spring
maven
单元测试
Spring基础配置实现HelloWorld操作步骤
操作步骤:1.导入Spring的jar包及commons-logging.jar 2.在src下创建相应的
beans.xml
3.为bean.xml添加Schema 4.创建对象,新建一个类 5.在
rzg813
·
2014-07-05 18:00
spring
spring基础
Spring的配置步骤
1、导入spring的dist中的jar包和commons-logging包2、在src目录下创建相应的beans.xml3、为
beans.xml
添加相应的schema4、新建一个类5、在
beans.xml
dongruan00
·
2014-06-27 15:03
Spring
Spring的配置步骤
1、导入spring的dist中的jar包和commons-logging包 2、在src目录下创建相应的
beans.xml
3、为
beans.xml
添加相应的schema <beans xmlns
dongruan00
·
2014-06-27 15:00
spring
采用Spring管理Bean和依赖注入
容器常用的两种办法:办法一:在类途径下寻觅配置文件来实例化容器[引荐运用]ApplicationContextctx=newClassPathXmlApplicationContext(newString[]{"
beans.xml
haomad
·
2014-06-17 12:10
spring
bean
配置文件
shiro spring mvc国际化选择登陆语言
首先,spring国际化的过程:STEP1.在
beans.xml
中配置messageSourcebean: --> --> classpath:i18n/messages
yt19850701
·
2014-06-13 20:58
shiro
国际化
locale
i18n
选择语言
shiro spring mvc国际化选择登陆语言
首先,spring国际化的过程:STEP1.在
beans.xml
中配置messageSourcebean: --> -->classpath:i18n/messagesi18n/下应该有messa
yt19850701
·
2014-06-13 20:58
shiro
locale
选择语言
国际
框架
MyBatis MapperScannerConfigurer配置——MyBatis学习笔记之一
在上一篇博文的示例中,我们在
beans.xml
中配置了studentMapper和teacherMapper,供我们需要时使用。但如果需要用到的映射器较多的话,采用这种配置方式就显得很低效。
走南闯北一起来
·
2014-05-29 11:01
mybatis3
springMVC3.0(文件上传,@RequestMapping加参数,@SessionAttributes,@ModelAttribute,转发,重定向,数值获取,传参,ajax,拦截器)
spring配置文件
beans.xml
内容修改如下: classpath:com/sxt/domain/ org.hibernate.dialect.MySQLI
toto1297488504
·
2014-05-26 00:00
Cannot open connection 解决办法
试了很多种网上找的办法,都不行,最后才发现是我的
beans.xml
中完全把下面这一段代码给遗忘了,忘记写了。添加我就ok了。我能说花了我近1个小时吗?坑姐哦!
歌颂者
·
2014-05-23 23:00
基于注解的Spring MVC整合Hibernate(所需jar包,spring和Hibernate整合配置,springMVC配置,重定向,批量删除)
1、导入jar2、web.xml配置 contextConfigLocation classpath:
beans.xml
org.springframework.web.context.ContextLoaderListener
toto1297488504
·
2014-05-21 00:00
spring 配置文件 如何 解析 通配符
-
Beans.xml
说明:匹配一个字符,例如 App1-Beans.xml 、 App2-Beans.xml classpath:user/*/Base-Beans.xml
jackyin5918
·
2014-05-08 18:00
spring
自己简单封装spring容器
importorg.springframework.context.support.ClassPathXmlApplicationContext; /** *服务提供核心类 *该类的主要作用是加载
beans.xml
v123411739
·
2014-05-08 10:00
spring 和hibernate项目制作可执行的jar包
就是在命令行中运行java-jar xxx.jar就可以运行java程序.例如 我的这个项目使用了hibernate和spring,不是web项目.构建工具:mavenIDE:eclipse目录结构如下: 上图中
beans.xml
hw1287789687
·
2014-05-06 17:00
制作可运行的jar
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他