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
jpetstore
ibatis简介
起源一站式 iBATIS提供的持久层框架包括SQL Maps和Data Access Objects(DAO),同时还提供一个利用这个框架开发的
JPetStore
实例。 相对Hiberna
森林的天空
·
2012-12-10 20:00
ibatis
ibatis知识介绍
iBATIS提供的持久层框架包括SQL Maps和Data Access Objects(DAO),同时还提供一个利用这个框架开发的
JPetStore
实例。
k_lb
·
2012-10-17 14:00
ibatis
jsp放在web-inf目录下
1.把页面资源文件只能放在webroot下面,如CSS,JS,image等.放在WEB-INF下引用不了.像
jpetstore
也是这样的.2.页面放在WEB-INF目录下面,这样可以限制访问,提高安全性
优秀的男人,不管遇到怎样的挫折,都应该保持平静如水
·
2012-08-23 13:00
将Log4j的地址巧妙的放在web目录里
这是一个来自于sping的example
jpetstore
里面的。
wandejun1012
·
2012-07-28 19:00
log4j
JPetStore
Demo示例改进和讲解-轻量级J2EE技术框架应用(续)
在上一篇文章里介绍了JPetStoreDemo示例的开发调试方面的改进,本文接着介绍数据库连接方面。该工程最初版本使用了HyperSQL数据库。它是一种小型、快速的多线程和事务数据库引擎,并支持嵌入式和服务器模式。若支持MySQL类型数据库,在工程中需要修改两处。 首先,修改applicationContext.xml文件,注掉hsqldbdataSource并添加mysqldataSo
iminglu
·
2012-07-05 16:44
mysql
dataSource
数据库连接
HyperSQL
JPetStore
Demo示例改进和讲解-轻量级J2EE技术框架应用
该工程最初版本来自于Mybatis所在的googlecode站点,属于轻量级J2EE技术框架应用范围,使用了Spring、Stripes和MyBatis开源框架。其中Stripes为MVC框架的一种,该框架的设计和使用理念是零配置。熟悉该工程后主要是做了两方面的改进,一个是开发调试方面,另一个是数据库连接方面。 本文主要介绍开发调试方面:采用JettyWebServer进行开发调试,效率
iminglu
·
2012-07-05 13:13
mvc
J2EE
开源框架
零配置
[置顶] 项目源码分析--如此精辟
不多说了,下面是原文:springjpetstore研究入门-完结篇上一文安装篇讲述了如何把
jpetstore
导入netbeans工程,现在所有已经准备就绪,接下来就可以开始进入正题了。 首
HelloJava1234
·
2012-05-02 22:00
java
spring
struts
ibatis
servlet
search
开源
这几天也在网上关注了些相关的信息,准备看一看appfuse和
jpetstore
,而jdk、tomcao、apachecommon这些准备以后有兴趣在看,主要是意识不够
hnzhangshilong
·
2012-02-28 16:00
iBATIS实用技术详解-概述
iBATIS提供的持久层框架包括SQL Maps和Data Access Objects(DAO),同时还提供一个利用这个框架开发的
JPetStore
实例,相对Hibernate和Apache OJ
suifengoffice
·
2012-02-26 17:00
框架
ibatis
orm
spring注入
-- - Application context definition for
JPetStore
's business layer. - Contains bean references
woshixushigang
·
2011-11-25 17:00
Spring注入
jpetstore
中的struts解析
Struts总结2011.11.6
Jpetstore
的实现主要用了两个重要的东西,一个是struts,另一个是ibatis。首先总结一个struts。
Nazarite_wen
·
2011-11-17 15:00
struts 的请求响应流程
Jpetstore
把所有同一类的动过都对应到了一个相应Action,然后动态的调用FormBean的不同方法来处理不同的动作。
Nazarite_wen
·
2011-11-17 15:00
事物配置
-- - Application context definition for
JPetStore
's business layer.
wangchangtao
·
2011-11-09 23:00
spring
spring 1.2与spring 2.0中事务配置区别
本文章比较了Spring自己带的例子:
JPetStore
,通过配置文件详细讲解了,Spring1.2.8与2.0如何实现声明式事务管理。
jsczxy2
·
2011-10-07 18:00
spring
AOP
事务
Stripes
name=mybatis-
jpetstore
-6.0.1-bundle.zip 对以上连接说明:学习mybatis,一个个人非常喜欢的数据层框架。 Stripes
shijinling87807697
·
2011-09-26 17:00
Stripes
JpetStore
之 集合Web Service
使用JAX-RPC暴露基于servlet的web服务Spring为JAX-RPCservlet的端点实现提供了一个方便的基类-ServletEndpointSupport.未来暴露我们的AccountService我们扩展Spring的ServletEndpointSupport类并在这里实现了我们的业务逻辑,通常将调用交给业务层。 /** * JAX-RPC compliant
seng3018
·
2011-09-06 23:00
ibatis和hibernate的比较
iBATIS提供的持久层框架包括SQL Maps和Data Access Objects(DAO),同时还提供一个利用这个框架开发的
JPetStore
实例,相对Hibernate和
毛山歌
·
2011-08-09 10:00
Hibernate
ibatis
orm
WEB-INF 有关的目录路径问题总结的简介与内容
把页面资源文件只能放在webroot下面,如 CSS,JS,image等.放在WEB-INF下引用不了.像
jpetstore
也是这样的. 2.
jianlai2007
·
2011-07-21 16:00
WEB-INF
主页样式完成、初识ant,
jpetstore
最近想把
jpetstore
这个spring演示项目研究研究,使用到了ant,用ant构建项目省心不少。只要build.xml文件中需要的文件夹,和文件都在相应位置存在,很顺利就构建好项目。
LiShixi
·
2011-07-10 23:00
Unable to read TLD from JAR file
Today I try myBatis project
JpetStore
,but it come up follow issues: Unable to read TLD >> &
zerostar88
·
2011-07-06 14:00
File
WEB-INF 有关的目录路径问题总结
把页面资源文件只能放在webroot下面,如 CSS,JS,image等.放在WEB-INF下引用不了.像
jpetstore
也是这样的. 2.
sharpspeed
·
2011-06-20 17:00
jsp
Web
工作
struts
css
WEB-INF 有关的目路径问题总结
把页面资源文件只能放在webroot下面,如 CSS,JS,image等.放在WEB-INF下引用不了.像
jpetstore
也是这样的. 2.
ijavagos
·
2011-06-03 13:00
Web
jsp
工作
css
struts
WEB-INF 有关的目录路径问题总结
WEB-INF有关的目录路径问题总结1.把页面资源文件只能放在webroot下面,如CSS,JS,image等.放在WEB-INF下引用不了.像
jpetstore
也是这样的.2.页面放在WEB-INF目录下面
叽哩咕噜
·
2011-06-03 04:00
Jpetstore
项目学习笔记(一)
从官网下载
jpetstore
项目使用svn工具,我采用的是eclipse带的插件svn,https://src.springframework.org/svn/spring-samples/
jpetstore
alen1985
·
2011-05-25 16:00
eclipse
spring
数据库
mysql
SVN
jar
Spring2.5 + iBATIS 的实例
jpetstore
的开发环境搭建
今天学习Spring2.5的实例
jpetstore
。 首先搭建开发环境,再进行代码分析学习。本篇主要介绍如何搭建
jpetstore
的开发环境。 一. 准备 1.
xianqi_h
·
2011-04-27 16:00
eclipse
spring
mysql
ibatis
jdbc
ibatis
一站式 iBATIS提供的持久层框架包括SQL Maps和Data Access Objects(DAO),同时还提供一个利用这个框架开发的
JPetStore
实例。
alwaysnew
·
2011-04-19 11:00
数据结构
sql
Hibernate
ibatis
orm
构建
jpetstore
项目
1.从mybatis网站上下载
jpetstore
的源码 http://code.google.com/p/mybatis/downloads/list?
huxj62488
·
2011-04-14 17:00
java
xml
Web
MyEclipse
sun
ibatis知识介绍
iBATIS提供的持久层框架包括SQLMaps和DataAccessObjects(DAO),同时还提供一个利用这个框架开发的
JPetStore
实例。
neo_liu0000
·
2011-03-21 11:00
sql
Hibernate
数据库
orm
ibatis
持久层框架
读Spring 2.5.6 源码学匿名类的使用
在研究spring开发包自带的例子
jpetstore
时,遇到了匿名类的使用,感觉新鲜,于是择其一二处,以供日后反刍。
xianqi_h
·
2011-03-10 16:00
spring
框架
jdbc
orm
ibatis
TOMCATE中配置
JPETSTORE
一、在Tomcat中部署Spring
jpetstore
Spring samples中的
jpetstore
,基于iBATIS的
jpetstore
,数据库层使用iBATIS。
xinggm
·
2011-03-09 11:00
spring
tomcat
mysql
servlet
jdbc
Commons DbUtils源码阅读之实例及测试应用
Commons DbUtils的源码阅读,现如今,对该项目做个一系列的小应用测试,现说明运行环境: 1)该测试所有的数据抓取,都是建立在数据库MySQL,数据结构使用的是Spring开源项目
jpetstore
cuics-100
·
2011-02-23 22:00
数据结构
bean
mysql
单元测试
JUnit
ibatis和hibernate的比较
iBATIS提供的持久层框架包括SQLMaps和DataAccessObjects(DAO),同时还提供一个利用这个框架开发的
JPetStore
实例,相对Hibernate和ApacheOJ
a9529lty
·
2011-01-19 22:00
sql
Hibernate
数据库
ibatis
jdbc
持久层框架
Mybatis
JPetStore
学习笔记(一)
MybatisJPetStore学习笔记(一):1.首先看配置文件: 根目录/WEB-INF下有两个配置文件:applicationContext.xml和web.xml很显然,applicationContext.xml是专门用来配置spring的。其中有:1)对数据库的配置:jdbc:embedded-database2)数据库transactionmanager的配置:org.springf
llingy
·
2011-01-12 23:00
spring
servlet
filter
Class
Parameters
Autowired
hibernate和ibatis比较
一站式 iBATIS提供的持久层框架包括SQL Maps和Data Access Objects(DAO),同时还提供一个利用这个框架开发的
JPetStore
实例。相对Hibern
klevein
·
2010-12-30 22:00
数据结构
sql
Hibernate
ibatis
orm
基于 struts+spring+ibatis 的轻量级 J2EE 开发
JpetStore
4.0 是 ibatis 的最新示例程序,基于 Struts MVC 框架(注:非传统 Struts 开发模式),以 ibatis 作为持久化层。
qys2010
·
2010-12-21 15:00
DAO
spring
bean
ibatis
struts
IBatis与Hibernate的区别
起源一站式iBATIS提供的持久层框架包括SQLMaps和DataAccessObjects(DAO),同时还提供一个利用这个框架开发的
JPetStore
实例。
wanqiufeng
·
2010-12-15 16:10
sql
Hibernate
Hibernate
ibatis
职场
休闲
Spring
JPetStore
学习(一)配置
JPetStore
Spring
JPetStore
学习(一)配置
JPetStore
一、在Tomcat中部署Spring
jpetstore
Spring samples
scofi06
·
2010-11-17 10:00
eclipse
spring
tomcat
ant
ibatis
ibatis简介
iBATIS提供的持久层框架包括SQLMaps和DataAccessObjects(DAO),同时还提供一个利用这个框架开发的
JPetStore
实例。
buptdavid
·
2010-11-15 18:00
在MyEclipse8.5中恢复
jpetstore
项目
恢复
jpetstore
项目的过程1.在myeclipse8.5中新建一个web project名称为
jpetstore
2.进入到spring-framework-2.5.6\samples\
jpetstore
JavaCrazyer
·
2010-10-22 17:00
spring
sql
mysql
jdbc
MyEclipse
在MyEclipse8.5中恢复
jpetstore
项目
恢复
jpetstore
项目的过程1.在myeclipse8.5中新建一个web project名称为
jpetstore
2.进入到spring-framework-2.5.6\samples\
jpetstore
JavaCrazyer
·
2010-10-22 17:00
spring
sql
mysql
jdbc
MyEclipse
在MyEclipse8.5中恢复
jpetstore
项目
恢复
jpetstore
项目的过程1.在myeclipse8.5中新建一个web project名称为
jpetstore
2.进入到spring-framework-2.5.6\samples\
jpetstore
JavaCrazyer
·
2010-10-22 17:00
spring
sql
mysql
jdbc
MyEclipse
在MyEclipse8.5中恢复
jpetstore
项目
恢复
jpetstore
项目的过程1.在myeclipse8.5中新建一个web project名称为
jpetstore
2.进入到spring-framework-2.5.6\samples\
jpetstore
JavaCrazyer
·
2010-10-22 17:00
spring
sql
mysql
jdbc
MyEclipse
在MyEclipse8.5中恢复
jpetstore
项目
恢复
jpetstore
项目的过程1.在myeclipse8.5中新建一个web project名称为
jpetstore
2.进入到spring-framework-2.5.6\samples\
jpetstore
JavaCrazyer
·
2010-10-22 17:00
spring
sql
mysql
jdbc
MyEclipse
在MyEclipse8.5中恢复
jpetstore
项目
恢复
jpetstore
项目的过程1.在myeclipse8.5中新建一个web project名称为
jpetstore
2.进入到spring-framework-2.5.6\samples\
jpetstore
JavaCrazyer
·
2010-10-22 17:00
spring
sql
mysql
jdbc
MyEclipse
在MyEclipse8.5中恢复
jpetstore
项目
恢复
jpetstore
项目的过程1.在myeclipse8.5中新建一个web project名称为
jpetstore
2.进入到spring-framework-2.5.6\samples\
jpetstore
JavaCrazyer
·
2010-10-22 17:00
spring
sql
mysql
jdbc
MyEclipse
在MyEclipse8.5中恢复
jpetstore
项目
恢复
jpetstore
项目的过程1.在myeclipse8.5中新建一个web project名称为
jpetstore
2.进入到spring-framework-2.5.6\samples\
jpetstore
JavaCrazyer
·
2010-10-22 17:00
spring
sql
mysql
jdbc
MyEclipse
在MyEclipse8.5中恢复
jpetstore
项目
恢复
jpetstore
项目的过程1.在myeclipse8.5中新建一个web project名称为
jpetstore
2.进入到spring-framework-2.5.6\samples\
jpetstore
JavaCrazyer
·
2010-10-22 17:00
spring
sql
mysql
jdbc
MyEclipse
IBatis的分页研究
在看
JPetStore
的代码时,发现它的分页处理主要是通过返回PaginatedList对象来完成的。
xiangxingchina
·
2010-10-21 23:00
oracle
sql
Hibernate
mysql
ibatis
JpetStore
中MVC机制实现的研究,BeanAction以及BaseBean工作机制(看完有种恍然大悟的感觉啊!)
以前学习iBATIS时候只是粗略的看了一下代码,今天翻出来从新看了看,才发现iBATIS给的
JpetStore
中关于iBATIS的实现简直太精妙了,它直接把action和actionform合并在一起~
king_wangyao
·
2010-10-15 21:00
工作
mvc
bean
ibatis
struts
Jpetstore
http://www.hudong.com/wiki/
Jpetstore
PetStore是sun公司为了演示自己的J2EE而编写的一个宠物店的电子商务的例子。
zerostar88
·
2010-09-16 08:00
sql
tomcat
mysql
xml
ibatis
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他