- All Handles now resolve to a Handle servlet, /handle/. This displays
items, collections and communities, as well as handling URLs that occur
"within" a community or collection, so that /communities/1234/browse-title
would now be /handle/1721.1/5679/browse-title.
- All links to communities, collections and items now updated to use new
Handle servlet
- Updated DSpaceObject to include getHandle(), and updated Item, Collection
and Community to return their Handles. Other objects return null.
- The above change has made many servlets, JSPs and JSP tags simpler.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@485 9c30dcfa-912a-0410-8fc2-9e0234be79fd
- LocationServlet added to handle user navigating within communities and
collections
- Invalid ID error added
- Home page is now called "index.jsp" (was called home.jsp)
git-svn-id: http://scm.dspace.org/svn/repo/trunk@171 9c30dcfa-912a-0410-8fc2-9e0234be79fd
- Checked in some basic UI stuff - warning, tag library doesn't work yet
- Added "isValid()" to Context
- Added code to ConfigurationManager for installing configuration files
for external tools, and added initial Apache and Tomcat configurations
git-svn-id: http://scm.dspace.org/svn/repo/trunk@149 9c30dcfa-912a-0410-8fc2-9e0234be79fd