1

次のように応答 JSON を持つ Spring MVC/Spring Maven プロジェクトから Rest API を呼び出す必要があります。

Content-Type: application/wrml
{
    parent-repository: {parent-repositoryId}
    type: {repository-type}
    object-types: {object-typeId-list}
    children
    {
         {repositoryId1} 
         {
             type: {repository-type1}
             object-types: {object-typeId-list}
             children
             {
              …
             }
         }
…
         {repositoryIdN} 
         {
             type: {repository-typeN}
             object-types: {object-typeId-list}
             children
             {
              …
             }
         }

    }  
}

応答は検索されたリポジトリです。JSP で親とその子の応答を表示するにはどうすればよいですか? 表示するためにそれらをリストする必要がありますか?

4

0 に答える 0