%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%
String base_dir = request.getContextPath();
%>
- Create new item: Post to <%=base_dir%>/object with action=new and list of known alternate identifiers
- Submit new artifact to item : Post to <%=base_dir%>/object/**PID**/ with stream_id and data.
- Resolve an alternate identifier to a PID: <%=base_dir%>/alternateId/**ID**
- Retrieve an artifact: <%=base_dir%>/object/**PID**/artifact/**STREAM_ID**