xml hell

카테고리 없음 2008. 8. 30. 17:51

ㅇ. XML Hell 극복 방안
 - XML GUI 도구 이용 : XML에디터, Struts Console, SpringIDE 등
 - 좀더 단순한 포맷 : Rails의 yml 포맷 등
 - 관습에 의한 코딩(CoC) : Rails, Grails
 - 메타데이터(Annotation/Attribute) : 소스에 설정을 포함. XDoclet, Java5
 - 코딩에 의한 설정 : Rails, Grails 등(스크립트 언어로 설정을 코딩)
 
 출처 : http://ecogeo.tistory.com/4

ㅇ. 너무 Element를 많이 만들어서 line수를 늘리는것 보다는 적절하게 attribute를 늘려서 line수를 줄이는것도 좋을듯...
 http://java.dzone.com/news/draft-spring-xml-hell

ㅇ. JSON, YAML
 - xml
  http://en.wikipedia.org/wiki/Xml
 - json
  http://json.org/
  http://en.wikipedia.org/wiki/JSON
 - yaml
  http://yaml.org/
  http://en.wikipedia.org/wiki/YAML

Posted by 파이팅야
,