Name | Feedback Portlet |
---|---|
Version |
|
Author(s) | |
Homepage |
|
Issue Tracking | httphttps://wwwissues.ja-sigjasig.org/issues/browse/FBP
|
License | |
Release Docs |
|
Java API Docs |
|
Download Source Repository | https://www.ja-sig.org/svn/portletsgithub.com/Jasig/FeedbackPortlet/ |
Description/Features
Excerpt |
---|
The unconference feedback portlet was designed at the 2007 JA-SIG Unconference at Rutgers. Many, many thanks to Collier Jones of UMBC who provided all the UI inspiration! |
What is this portlet?
The portlet is a JSR-168 Spring PortletMVC portlet. It uses hibernate for its data store.
...
This portlet is available in JA-SIG SVN source control: the github repository: https://www.ja-sig.org/svn/portletsgithub.com/Jasig/FeedbackPortlet/
You'd check clone it out from source control github using something like this:
No Formatcode |
---|
git svnclone co httpsgit://www.ja-sig.org/svn/portlets/FeedbackPortlet/trunk feedback_portlet github.com/Jasig/FeedbackPortlet.git |
Once you've checked cloned it out, you can build it with Maven 2.
In the project root directory:
No Format |
---|
mvn install
|
You'll then need to install into uPortal the resulting portlet .war using Ant's portlet install tool:
No Format |
---|
ant deployPortletApp
|
Feedback submission interface
Admin interface