Topic: 小项目数据库操作模式,如何最好? |
Print this page |
1.小项目数据库操作模式,如何最好? | Copy to clipboard |
Posted by: hatpdb Posted on: 2003-05-21 13:21 访问数据库的设计模式,我现在没有用设计模式,但是我见过 这样的数据库模式 1,封装基本数据关系到对象模型的影射(只有基本的set,get,表字段), 2,原子操作(添加,查找等) 3,封装事务逻辑(登陆,付款等) 不知这样好不好,对小项目好象不好?效率如何? 为了效率与开发方便,应该使用那种模式? |
2.Re:小项目数据库操作模式,如何最好? [Re: hatpdb] | Copy to clipboard |
Posted by: yj780210 Posted on: 2003-05-21 13:44 hatpdb wrote: |
3.Re:小项目数据库操作模式,如何最好? [Re: hatpdb] | Copy to clipboard |
Posted by: yj780210 Posted on: 2003-05-21 14:10 上一贴发错了,sorry hatpdb wrote: 设计模式在提高效率和速度上往往作用不大。 主要关注的是封装,结构等等特性。 对质量,维护等等有巨大帮助。 不过使用点什么DAO了 VALUE LIST HELPER是没有错误地。 |
4.Re:小项目数据库操作模式,如何最好? [Re: hatpdb] | Copy to clipboard |
Posted by: richardluopeng Posted on: 2003-05-26 13:40 模式往往使东西搞的很复杂 |
5.Re:小项目数据库操作模式,如何最好? [Re: hatpdb] | Copy to clipboard |
Posted by: floater Posted on: 2003-05-28 00:17 yea, more complicated than without it. But if there is some change later on, they could save more time than without it, at least. |
6.Re:小项目数据库操作模式,如何最好? [Re: richardluopeng] | Copy to clipboard |
Posted by: daviszhao Posted on: 2003-05-30 17:26 richardluopeng wrote: 复杂未必不是好事,往往在这里觉得复杂,到那里发现豁然开朗原来好简单 |
7.Re:小项目数据库操作模式,如何最好? [Re: hatpdb] | Copy to clipboard |
Posted by: softtiger Posted on: 2003-06-04 17:45 可以利用java反射机制将数据存取进行封装. |
8.Re:小项目数据库操作模式,如何最好? [Re: softtiger] | Copy to clipboard |
Posted by: richardluopeng Posted on: 2003-06-12 19:00 softtiger wrote: 说来听听,谢谢! |
9.Re:小项目数据库操作模式,如何最好? [Re: softtiger] | Copy to clipboard |
Posted by: richardluopeng Posted on: 2003-06-12 19:02 softtiger wrote: 说来听听,谢谢! |
10.Re:小项目数据库操作模式,如何最好? [Re: hatpdb] | Copy to clipboard |
Posted by: softtiger Posted on: 2003-06-13 18:13 还是给你一篇文章的名字吧 《Reflective CRUD》,好象就是在本网站上看到的文章。不知道这里怎加附件 |
11.Re:小项目数据库操作模式,如何最好? [Re: hatpdb] | Copy to clipboard |
Posted by: softtiger Posted on: 2003-06-13 18:16 不好意思,看来用恢复功能有附件的。 Reflective_CRUD.pdf (188.47k) |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |