The response representation could be an XML or ATOM that contains the detailed employee information, or it could be a JSP/HTML page that gives a better UI.
这个响应表示可以是包含详细的员工信息的 XML 或 ATOM,或者是具有更好 UI 的 JSP/HTML 页面。
2
To make the data representation process clear, we first copy the needed values from the document into a new Employee object as shown in listing 8.