过了几个月突然想到使用xmlbean,一到下午什么都记不起来,翻了老半天,看了下批命令才有点印像。之前打算深入研究一下xmlbean都吾有时间,现在把在公司用到的批命令记下来:
1.inst2xsd -design ss -simple-content-types smart f:\xmlbean\fetchdata.xml -outDir f:\xmlbean
以上为生成xsd文件.
2.scomp -src f:\xmlbean\fetchdata\src -out f:\xmlbean\fetchdata\fetchdata.jar f:\xmlbean\schema0.xsd f:\xmlbean\fetchdata.xsdconfig
...