|
This guide want to explain how design and build a simple path to automated deploy, you can learn how to install and configure, some product that can be support this solution, we use: Git version 2.7.4
GitHab
Jenkins ver. 2.89.4
Apache2.4.18 (Ubuntu)
Eclipse IDE Oxygen2
Ubuntu 17.10 LTS
WebSphere ... |
|
In this article, a set of techniques aimed at improving usability in viewing and accessing large tables (Several columns and data rows filling the screen) are to be explained. The techniques utilize javascript and CSS to create a fixed table header suiting visual and usability needs. |
|
|
|
This article shows how a portlet using a custom window state can be created. Information is spread in different places. Here I will show the different steps required. |
|
The WebSphere Portal programming model is an extension of the J2EE programming model. Developers use it to implement Web applications that leverage the rich set of WebSphere Portal platform capabilities. Capabilities include aggregation and integration of components into page hierarchies, flexible ... |
|
This article describes how you create an XPage iwidget definition which allows you to register it in IBM Websphere Portal V7. It also describes how to wire the portlets so that they can send and receive data. |
|
This article is a proof of concept (POC) intended for portlet developers who want to leverage the IBM WebSphere Application Server DynaCache for sharing data between two or more portlet applications within the same session. |
|
The challenge with integrating applications into WebSphere Portal that store their state on the client like Adobe Flash or iframes or Microsoft Silverlight is that the client side state is lost when switching pages. This article describes how to keep the client side state alive despite switching ... |
|
The JSR 286 portlet specification introduced the concept of portlet filters that allow to hook into or intercept the regular portlet request flow much like servlet filters for servlet applications. According to the specification, those filters are self-contained within the portlet application and ... |
|
Web services provide a very useful means of using an existing functionality without reinventing it from the scratch. Though web services are very useful, the invocation of web services each and every time takes a lot of time. This can prove to be a bottle neck when trying to improve the response ... |
|
WebSphere Portal supports the remembering of users that have previously authenticated to the portal from a particular client, such as a web browser. This function is based on an HTTP cookie also known as remember me cookie. In conjunction with step-up authentication, the remember me cookie can be ... |
|
In this article, I will show how the bidirectional interaction between portlets in different wars can be achieved through the JSR 286 events. |
|
If you don't want the banner navigator in your theme you can remove the dynamic content spot that includes bannerNav.jsp. But there are two other places that must be changed at the same time. The new theme has a model behind the scenes that holds the current user's navigation model. This model ... |
|
This article provides links to two resources, which can help you learn about User Impersonation in WebSphere Portal. |
|
This article demonstrates an architecturally sound solution to the challenge of passing parameters to a JavaTM Standardization Request (JSR) 286 portlet from outside the portal Java Virtual Machine (JVM) that takes advantage of capabilities already in the IBM® WebSphere® Portal product. |
|
This article explains the design of the IBM® Lotus® Web Content Management™ (WCM) content library and search scope, and how to customize the Search Center portlet to apply the search scope feature to perform multiple-language searches. |
|
Don't use relative URLs in portlet JSPs, if you want to reference a file in your portlet web app. They will be interpreted relative to the portal url by the browser and thus will not point to the resource you intend to embed in your markup. |
|
The main objective of this document is to share the best practices of using IBM MPA in developing Mobile portal and testing the same. All the best practices are listed in the attached document are the result of productsolution level support of MPA |
|
Using SSL for encryption of the HTTP communication provides protection against network sniffing and man in the middle attacks. The additional protection however comes with performance overhead on both client and server side. In typical Portal scenarios it may be therefore too expensive to protect ... |
|
The developer pack is provided to allow customization of the UTL set of portlets and deliver an easy mechanism of developing task processing portlets and dynamic portal page processing. There are 2 WEF ( WebSphere Experience Factory ) pkg files bundled into the developer package. Together they ... |
|
This Article will show you how to include the binary resources(File Resource Components directly into EPhox editor with embed tags .) |
|
Note: The following information is provided "asis" and without any guarantees whatsoever. In particular, the publication of this information does not constitute a (de facto) public API and therefore may be subject to change at any point in time and without prior notice. The digest is computed ... |
|
Since WebSphere Portal 6.1.0.46.1.5.1 it is possible to send custom notification messages when the membership of an application changes and for all types of application related policy events. |
|
This article focuses on creating Layouts, themes, and Image Components for Mobile Portlet Project |
|
This article is about a lean Portlet API wrapper around the Google Maps API, especially designed for listening to JSR 286 events triggered by other portlets. The sample application is provided as download, including source code. |