Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

DEPRECATED: From Portal 8.5 onwards, prefer to use Script Applications with Angular (any version) as opposed to JSR286 portlets.

Notifications You must be signed in to change notification settings

roanbester/ws-angular-portlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED: From Portal 8.5 onwards, prefer to use Script Applications with Angular (any version) as opposed to JSR286 portlets.

ws-angular-portlet

Overview

This project demonstrates how to create a JSR 286 portlet for IBM Websphere Portal, using minimal dependencies, that uses an AngularJS UI.

  • Unique(ish) namespacing and portlet urls so you can add > 1 of them on a portal page;
  • Fetch html and js resources from portlet contextPath
  • Bootstrap angular manually, setting portlet/portal URLs
  • a basic directive doing ajax call to portlet's serveResource
  • display result from the portlet on the UI.

Notes

This is a maven project, but I have ommitted the mvn repositories, so you'll have to add them based on your company's context. This is due to Websphere Portal being a licensed product, so its jars are not found in the opensource community.

The portlet is deployed as a WAR with no other configuration needed, other than a context path.

About

DEPRECATED: From Portal 8.5 onwards, prefer to use Script Applications with Angular (any version) as opposed to JSR286 portlets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published