Have just spent an hour or so with WebSphere Portlet Factory 6.0.2, generating a rich client application that I was then able to deploy into Lotus Notes 8.
I'm a bloomin' long way from being able to do anything really useful, but I was able to create a composite application in Notes 8 that displays data from a portlet created using WebSphere Portlet Factory ( using builders from WebSphere Dashboard Framework - Excel Import and Summary and Drilldown ).
Having done this, I changed one of the resulting column headers ( using a Data Column Modifier builder ), regenerated the WAB file, refreshed the Notes application and ... voila, it worked.
In order to deploy the WAB file into Notes, I had to follow this document: -
Installing the JSP compiler bridge for Lotus Notes 8.0.0
http://www-1.ibm.com/support/docview.wss?uid=swg21285931
I also found this PDF to be of great use.
More to follow ....WPF_into_Notes.pdf
Geeking in technology since 1985, with IBM Development, focused upon Docker and Kubernetes on the IBM Z LinuxONE platform In the words of Dr Cathy Ryan, "If you don't write it down, it never happened". To paraphrase one of my clients, "Every day is a school day". I do, I learn, I share. The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions. Remember, YMMV https://infosec.exchange/@davehay
Subscribe to:
Post Comments (Atom)
Note to self - use kubectl to query images in a pod or deployment
In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...
-
Why oh why do I forget this ? Running this command : - ldapsearch -h ad2012.uk.ibm.com -p 389 -D CN=bpmbind,CN=Users,DC=uk,DC=ibm,DC=com -w...
-
Error "ldap_sasl_interactive_bind_s: Unknown authentication method (-6)" on a LDAPSearch command ...Whilst building my mega Connections / Domino / Portal / Quickr / Sametime / WCM environment recently, I was using the LDAPSearch command tha...
-
Whilst building a new "vanilla" Kubernetes 1.25.4 cluster, I'd started the kubelet service via: - systemctl start kubelet.se...
2 comments:
Dave - does this mean from a single codebase you can generate either a Portlet for WebSphere or an app for Notes 8?
Hi Jon
Yes, is that cool or what ?
Seriously, I see this as a big step forward; you get all the benefits of WebSphere Portlet Factory e.g. model-driven development, reuse, code-free/light builders etc. whilst developing thin-client and rich-client user interfaces.
*CAVEAT* It's worth noting that I have not make any judgement regarding license entitlements. My initial understanding is that an end-customer would need to have a WebSphere Portlet Factory Runtime entitlement in order to be adequately licensed to run a portlet in the Notes client where WebSphere Portal wasn't in the mix *CAVEAT*
Post a Comment