Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.
peterdietz edited this page Aug 30, 2011 · 3 revisions

DSpace Module: WebMVC User Interface

WebMVC is a user interface built for DSpace using Spring's Model-View-Controller framework to provide clean separation of concerns in the UI. Work is still ongoing, but thus far it provides all the typical features of search and browse for end-users, and most of the administrative functions are implemented. The submission process is the remaining hold-out, which we will hopefully have improvements from a GSoC Submission Enhancements to use for the implementation.

First, see the installation guide for how to enable the module.
https://wiki.duraspace.org/display/DSPACE/WebMVC+%28Freemarker%29+UI

To get the code:
git clone [email protected]:DSpace/webmvc.git

To make changes and commit locally

cd webmvc
vi some-file.java
git commit some-file.java

To push your changes back to github.
git push origin master

To pull the latest changes down to your local working copy.
git pull origin master

Clone this wiki locally