apple0668
上善若水,水善利万物而不争,处众人之所恶而不争,故几于道——《老子》
BlogJava
首页
新随笔
聚合
管理
随笔-47 评论-73 文章-0 trackbacks-0
2008年1月21日
ssh2中采用dao---service---action分层结构
摘要: ssh2中采用dao---service---action分层结构。
阅读全文
posted @
2008-01-21 11:37
apple0668 阅读(435) |
评论 (0)
|
编辑
收藏
ssh2三大框架使用时遇到的一个ConstraintViolationException异常
摘要: ssh2三大框架整合时遇到的一个ConstraintViolationException异常。
阅读全文
posted @
2008-01-21 10:39
apple0668 阅读(1624) |
评论 (1)
|
编辑
收藏
Email:
chensp1230@163.com
欢迎交流
框架是告诉人们不该去做什么,而不是告诉人们该去做什么;容器是告诉人们该去做什么,而不是告诉人们不该去做什么!
<
2008年1月
>
日
一
二
三
四
五
六
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
留言簿
(3)
给我留言
查看公开留言
查看私人留言
我参与的团队
深圳Java开发者之家(0/0)
Netbeans 爱好者(0/0)
随笔分类
(50)
Aglets(1)
eclipse(3)
hibernate(17)
java(5)
jboss
junit(3)
Log4(2)
oracle(1)
spring(4)
struts2(4)
svn(1)
tomcat(4)
webwork(4)
web报表(1)
xml
心情港湾
随笔档案
(47)
2008年11月 (2)
2008年10月 (16)
2008年9月 (1)
2008年4月 (1)
2008年1月 (2)
2007年11月 (2)
2007年10月 (15)
2007年9月 (8)
友情链接
孙飞龙博客
开源在线手册
开源在线手册
最新随笔
1. jasperreport报表中解决pdf的中文问题手记
2. 有关Vector里面元素重复解决办法
3. 系统学习hibernate之十五:hibernate一级缓存
4. 系统学习hibernate之十四:hibernate中HQL查询语言(二)
5. 系统学习hibernate之十三:hibernate中HQL查询语言(一)
6. 系统学习hibernate之十二:hibernate中悲观锁和乐观锁
7. 系统学习hibernate之十一:set、list、map、array集合
8. 系统学习hibernate之十:Component映射
9. <转>用户注册后,使用激活码的Java实现
10. <转>Oracle中常用的to_Char用法详解(有FMT的详细列表)
搜索
最新评论
1. re: 系统学习hibernate之十一:set、list、map、array集合
大哥!非常有用!谢谢喽!!!!
--wt
2. re: webwork防止表单重复提交
评论内容较长,点击标题查看
--ftt
3. re: 系统学习hibernate之一:利用hibernate中的SchemaExport生成数据表
可以使用annotation生成数据库的脚本,然后在通过数据库生成hbm,这样很快, 应该怎么做啊???
--kelly.zhang
4. re: webwork防止表单重复提交
我也是这样做的,但是出了个问题:重新填写完表单再提交也不让提交了.不知为什么?
--zhangyq
5. re: eclipse的第一个struts2插件:Alveole Studio MVC Web Project An eclipse plugin for Struts 2
@Bryan
同感,不过现在sturts还是主流的控制器开发,struts2不知道要到什么时候才广泛使用。
相对struts2插件来说还是感觉nb的插件好用,不过也习惯了手写了。
--apple0668
阅读排行榜
1. eclipse的第一个struts2插件:Alveole Studio MVC Web Project An eclipse plugin for Struts 2(4743)
2. Tomcat:IOException while loading persisted sessions: java.io.EOFException解决手记(3044)
3. Subversion之路---实现精细的目录访问权限控制<转>(2243)
4. Tomcat启动端口被占用异常处理(1915)
5. ssh2三大框架使用时遇到的一个ConstraintViolationException异常(1624)
评论排行榜
1. eclipse的第一个struts2插件:Alveole Studio MVC Web Project An eclipse plugin for Struts 2(28)
2. Tomcat启动端口被占用异常处理(7)
3. 升级瑞星防火墙2008后,在myeclipse6.0中启动tomcat遇到怪问题!(7)
4. Tomcat:IOException while loading persisted sessions: java.io.EOFException解决手记(6)
5. Log4配置(3)
60天内阅读排行
1. 系统学习hibernate之一:利用hibernate中的SchemaExport生成数据表(1096)
2. 系统学习hibernate之十一:set、list、map、array集合(115)
3. 系统学习hibernate之六:一对一外键关联映射双向关联(102)
4. 系统学习hibernate之十四:hibernate中HQL查询语言(二)(83)
5. 系统学习hibernate之二:Session中load和get(77)