享受代码,享受人生

SOA is an integration solution. SOA is message oriented first.
The Key character of SOA is loosely coupled. SOA is enriched
by creating composite apps.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Atrribute or config file?

Posted on 2005-04-19 11:09  idior  阅读(1383)  评论(6编辑  收藏  举报

 

Attribute

Config File

  点:  

  使用简单,支持auto-comlete,提供编译检查

修改不需要rebuild

  点:  

  需要Rebuild,不过目前已广泛使用自动构建工具

不提供auto-comlete,如果没有DTD or Schema也没有验证功能

 


which is your choice?

(btw 如果有其他优缺点,欢迎完善)