Some time ago, I built a demonstration using WebSphere Portlet Factory, and wanted to show how I could select from a list of reports in one portlet and display the report in a second portlet on the same page.
I know that this can be achieved using Cooperative Portlets and Property Broker, but I was looking for a more Q&D way to achieve it.
Therefore, I used the Eventing support within WPF.
I've now got around to properly documenting it here. I'm using the Event Declaration and Event Handler builders in WPF.
Hope this helps someone somewhere.
PS The ZIP file includes four Excel spreadsheets that need to be placed into a subdirectory called reports in the WebContent folder of your project.
PPS I've used the Summary and Drilldown builder to build the reports - this is only available with the builders that ship with WebSphere Dashboard Framework - if needed, you can use a View and Form builder to achieve similar results.
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:
Great sample Dave, Portlet Factory is so powerful, but so little tutorials is available.
Every piece of information deserves attention.
Thanks again.
Hi, thanks for the comment - I'd also direct you to the WPF wiki on developerWorks here: -
http://www.ibm.com/developerworks/wikis/display/PortletFactoryID/Home
as it's got some excellent material.
Also, don't forget the samples models and help that are included with the product.
Regards
Dave
Post a Comment