Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description

The Blackboard Portlet is a JSR-168 read-only view of a users MyBlackboard home page. 

This code implements the Exporting My WebCT Contents section of the System Integration Utility Guide: Vista 4.0 WebAPI. The resulting XML is processed to add SSO links.

This code implements the Vista 4.2/CE 6.2 Enterprise Automatic Signon Protocol

Features

  • JSR-168 Portlet
  • Spring based
  • Maven build

Installation

  • Download the source
  • Edit src/main/resources/blackboard.properties
  • Configure Blackboard's SSO support (See documentation link above)
  • Run "mvn install".
  • Deploy the war (using uPortals deployPortletApp ant target).
  • No labels