uPortal-Project / NotificationPortlet

JSR-286 portlet implementing notifications in uPortal.

Home Page:https://wiki.jasig.org/pages/viewpage.action?pageId=47875986

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhance JpaNotificationService to support NotificationRestV2Controller

drewwills opened this issue · comments

New UI components in the NotifificationPortlet project are Web Components (not portlets at all). They use the NotificationRestV2Controller to access and interact with Notification data.

The NotificationRestV2Controller interacts with data sources (beans that implement INotificationService) using servlet-based methods, not portlet-based methods.

Most data sources have been updated to support this approach, but not this one (yet).