私は、残りのWebサービスで次の形式のxmlを何度も見てきました。
<author>
<atom:link rel="author" type="application/xml" href="http://www.../author/1"/>
</author>
URL(http:// www ... / author / 1)には次のようなものが含まれます。
<author xmlns="http://www.../ckp" xmlns:atom="http://www.w3.org/2005/atom">
<name>S. Crocker</name>
<address>None</address>
<affiliation></affiliation>
<email>None</email>
</author>
- なぜ最初の形式のxmlが使用されているのか疑問に思いましたか?
- これらを(mvcパターンを使用して)Javaモデルクラスでどのようにモデル化できますか?