Get Social & Collaborate!
Tags
« Integrating Lotus Connections with WebSphere Portal - Part 3 | Main | Integrating Lotus Connections with WebSphere Portal - Part 1 »
Friday
Jul162010

Integrating Lotus Connections with WebSphere Portal - Part 2

 Ok so couple of days ago was Home, Profiles, Communities, Search, and Dogear. Today Activities, Files, & Wikis.

Wikis:

Wiki's is slightly different in that it doesn't import the JSTL Core Tag Lib which is used in the script hence we need to add it. So add the script to the following file:

\installedApps\Wikis.ear\qkr.share.wiki.was\jsp\home.jsp

and then also add:

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> to the first line of home.jsp

Files:

Files is the same as Wiki's in that we need to add the tag library as well.

\installedApps\Files.ear\qkr.share.files.war\WEB-INF\pages\home.jsp.

 

Activities:

Now activities is also slightly different. You still need to add the above script to the jsp however there are two body tags to add it to. There is also a change required to banner.jsp.

So first add the usual scripts from yesterday directly after each of the <body> tags in the mainpage.jsp

\installedApps\Activities.ear\oawebui.war\WEB-INF\jsps\webui\mainpage.jsp

Now at first this didn't work and it took me a while to realise that the "lotusbanner" was not being updated to display="none". The reason for this is that unlike the other features the DIV for the lotusbanner only contains a Class reference and not an ID reference. Hence as the script sets id="lotusbanner" to display="none" it doesn't work. So we need to update the banner.jsp (same directory as mainpage.jsp) to have:

<div id="lotusBanner" class="lotusBanner">

It then works a treat just like the other features.

 URL to link Web Page Portlet to: https://<activities-server>/<activities-context-root>/service/html/mainpage?FromPortal=true

 

So all that is left is Blogs. Blogs is proving to be slightly more difficult due to the Theme templating. So that might make up Part 3 to come.



PrintView Printer Friendly Version

EmailEmail Article to Friend

References (16)

References allow you to track sources for this article, as well as articles that were written in response to this article.
  • Response
    Integrating Lotus Connections with WebSphere Portal - Part 2 - Blog - Adam Brown - Collaboration Blueprint
  • Response
    Response: qcservices
    Integrating Lotus Connections with WebSphere Portal - Part 2 - Blog - Adam Brown - Collaboration Blueprint
  • Response
    Response: tvc matrix
    Integrating Lotus Connections with WebSphere Portal - Part 2 - Blog - Adam Brown - Collaboration Blueprint
  • Response
    Response: lead generation
    Integrating Lotus Connections with WebSphere Portal - Part 2 - Blog - Adam Brown - Collaboration Blueprint
  • Response
    Response: web design service
    Integrating Lotus Connections with WebSphere Portal - Part 2 - Blog - Adam Brown - Collaboration Blueprint
  • Response
    Response: stock market news
    Integrating Lotus Connections with WebSphere Portal - Part 2 - Blog - Adam Brown - Collaboration Blueprint
  • Response
    Integrating Lotus Connections with WebSphere Portal - Part 2 - Blog - Adam Brown - Collaboration Blueprint
  • Response
    Integrating Lotus Connections with WebSphere Portal - Part 2 - Blog - Adam Brown - Collaboration Blueprint
  • Response
    Integrating Lotus Connections with WebSphere Portal - Part 2 - Blog - Adam Brown - Collaboration Blueprint
  • Response
    Response: computer glasses
    Integrating Lotus Connections with WebSphere Portal - Part 2 - Blog - Adam Brown - Collaboration Blueprint
  • Response
    Response: 301 nuke review
    Integrating Lotus Connections with WebSphere Portal - Part 2 - Blog - Adam Brown - Collaboration Blueprint
  • Response
    Response: online auctions,
    Integrating Lotus Connections with WebSphere Portal - Part 2 - Blog - Adam Brown - Collaboration Blueprint
  • Response
    Response: madbid
    Integrating Lotus Connections with WebSphere Portal - Part 2 - Blog - Adam Brown - Collaboration Blueprint
  • Response
    Response: GU10 led bulbs
    Integrating Lotus Connections with WebSphere Portal - Part 2 - Blog - Adam Brown - Collaboration Blueprint
  • Response
    Integrating Lotus Connections with WebSphere Portal - Part 2 - Blog - Adam Brown - Collaboration Blueprint
  • Response
    Integrating Lotus Connections with WebSphere Portal - Part 2 - Blog - Adam Brown - Collaboration Blueprint

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.
Author Email (optional):
Author URL (optional):
Post:
 
All HTML will be escaped. Hyperlinks will be created for URLs automatically.