l*****c 发帖数: 33 | 1 想做一个Weblog的hosting program. 应该用DB更好一些吧.但网上能找到的例子几乎全部
是基于XML的(针对个人的多),用户内容到底是XML好还是Database好? |
c***r 发帖数: 4631 | 2 if you want to make something large, of course DB.
But XML could also be very powerful when the files are small and if you can
keep those files small.
部
【在 l*****c 的大作中提到】 : 想做一个Weblog的hosting program. 应该用DB更好一些吧.但网上能找到的例子几乎全部 : 是基于XML的(针对个人的多),用户内容到底是XML好还是Database好?
|
h****e 发帖数: 204 | 3 for weblog, the data supporsed to be huge. db is much better choice.
【 在 laurapc (小巧) 的大作中提到: 】 |
w*********n 发帖数: 84 | 4 agree.
DB of course. Those XML-based stuffs are just programs from some standard APIs.
Not sure about their liability and security.
Traditional DBs are far better.
【在 h****e 的大作中提到】 : for weblog, the data supporsed to be huge. db is much better choice. : 【 在 laurapc (小巧) 的大作中提到: 】
|
B**z 发帖数: 38 | 5 用户内容当然是database。
难道账号密码都用xml不成。
现在xml的security还很差。
【在 l*****c 的大作中提到】 : 想做一个Weblog的hosting program. 应该用DB更好一些吧.但网上能找到的例子几乎全部 : 是基于XML的(针对个人的多),用户内容到底是XML好还是Database好?
|
w********c 发帖数: 2632 | 6 IBM offers an XML security suite at alphaworks and it works well in our
system. 【 在 Bliz (剑盾巫师) 的大作中提到: 】
全部 |
r*****s 发帖数: 985 | 7 and apache xml security library.
use message level security by XML Encryption to store user passwd.
【在 w********c 的大作中提到】 : IBM offers an XML security suite at alphaworks and it works well in our : system. 【 在 Bliz (剑盾巫师) 的大作中提到: 】 : 全部
|
B**z 发帖数: 38 | 8 still. not as secure as database.
xml security is too premature.
【在 r*****s 的大作中提到】 : and apache xml security library. : use message level security by XML Encryption to store user passwd.
|
w********c 发帖数: 2632 | 9 You are right on this. It's not possible to compare the security feature of
the XML with that of dabatases for now, and maybe even in the future. But
Weblog is usually a standalone application which means that its content should
be used for future data analysis, not for security issues like authentication,
authorization and access control. I am not aware of any weblog that keeps
password information. There is a trend to use XML in weblog because it can
promote standardization, simplify informati
【在 B**z 的大作中提到】 : still. not as secure as database. : xml security is too premature.
|