SlideShare a Scribd company logo
© 2014 IBM CorporationPowered by IBM SmartCloud Meetings
Developing portlets using Script portlet in
WebSphere Portal V8001
Open Mic
Jaspreet Singh
Technical Lead, IBM Script Portlet
IBM Collaboration Solutions
2 © 2014 IBM Corporation
About Us
Jaspreet Singh -Tech Lead -IBM Script Portlet for WebSphere
Portal
jaspsing@in.ibm.com
Vinayak Tavargeri- Support Manager – Facilitator for AP Open Mics
vtavargeri@in.ibm.com
3 © 2014 IBM Corporation
Agenda
§
Introduction
§
Goals
§
Value proposition
§
Demo
§
Script Portlet v/s RAD/WEF portlets
§
Resources
4 © 2014 IBM Corporation
Script Portlet
§
Script portlet is a great tool to start writing portlet using only js, html and css skills and
knowledge
§
Progressively disclose portal concepts like portlet preferences, sharing render params
§
Basic idea
–
People have constructed lots of services - IT team builds them
–
These scripts get created by IT team, citizen developers with just scripting skills
–
IT might make these scripts and people can change them or modify by LOB use
–
We store these in WCM
• LOB or citizen developers to do this stuff - since its safe as you have workflow
approvals
–
Great dev environment - Live preview while I’m editing it
5 © 2014 IBM Corporation
Goals
§
Enable the Line of Business to have autonomy and not be so dependent on Central IT
–
so eliminate the reasons they go off and stand up a drupal site
–
allow them to have a small team of 'programmers' that can make their customizations
quickly and easily
§
Enable customers and partners to write portlets using skills they can hire
–
that is 'scripting skills' that know a variety of scripting libraries and extensions (dojo,
jquery, extjs, whatever)
–
write their first portlet with no knowledge of our system (copy and paste what they have
working elsewhere)
§
Provide a programming model that can be used for customization on the cloud
–
so customers and partners can deploy scripts against existing services (theirs or ours
or internet ones) without deploying code on our cloud servers
6 © 2014 IBM Corporation
Line Of Business usecase
§
Creating of portlets using Javascript
–
IT can create some types of portlets in less time
–
LOB “power users”
• can take what they get from central IT and change the user experience via HTML,
CSS and Script
• Take scripts they find on other sites and bring them into their sites… not have to
wait for the IT team
• Make these changes within a project for isolation and preview in context before
publishing
–
IT can
• Check what is being published for security and other issues before it goes live via
WCM workflow approval
7 © 2014 IBM Corporation
Value Proposition
Leverage Core Scripting Skills Enable exploitation of key portlet and portal concepts
§
Start the programmer off requiring only the skills they already have.
§
Progressively disclose to them additional Portal/Portlet Value Add
§
There are lots of things that portlets can do, but here are some of the most important use
cases that we will enable first
–
Inter portlet communications
–
Portlet preferences
–
Responsive Design and Adaptive Design
–
Live Text
–
Process integration
8 © 2014 IBM Corporation
Value Proposition
 Leverage WebSphere Portal features
– Portlet value add (Inter portlet communications, portlet preferences)
– Portal value add (live text, process integration, etc)
– Mix and match with existing and new portlets written in RAD or WEF on a page and
share context between them
– WEF data builders - these can emit XML or JSON already, so i can leverage all the
existing WEF data builders for enterprise integration
– Points of variability (portlet preferences) - the IT team can build portlets so that the
business can use and re-use them via just changing settings vs coding.
9 © 2014 IBM Corporation
Value Proposition
 Leverage WCM features
– Projects and approval
• Code reviews and checks in place by subject matter experts
• modify the script and test it live without breaking anyone else
• business and/or IT for approval before it goes live
– Access to shared render params and portlet preferences
– Access to 'live text‘, user info etc.
– Content targeting
– Adaptive design (conditional rendering within presentation template based on device
class) – even geography
– Create and store fake JSON data sets in WCM for testing - switch from the test url to
the live data feed for test vs production.
– Create libraries of data, CSS, script and mark up snippets and easily link to them from
within the WCM UI
• Social Business Toolkit snippets
• Worklight integration snippets to jumpstart development
10 © 2014 IBM Corporation
Value Proposition
 Others
– Any text editors can optionally be used for development, by using a WebDav mapped
drive
– Re-usable content – pick and point to script of your choice
11 © 2014 IBM Corporation
Value Proposition
 Leverage Code Mirror features
– Syntax highlighting.
– Auto indentation and outdent.
– Handles huge documents (hundreds of thousands of lines) without trouble.
– Customizable key bindings including Vi and Emacs modes.
– A wide range of language modes.
– Add-ons for autocompletion, code folding, integrated linting.
– A broad programming API
12 © 2014 IBM Corporation
Demo
13 © 2014 IBM Corporation
Add a Script Portlet to the page
14 © 2014 IBM Corporation
Go into Edit mode
15 © 2014 IBM Corporation
HTML JavaScript
CSS Preview
Script Portlet Editor
16 © 2014 IBM Corporation
The Result
16
17 © 2014 IBM Corporation
Script Portlets are first-class Portal citizens and play well with
others
§
Your Portal site can combine Script Portlets with any other
portlets built with WEF, RAD, or other tools
§
Portlets can communicate (e.g., with Public Render
Parameters or JS/jQuery events) and share styling
Script Portlet
Data is from JSON REST
services provided by WEF
WEF Portlet
18 © 2014 IBM Corporation
How Script Portlet fits with WEF and RAD tools
§
Script Portlet does not replace WEF and RAD!
–
It is complementary to those IDE-based tools
§
With Script Portlet you get the unique benefits of cloud-based development and WCM
management of portlet assets
§
With RAD or WEF you get the unique benefits those frameworks provide:
–
WEF uses a model-based code generation approach using “builders,” for rapid
development and multiple variations from a single model
–
RAD includes a very rich set of capabilities for JEE development like JSF, with
WYSIWYG and drag/drop tools for UI development
19 © 2014 IBM Corporation
What about server-side portlets and all the existing tools?
§
Server-side portlets are not going away!
§
They work very well and will continue to be used by many, many customers
§
The tools and frameworks for server-side portlets are very rich and mature, and continue to
be enhanced
§
WEF and RAD roadmaps include continued enhancements for server-side applications,
and for combining server-side with JavaScript in various ways
20 © 2014 IBM Corporation
Resources
•
Download from Greenhouse Solution Catalog here
•
https://greenhouse.lotus.com/plugins/plugincatalog.nsf/assetDetails.xsp?
action=editDocument&documentId=DDB5C467D991413285257C67002476E0
§
Script Portlet community on w3: http://ibmurl.hursley.ibm.com/47QC
§
Charts, demos etc are posted in this community
§
Demo server for IBMers (Sales, ISSC, GBS and others) is available:
–
http://50.97.203.147/wps/portal
§
Here are links to some additional videos that show off this, and different scenarios:
–
Show off html5 video, html5 image capture support, html5 geolocation, all using script portlet,
and display the images on a map, at the location they were taking: https://w3-
connections.ibm.com/files/app/file/3b269ac4-59ed-48f7-911d-5fd16b9f699d
–
google finance in portal/wcm based on scriptportlet one: https://w3-
connections.ibm.com/files/app/file/269c925a-8a42-4298-963f-078836b18766
–
google now implemented in portal/wcm based on script portlet: https://w3-
connections.ibm.com/files/app/file/c7ca78c5-150b-4aa5-9578-e94ed671cabd
–
IO demo (this is our version of a Groupon website and Groupon native app based on
Portal/WCM, also second half of video also shows a whole bunch of script portlet samples:
https://w3-connections.ibm.com/files/app/file/1534ef7d-8553-42d2-a5d5-c9fd5888421f
21 | © 2014 IBM Corporation
Thank you
Q & A
Visit our Support Technical Exchange page or our Facebook page for details on future events.
To help shape the future of IBM software, take this quality survey and share your opinion of
IBM software used within your organization: https://ibm.biz/BdxqB2
IBM Collaboration Solutions Support page
http://www.facebook.com/IBMLotusSupport
WebSphere Portal
http://twitter.com/IBM_ICSSupport
Ad

More Related Content

What's hot (20)

WebSphere Portal Technical Overview
WebSphere Portal Technical OverviewWebSphere Portal Technical Overview
WebSphere Portal Technical Overview
Vincent Perrin
 
Modernizing i5 Applications
Modernizing i5 ApplicationsModernizing i5 Applications
Modernizing i5 Applications
ZendCon
 
CQ 5.4 Deep-Dive
CQ 5.4 Deep-DiveCQ 5.4 Deep-Dive
CQ 5.4 Deep-Dive
Gabriel Walt
 
IBM WebSphere Portal - Die nächste Generation
IBM WebSphere Portal - Die nächste GenerationIBM WebSphere Portal - Die nächste Generation
IBM WebSphere Portal - Die nächste Generation
IBM Lotus
 
Silverlight difference faqs-1
Silverlight  difference faqs-1Silverlight  difference faqs-1
Silverlight difference faqs-1
Umar Ali
 
Web Apps atop a Content Repository
Web Apps atop a Content RepositoryWeb Apps atop a Content Repository
Web Apps atop a Content Repository
Gabriel Walt
 
IBM IMPACT 2009 Conference Session 2024 - WebSphere sMash Integration, PHP wi...
IBM IMPACT 2009 Conference Session 2024 - WebSphere sMash Integration, PHP wi...IBM IMPACT 2009 Conference Session 2024 - WebSphere sMash Integration, PHP wi...
IBM IMPACT 2009 Conference Session 2024 - WebSphere sMash Integration, PHP wi...
Robert Nicholson
 
Zero to Portlet in 20 minutes or less
Zero to Portlet in 20 minutes or lessZero to Portlet in 20 minutes or less
Zero to Portlet in 20 minutes or less
Davalen LLC
 
Optimizing HTML5 Sites with CQ5/WEM
Optimizing HTML5 Sites with CQ5/WEMOptimizing HTML5 Sites with CQ5/WEM
Optimizing HTML5 Sites with CQ5/WEM
Gabriel Walt
 
Should I Be Writing My Own Web Experience Factory Builder? TECH-D13 from IBM ...
Should I Be Writing My Own Web Experience Factory Builder? TECH-D13 from IBM ...Should I Be Writing My Own Web Experience Factory Builder? TECH-D13 from IBM ...
Should I Be Writing My Own Web Experience Factory Builder? TECH-D13 from IBM ...
Davalen LLC
 
Three WEM Dev Tricks
Three WEM Dev TricksThree WEM Dev Tricks
Three WEM Dev Tricks
Gabriel Walt
 
Crx 2.2 Deep-Dive
Crx 2.2 Deep-DiveCrx 2.2 Deep-Dive
Crx 2.2 Deep-Dive
Gabriel Walt
 
Zend Con Harris Data Case Study
Zend Con   Harris Data Case StudyZend Con   Harris Data Case Study
Zend Con Harris Data Case Study
ZendCon
 
1812 icap-v1.3 0430
1812 icap-v1.3 04301812 icap-v1.3 0430
1812 icap-v1.3 0430
Rohit Kelapure
 
J2EE Technology Mapping-21-may-2014
J2EE Technology Mapping-21-may-2014J2EE Technology Mapping-21-may-2014
J2EE Technology Mapping-21-may-2014
Nguyen Tung
 
IBM IMPACT 2009 Conference Session 2078 - Extending and Integrating Popular P...
IBM IMPACT 2009 Conference Session 2078 - Extending and Integrating Popular P...IBM IMPACT 2009 Conference Session 2078 - Extending and Integrating Popular P...
IBM IMPACT 2009 Conference Session 2078 - Extending and Integrating Popular P...
Robert Nicholson
 
Where Does IBM Web Experience Factory Fit in your Architecture? TECH-D22 from...
Where Does IBM Web Experience Factory Fit in your Architecture? TECH-D22 from...Where Does IBM Web Experience Factory Fit in your Architecture? TECH-D22 from...
Where Does IBM Web Experience Factory Fit in your Architecture? TECH-D22 from...
Davalen LLC
 
01 web sphere portal business overview
01 web sphere portal business overview01 web sphere portal business overview
01 web sphere portal business overview
ygolani
 
Liberty dynacache ffw_iea_ste
Liberty dynacache ffw_iea_steLiberty dynacache ffw_iea_ste
Liberty dynacache ffw_iea_ste
Rohit Kelapure
 
Ajax In Enterprise Portals Wesley Hales
Ajax In Enterprise Portals Wesley HalesAjax In Enterprise Portals Wesley Hales
Ajax In Enterprise Portals Wesley Hales
rajivmordani
 
WebSphere Portal Technical Overview
WebSphere Portal Technical OverviewWebSphere Portal Technical Overview
WebSphere Portal Technical Overview
Vincent Perrin
 
Modernizing i5 Applications
Modernizing i5 ApplicationsModernizing i5 Applications
Modernizing i5 Applications
ZendCon
 
IBM WebSphere Portal - Die nächste Generation
IBM WebSphere Portal - Die nächste GenerationIBM WebSphere Portal - Die nächste Generation
IBM WebSphere Portal - Die nächste Generation
IBM Lotus
 
Silverlight difference faqs-1
Silverlight  difference faqs-1Silverlight  difference faqs-1
Silverlight difference faqs-1
Umar Ali
 
Web Apps atop a Content Repository
Web Apps atop a Content RepositoryWeb Apps atop a Content Repository
Web Apps atop a Content Repository
Gabriel Walt
 
IBM IMPACT 2009 Conference Session 2024 - WebSphere sMash Integration, PHP wi...
IBM IMPACT 2009 Conference Session 2024 - WebSphere sMash Integration, PHP wi...IBM IMPACT 2009 Conference Session 2024 - WebSphere sMash Integration, PHP wi...
IBM IMPACT 2009 Conference Session 2024 - WebSphere sMash Integration, PHP wi...
Robert Nicholson
 
Zero to Portlet in 20 minutes or less
Zero to Portlet in 20 minutes or lessZero to Portlet in 20 minutes or less
Zero to Portlet in 20 minutes or less
Davalen LLC
 
Optimizing HTML5 Sites with CQ5/WEM
Optimizing HTML5 Sites with CQ5/WEMOptimizing HTML5 Sites with CQ5/WEM
Optimizing HTML5 Sites with CQ5/WEM
Gabriel Walt
 
Should I Be Writing My Own Web Experience Factory Builder? TECH-D13 from IBM ...
Should I Be Writing My Own Web Experience Factory Builder? TECH-D13 from IBM ...Should I Be Writing My Own Web Experience Factory Builder? TECH-D13 from IBM ...
Should I Be Writing My Own Web Experience Factory Builder? TECH-D13 from IBM ...
Davalen LLC
 
Three WEM Dev Tricks
Three WEM Dev TricksThree WEM Dev Tricks
Three WEM Dev Tricks
Gabriel Walt
 
Zend Con Harris Data Case Study
Zend Con   Harris Data Case StudyZend Con   Harris Data Case Study
Zend Con Harris Data Case Study
ZendCon
 
J2EE Technology Mapping-21-may-2014
J2EE Technology Mapping-21-may-2014J2EE Technology Mapping-21-may-2014
J2EE Technology Mapping-21-may-2014
Nguyen Tung
 
IBM IMPACT 2009 Conference Session 2078 - Extending and Integrating Popular P...
IBM IMPACT 2009 Conference Session 2078 - Extending and Integrating Popular P...IBM IMPACT 2009 Conference Session 2078 - Extending and Integrating Popular P...
IBM IMPACT 2009 Conference Session 2078 - Extending and Integrating Popular P...
Robert Nicholson
 
Where Does IBM Web Experience Factory Fit in your Architecture? TECH-D22 from...
Where Does IBM Web Experience Factory Fit in your Architecture? TECH-D22 from...Where Does IBM Web Experience Factory Fit in your Architecture? TECH-D22 from...
Where Does IBM Web Experience Factory Fit in your Architecture? TECH-D22 from...
Davalen LLC
 
01 web sphere portal business overview
01 web sphere portal business overview01 web sphere portal business overview
01 web sphere portal business overview
ygolani
 
Liberty dynacache ffw_iea_ste
Liberty dynacache ffw_iea_steLiberty dynacache ffw_iea_ste
Liberty dynacache ffw_iea_ste
Rohit Kelapure
 
Ajax In Enterprise Portals Wesley Hales
Ajax In Enterprise Portals Wesley HalesAjax In Enterprise Portals Wesley Hales
Ajax In Enterprise Portals Wesley Hales
rajivmordani
 

Viewers also liked (20)

Tujuan
TujuanTujuan
Tujuan
suryatirbg
 
Teams power point
Teams power pointTeams power point
Teams power point
weinsteinprops
 
ΣΥΝΑΛΛΑΚΤΙΚΗ ΑΝΑΛΥΣΗ : ΓΟΝΕΑΣ, ΕΝΗΛΙΚΑΣ, ΠΑΙΔΙ
ΣΥΝΑΛΛΑΚΤΙΚΗ ΑΝΑΛΥΣΗ : ΓΟΝΕΑΣ, ΕΝΗΛΙΚΑΣ, ΠΑΙΔΙΣΥΝΑΛΛΑΚΤΙΚΗ ΑΝΑΛΥΣΗ : ΓΟΝΕΑΣ, ΕΝΗΛΙΚΑΣ, ΠΑΙΔΙ
ΣΥΝΑΛΛΑΚΤΙΚΗ ΑΝΑΛΥΣΗ : ΓΟΝΕΑΣ, ΕΝΗΛΙΚΑΣ, ΠΑΙΔΙ
Anastasia Petraki
 
ΚΟΙΝΩΝΙΚΗ & ΠΟΛΙΤΙΚΗ ΑΓΩΓΗ Γ' ΓΥΜΝΑΣΙΟΥ ΑΠΟΛΥΤΗΡΙΕΣ ΕΞΕΤΑΣΕΙΣ 2015
ΚΟΙΝΩΝΙΚΗ & ΠΟΛΙΤΙΚΗ ΑΓΩΓΗ Γ' ΓΥΜΝΑΣΙΟΥ ΑΠΟΛΥΤΗΡΙΕΣ ΕΞΕΤΑΣΕΙΣ 2015ΚΟΙΝΩΝΙΚΗ & ΠΟΛΙΤΙΚΗ ΑΓΩΓΗ Γ' ΓΥΜΝΑΣΙΟΥ ΑΠΟΛΥΤΗΡΙΕΣ ΕΞΕΤΑΣΕΙΣ 2015
ΚΟΙΝΩΝΙΚΗ & ΠΟΛΙΤΙΚΗ ΑΓΩΓΗ Γ' ΓΥΜΝΑΣΙΟΥ ΑΠΟΛΥΤΗΡΙΕΣ ΕΞΕΤΑΣΕΙΣ 2015
Anastasia Petraki
 
Caring For Your Skin Has Never Been Easier
Caring For Your Skin Has Never Been EasierCaring For Your Skin Has Never Been Easier
Caring For Your Skin Has Never Been Easier
sordiddealer2057
 
αίσιο τέλος, διήγημα
αίσιο τέλος, διήγημααίσιο τέλος, διήγημα
αίσιο τέλος, διήγημα
artedinou
 
ο μικρος πριγκηπας
ο μικρος πριγκηπαςο μικρος πριγκηπας
ο μικρος πριγκηπας
artedinou
 
Molodechno trade economics college
Molodechno trade economics collegeMolodechno trade economics college
Molodechno trade economics college
yury_chica88
 
Avoiding conflict and litigation with hmrc
Avoiding conflict and litigation with hmrcAvoiding conflict and litigation with hmrc
Avoiding conflict and litigation with hmrc
India inc
 
Hama 1956
Hama 1956Hama 1956
Hama 1956
Abhishek Mittal
 
Md. Shafiquzzman Resume
Md. Shafiquzzman ResumeMd. Shafiquzzman Resume
Md. Shafiquzzman Resume
Md Shafiquzzaman
 
Tổng quan du học các nước 2014
Tổng quan du học các nước 2014Tổng quan du học các nước 2014
Tổng quan du học các nước 2014
Du Học Inec
 
φυλλα εργασιαs
φυλλα εργασιαsφυλλα εργασιαs
φυλλα εργασιαs
artedinou
 
20140813 summer school_indicators
20140813 summer school_indicators20140813 summer school_indicators
20140813 summer school_indicators
Anja Haider-Wallner
 
Area and perimeter (1)
Area and perimeter (1)Area and perimeter (1)
Area and perimeter (1)
Mari QZ
 
Brands & Publishers: A Symbiotic Relationship for the Digital Age - Stacy Mar...
Brands & Publishers: A Symbiotic Relationship for the Digital Age - Stacy Mar...Brands & Publishers: A Symbiotic Relationship for the Digital Age - Stacy Mar...
Brands & Publishers: A Symbiotic Relationship for the Digital Age - Stacy Mar...
Energy Digital Summit
 
Global Social Channels: A Panel Moderated by Deven Nonbgri - Energy Digital S...
Global Social Channels: A Panel Moderated by Deven Nonbgri - Energy Digital S...Global Social Channels: A Panel Moderated by Deven Nonbgri - Energy Digital S...
Global Social Channels: A Panel Moderated by Deven Nonbgri - Energy Digital S...
Energy Digital Summit
 
ΣΥΝΑΛΛΑΚΤΙΚΗ ΑΝΑΛΥΣΗ : ΓΟΝΕΑΣ, ΕΝΗΛΙΚΑΣ, ΠΑΙΔΙ
ΣΥΝΑΛΛΑΚΤΙΚΗ ΑΝΑΛΥΣΗ : ΓΟΝΕΑΣ, ΕΝΗΛΙΚΑΣ, ΠΑΙΔΙΣΥΝΑΛΛΑΚΤΙΚΗ ΑΝΑΛΥΣΗ : ΓΟΝΕΑΣ, ΕΝΗΛΙΚΑΣ, ΠΑΙΔΙ
ΣΥΝΑΛΛΑΚΤΙΚΗ ΑΝΑΛΥΣΗ : ΓΟΝΕΑΣ, ΕΝΗΛΙΚΑΣ, ΠΑΙΔΙ
Anastasia Petraki
 
ΚΟΙΝΩΝΙΚΗ & ΠΟΛΙΤΙΚΗ ΑΓΩΓΗ Γ' ΓΥΜΝΑΣΙΟΥ ΑΠΟΛΥΤΗΡΙΕΣ ΕΞΕΤΑΣΕΙΣ 2015
ΚΟΙΝΩΝΙΚΗ & ΠΟΛΙΤΙΚΗ ΑΓΩΓΗ Γ' ΓΥΜΝΑΣΙΟΥ ΑΠΟΛΥΤΗΡΙΕΣ ΕΞΕΤΑΣΕΙΣ 2015ΚΟΙΝΩΝΙΚΗ & ΠΟΛΙΤΙΚΗ ΑΓΩΓΗ Γ' ΓΥΜΝΑΣΙΟΥ ΑΠΟΛΥΤΗΡΙΕΣ ΕΞΕΤΑΣΕΙΣ 2015
ΚΟΙΝΩΝΙΚΗ & ΠΟΛΙΤΙΚΗ ΑΓΩΓΗ Γ' ΓΥΜΝΑΣΙΟΥ ΑΠΟΛΥΤΗΡΙΕΣ ΕΞΕΤΑΣΕΙΣ 2015
Anastasia Petraki
 
Caring For Your Skin Has Never Been Easier
Caring For Your Skin Has Never Been EasierCaring For Your Skin Has Never Been Easier
Caring For Your Skin Has Never Been Easier
sordiddealer2057
 
αίσιο τέλος, διήγημα
αίσιο τέλος, διήγημααίσιο τέλος, διήγημα
αίσιο τέλος, διήγημα
artedinou
 
ο μικρος πριγκηπας
ο μικρος πριγκηπαςο μικρος πριγκηπας
ο μικρος πριγκηπας
artedinou
 
Molodechno trade economics college
Molodechno trade economics collegeMolodechno trade economics college
Molodechno trade economics college
yury_chica88
 
Avoiding conflict and litigation with hmrc
Avoiding conflict and litigation with hmrcAvoiding conflict and litigation with hmrc
Avoiding conflict and litigation with hmrc
India inc
 
Tổng quan du học các nước 2014
Tổng quan du học các nước 2014Tổng quan du học các nước 2014
Tổng quan du học các nước 2014
Du Học Inec
 
φυλλα εργασιαs
φυλλα εργασιαsφυλλα εργασιαs
φυλλα εργασιαs
artedinou
 
20140813 summer school_indicators
20140813 summer school_indicators20140813 summer school_indicators
20140813 summer school_indicators
Anja Haider-Wallner
 
Area and perimeter (1)
Area and perimeter (1)Area and perimeter (1)
Area and perimeter (1)
Mari QZ
 
Brands & Publishers: A Symbiotic Relationship for the Digital Age - Stacy Mar...
Brands & Publishers: A Symbiotic Relationship for the Digital Age - Stacy Mar...Brands & Publishers: A Symbiotic Relationship for the Digital Age - Stacy Mar...
Brands & Publishers: A Symbiotic Relationship for the Digital Age - Stacy Mar...
Energy Digital Summit
 
Global Social Channels: A Panel Moderated by Deven Nonbgri - Energy Digital S...
Global Social Channels: A Panel Moderated by Deven Nonbgri - Energy Digital S...Global Social Channels: A Panel Moderated by Deven Nonbgri - Energy Digital S...
Global Social Channels: A Panel Moderated by Deven Nonbgri - Energy Digital S...
Energy Digital Summit
 
Ad

Similar to IBM - Developing portlets using Script portlet in WP 8001 (20)

What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5
Vinayak Tavargeri
 
RichardChauvetShortResume2015
RichardChauvetShortResume2015RichardChauvetShortResume2015
RichardChauvetShortResume2015
Richard Chauvet
 
Was l iberty for java batch and jsr352
Was l iberty for java batch and jsr352Was l iberty for java batch and jsr352
Was l iberty for java batch and jsr352
sflynn073
 
Revolutionize the API Economy with IBM WebSphere Connect
Revolutionize the API Economy with IBM WebSphere ConnectRevolutionize the API Economy with IBM WebSphere Connect
Revolutionize the API Economy with IBM WebSphere Connect
Arthur De Magalhaes
 
Hybrid integrationwithsap (Glenn Colpaert @ Integration Monday)
Hybrid integrationwithsap (Glenn Colpaert @ Integration Monday)Hybrid integrationwithsap (Glenn Colpaert @ Integration Monday)
Hybrid integrationwithsap (Glenn Colpaert @ Integration Monday)
Codit
 
AmaleswaraRao_DOTNET
AmaleswaraRao_DOTNETAmaleswaraRao_DOTNET
AmaleswaraRao_DOTNET
Amal J
 
Eclipse tools for deployment to was liberty profile in Bluemix
Eclipse tools for deployment to was liberty profile in BluemixEclipse tools for deployment to was liberty profile in Bluemix
Eclipse tools for deployment to was liberty profile in Bluemix
Eclipse Day India
 
Asp.NETZERO - A Workshop Presentation by Citytech Software
Asp.NETZERO - A Workshop Presentation by Citytech SoftwareAsp.NETZERO - A Workshop Presentation by Citytech Software
Asp.NETZERO - A Workshop Presentation by Citytech Software
Ritwik Das
 
AD404 - Extend your Social Business by integrating SAP Solutions
AD404 - Extend your Social Business by integrating SAP SolutionsAD404 - Extend your Social Business by integrating SAP Solutions
AD404 - Extend your Social Business by integrating SAP Solutions
Christian Holsing
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hourConvert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Brian Culver
 
SAP HANA Native Application Development
SAP HANA Native Application DevelopmentSAP HANA Native Application Development
SAP HANA Native Application Development
SAP Technology
 
WebSphere sMash June Product Review
WebSphere sMash June Product ReviewWebSphere sMash June Product Review
WebSphere sMash June Product Review
Project Zero
 
The Decoupled CMS in Financial Services
The Decoupled CMS in Financial ServicesThe Decoupled CMS in Financial Services
The Decoupled CMS in Financial Services
Open Source Strategy Forum
 
Charles harper Resume
Charles harper ResumeCharles harper Resume
Charles harper Resume
Charles Harper
 
IBM Z for the Digital Enterprise 2018 - Offering API channel to application a...
IBM Z for the Digital Enterprise 2018 - Offering API channel to application a...IBM Z for the Digital Enterprise 2018 - Offering API channel to application a...
IBM Z for the Digital Enterprise 2018 - Offering API channel to application a...
DevOps for Enterprise Systems
 
Prateek tulsiyan app_integration_tcs
Prateek tulsiyan app_integration_tcsPrateek tulsiyan app_integration_tcs
Prateek tulsiyan app_integration_tcs
Prateek Tulsiyan
 
Real World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesReal World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure Services
Brian Culver
 
SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem.
SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem. SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem.
SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem.
Kushan Lahiru Perera
 
Realizing Great Customer Experiences with Adobe® LiveCycle® ES3
Realizing Great Customer Experiences with Adobe® LiveCycle® ES3Realizing Great Customer Experiences with Adobe® LiveCycle® ES3
Realizing Great Customer Experiences with Adobe® LiveCycle® ES3
Craig Randall
 
Webcast urbancodemobiltomainframe
Webcast urbancodemobiltomainframeWebcast urbancodemobiltomainframe
Webcast urbancodemobiltomainframe
Rosalind Radcliffe
 
What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5
Vinayak Tavargeri
 
RichardChauvetShortResume2015
RichardChauvetShortResume2015RichardChauvetShortResume2015
RichardChauvetShortResume2015
Richard Chauvet
 
Was l iberty for java batch and jsr352
Was l iberty for java batch and jsr352Was l iberty for java batch and jsr352
Was l iberty for java batch and jsr352
sflynn073
 
Revolutionize the API Economy with IBM WebSphere Connect
Revolutionize the API Economy with IBM WebSphere ConnectRevolutionize the API Economy with IBM WebSphere Connect
Revolutionize the API Economy with IBM WebSphere Connect
Arthur De Magalhaes
 
Hybrid integrationwithsap (Glenn Colpaert @ Integration Monday)
Hybrid integrationwithsap (Glenn Colpaert @ Integration Monday)Hybrid integrationwithsap (Glenn Colpaert @ Integration Monday)
Hybrid integrationwithsap (Glenn Colpaert @ Integration Monday)
Codit
 
AmaleswaraRao_DOTNET
AmaleswaraRao_DOTNETAmaleswaraRao_DOTNET
AmaleswaraRao_DOTNET
Amal J
 
Eclipse tools for deployment to was liberty profile in Bluemix
Eclipse tools for deployment to was liberty profile in BluemixEclipse tools for deployment to was liberty profile in Bluemix
Eclipse tools for deployment to was liberty profile in Bluemix
Eclipse Day India
 
Asp.NETZERO - A Workshop Presentation by Citytech Software
Asp.NETZERO - A Workshop Presentation by Citytech SoftwareAsp.NETZERO - A Workshop Presentation by Citytech Software
Asp.NETZERO - A Workshop Presentation by Citytech Software
Ritwik Das
 
AD404 - Extend your Social Business by integrating SAP Solutions
AD404 - Extend your Social Business by integrating SAP SolutionsAD404 - Extend your Social Business by integrating SAP Solutions
AD404 - Extend your Social Business by integrating SAP Solutions
Christian Holsing
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hourConvert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Brian Culver
 
SAP HANA Native Application Development
SAP HANA Native Application DevelopmentSAP HANA Native Application Development
SAP HANA Native Application Development
SAP Technology
 
WebSphere sMash June Product Review
WebSphere sMash June Product ReviewWebSphere sMash June Product Review
WebSphere sMash June Product Review
Project Zero
 
IBM Z for the Digital Enterprise 2018 - Offering API channel to application a...
IBM Z for the Digital Enterprise 2018 - Offering API channel to application a...IBM Z for the Digital Enterprise 2018 - Offering API channel to application a...
IBM Z for the Digital Enterprise 2018 - Offering API channel to application a...
DevOps for Enterprise Systems
 
Prateek tulsiyan app_integration_tcs
Prateek tulsiyan app_integration_tcsPrateek tulsiyan app_integration_tcs
Prateek tulsiyan app_integration_tcs
Prateek Tulsiyan
 
Real World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesReal World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure Services
Brian Culver
 
SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem.
SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem. SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem.
SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem.
Kushan Lahiru Perera
 
Realizing Great Customer Experiences with Adobe® LiveCycle® ES3
Realizing Great Customer Experiences with Adobe® LiveCycle® ES3Realizing Great Customer Experiences with Adobe® LiveCycle® ES3
Realizing Great Customer Experiences with Adobe® LiveCycle® ES3
Craig Randall
 
Webcast urbancodemobiltomainframe
Webcast urbancodemobiltomainframeWebcast urbancodemobiltomainframe
Webcast urbancodemobiltomainframe
Rosalind Radcliffe
 
Ad

More from Vinayak Tavargeri (6)

IBM SmartCloud Notes Mail Routing - 21st Oct
IBM SmartCloud Notes Mail Routing - 21st OctIBM SmartCloud Notes Mail Routing - 21st Oct
IBM SmartCloud Notes Mail Routing - 21st Oct
Vinayak Tavargeri
 
Improving notes addressing experience with recent contacts
Improving notes addressing experience with recent contactsImproving notes addressing experience with recent contacts
Improving notes addressing experience with recent contacts
Vinayak Tavargeri
 
Open Mic Webcast: "Connections Next - what to expect from the next version "
Open Mic Webcast:  "Connections Next - what to expect from the next version "Open Mic Webcast:  "Connections Next - what to expect from the next version "
Open Mic Webcast: "Connections Next - what to expect from the next version "
Vinayak Tavargeri
 
IBM Notes : Have it your way and make it work for you
IBM Notes : Have it your way and make it work for you IBM Notes : Have it your way and make it work for you
IBM Notes : Have it your way and make it work for you
Vinayak Tavargeri
 
Usage and Benefits of IBM SR Tool
Usage and Benefits of IBM SR ToolUsage and Benefits of IBM SR Tool
Usage and Benefits of IBM SR Tool
Vinayak Tavargeri
 
Open Mic on Sametime9 Install -Best Practices
Open Mic on Sametime9 Install  -Best PracticesOpen Mic on Sametime9 Install  -Best Practices
Open Mic on Sametime9 Install -Best Practices
Vinayak Tavargeri
 
IBM SmartCloud Notes Mail Routing - 21st Oct
IBM SmartCloud Notes Mail Routing - 21st OctIBM SmartCloud Notes Mail Routing - 21st Oct
IBM SmartCloud Notes Mail Routing - 21st Oct
Vinayak Tavargeri
 
Improving notes addressing experience with recent contacts
Improving notes addressing experience with recent contactsImproving notes addressing experience with recent contacts
Improving notes addressing experience with recent contacts
Vinayak Tavargeri
 
Open Mic Webcast: "Connections Next - what to expect from the next version "
Open Mic Webcast:  "Connections Next - what to expect from the next version "Open Mic Webcast:  "Connections Next - what to expect from the next version "
Open Mic Webcast: "Connections Next - what to expect from the next version "
Vinayak Tavargeri
 
IBM Notes : Have it your way and make it work for you
IBM Notes : Have it your way and make it work for you IBM Notes : Have it your way and make it work for you
IBM Notes : Have it your way and make it work for you
Vinayak Tavargeri
 
Usage and Benefits of IBM SR Tool
Usage and Benefits of IBM SR ToolUsage and Benefits of IBM SR Tool
Usage and Benefits of IBM SR Tool
Vinayak Tavargeri
 
Open Mic on Sametime9 Install -Best Practices
Open Mic on Sametime9 Install  -Best PracticesOpen Mic on Sametime9 Install  -Best Practices
Open Mic on Sametime9 Install -Best Practices
Vinayak Tavargeri
 

Recently uploaded (20)

Unlocking the Power of IVR: A Comprehensive Guide
Unlocking the Power of IVR: A Comprehensive GuideUnlocking the Power of IVR: A Comprehensive Guide
Unlocking the Power of IVR: A Comprehensive Guide
vikasascentbpo
 
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdfSAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
Precisely
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
Are Cloud PBX Providers in India Reliable for Small Businesses (1).pdf
Are Cloud PBX Providers in India Reliable for Small Businesses (1).pdfAre Cloud PBX Providers in India Reliable for Small Businesses (1).pdf
Are Cloud PBX Providers in India Reliable for Small Businesses (1).pdf
Telecoms Supermarket
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
MINDCTI revenue release Quarter 1 2025 PR
MINDCTI revenue release Quarter 1 2025 PRMINDCTI revenue release Quarter 1 2025 PR
MINDCTI revenue release Quarter 1 2025 PR
MIND CTI
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
Top 10 IT Help Desk Outsourcing Services
Top 10 IT Help Desk Outsourcing ServicesTop 10 IT Help Desk Outsourcing Services
Top 10 IT Help Desk Outsourcing Services
Infrassist Technologies Pvt. Ltd.
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
Vaibhav Gupta BAML: AI work flows without Hallucinations
Vaibhav Gupta BAML: AI work flows without HallucinationsVaibhav Gupta BAML: AI work flows without Hallucinations
Vaibhav Gupta BAML: AI work flows without Hallucinations
john409870
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Unlocking the Power of IVR: A Comprehensive Guide
Unlocking the Power of IVR: A Comprehensive GuideUnlocking the Power of IVR: A Comprehensive Guide
Unlocking the Power of IVR: A Comprehensive Guide
vikasascentbpo
 
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdfSAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
Precisely
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
Are Cloud PBX Providers in India Reliable for Small Businesses (1).pdf
Are Cloud PBX Providers in India Reliable for Small Businesses (1).pdfAre Cloud PBX Providers in India Reliable for Small Businesses (1).pdf
Are Cloud PBX Providers in India Reliable for Small Businesses (1).pdf
Telecoms Supermarket
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
MINDCTI revenue release Quarter 1 2025 PR
MINDCTI revenue release Quarter 1 2025 PRMINDCTI revenue release Quarter 1 2025 PR
MINDCTI revenue release Quarter 1 2025 PR
MIND CTI
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
Vaibhav Gupta BAML: AI work flows without Hallucinations
Vaibhav Gupta BAML: AI work flows without HallucinationsVaibhav Gupta BAML: AI work flows without Hallucinations
Vaibhav Gupta BAML: AI work flows without Hallucinations
john409870
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 

IBM - Developing portlets using Script portlet in WP 8001

  • 1. © 2014 IBM CorporationPowered by IBM SmartCloud Meetings Developing portlets using Script portlet in WebSphere Portal V8001 Open Mic Jaspreet Singh Technical Lead, IBM Script Portlet IBM Collaboration Solutions
  • 2. 2 © 2014 IBM Corporation About Us Jaspreet Singh -Tech Lead -IBM Script Portlet for WebSphere Portal [email protected] Vinayak Tavargeri- Support Manager – Facilitator for AP Open Mics [email protected]
  • 3. 3 © 2014 IBM Corporation Agenda § Introduction § Goals § Value proposition § Demo § Script Portlet v/s RAD/WEF portlets § Resources
  • 4. 4 © 2014 IBM Corporation Script Portlet § Script portlet is a great tool to start writing portlet using only js, html and css skills and knowledge § Progressively disclose portal concepts like portlet preferences, sharing render params § Basic idea – People have constructed lots of services - IT team builds them – These scripts get created by IT team, citizen developers with just scripting skills – IT might make these scripts and people can change them or modify by LOB use – We store these in WCM • LOB or citizen developers to do this stuff - since its safe as you have workflow approvals – Great dev environment - Live preview while I’m editing it
  • 5. 5 © 2014 IBM Corporation Goals § Enable the Line of Business to have autonomy and not be so dependent on Central IT – so eliminate the reasons they go off and stand up a drupal site – allow them to have a small team of 'programmers' that can make their customizations quickly and easily § Enable customers and partners to write portlets using skills they can hire – that is 'scripting skills' that know a variety of scripting libraries and extensions (dojo, jquery, extjs, whatever) – write their first portlet with no knowledge of our system (copy and paste what they have working elsewhere) § Provide a programming model that can be used for customization on the cloud – so customers and partners can deploy scripts against existing services (theirs or ours or internet ones) without deploying code on our cloud servers
  • 6. 6 © 2014 IBM Corporation Line Of Business usecase § Creating of portlets using Javascript – IT can create some types of portlets in less time – LOB “power users” • can take what they get from central IT and change the user experience via HTML, CSS and Script • Take scripts they find on other sites and bring them into their sites… not have to wait for the IT team • Make these changes within a project for isolation and preview in context before publishing – IT can • Check what is being published for security and other issues before it goes live via WCM workflow approval
  • 7. 7 © 2014 IBM Corporation Value Proposition Leverage Core Scripting Skills Enable exploitation of key portlet and portal concepts § Start the programmer off requiring only the skills they already have. § Progressively disclose to them additional Portal/Portlet Value Add § There are lots of things that portlets can do, but here are some of the most important use cases that we will enable first – Inter portlet communications – Portlet preferences – Responsive Design and Adaptive Design – Live Text – Process integration
  • 8. 8 © 2014 IBM Corporation Value Proposition  Leverage WebSphere Portal features – Portlet value add (Inter portlet communications, portlet preferences) – Portal value add (live text, process integration, etc) – Mix and match with existing and new portlets written in RAD or WEF on a page and share context between them – WEF data builders - these can emit XML or JSON already, so i can leverage all the existing WEF data builders for enterprise integration – Points of variability (portlet preferences) - the IT team can build portlets so that the business can use and re-use them via just changing settings vs coding.
  • 9. 9 © 2014 IBM Corporation Value Proposition  Leverage WCM features – Projects and approval • Code reviews and checks in place by subject matter experts • modify the script and test it live without breaking anyone else • business and/or IT for approval before it goes live – Access to shared render params and portlet preferences – Access to 'live text‘, user info etc. – Content targeting – Adaptive design (conditional rendering within presentation template based on device class) – even geography – Create and store fake JSON data sets in WCM for testing - switch from the test url to the live data feed for test vs production. – Create libraries of data, CSS, script and mark up snippets and easily link to them from within the WCM UI • Social Business Toolkit snippets • Worklight integration snippets to jumpstart development
  • 10. 10 © 2014 IBM Corporation Value Proposition  Others – Any text editors can optionally be used for development, by using a WebDav mapped drive – Re-usable content – pick and point to script of your choice
  • 11. 11 © 2014 IBM Corporation Value Proposition  Leverage Code Mirror features – Syntax highlighting. – Auto indentation and outdent. – Handles huge documents (hundreds of thousands of lines) without trouble. – Customizable key bindings including Vi and Emacs modes. – A wide range of language modes. – Add-ons for autocompletion, code folding, integrated linting. – A broad programming API
  • 12. 12 © 2014 IBM Corporation Demo
  • 13. 13 © 2014 IBM Corporation Add a Script Portlet to the page
  • 14. 14 © 2014 IBM Corporation Go into Edit mode
  • 15. 15 © 2014 IBM Corporation HTML JavaScript CSS Preview Script Portlet Editor
  • 16. 16 © 2014 IBM Corporation The Result 16
  • 17. 17 © 2014 IBM Corporation Script Portlets are first-class Portal citizens and play well with others § Your Portal site can combine Script Portlets with any other portlets built with WEF, RAD, or other tools § Portlets can communicate (e.g., with Public Render Parameters or JS/jQuery events) and share styling Script Portlet Data is from JSON REST services provided by WEF WEF Portlet
  • 18. 18 © 2014 IBM Corporation How Script Portlet fits with WEF and RAD tools § Script Portlet does not replace WEF and RAD! – It is complementary to those IDE-based tools § With Script Portlet you get the unique benefits of cloud-based development and WCM management of portlet assets § With RAD or WEF you get the unique benefits those frameworks provide: – WEF uses a model-based code generation approach using “builders,” for rapid development and multiple variations from a single model – RAD includes a very rich set of capabilities for JEE development like JSF, with WYSIWYG and drag/drop tools for UI development
  • 19. 19 © 2014 IBM Corporation What about server-side portlets and all the existing tools? § Server-side portlets are not going away! § They work very well and will continue to be used by many, many customers § The tools and frameworks for server-side portlets are very rich and mature, and continue to be enhanced § WEF and RAD roadmaps include continued enhancements for server-side applications, and for combining server-side with JavaScript in various ways
  • 20. 20 © 2014 IBM Corporation Resources • Download from Greenhouse Solution Catalog here • https://greenhouse.lotus.com/plugins/plugincatalog.nsf/assetDetails.xsp? action=editDocument&documentId=DDB5C467D991413285257C67002476E0 § Script Portlet community on w3: http://ibmurl.hursley.ibm.com/47QC § Charts, demos etc are posted in this community § Demo server for IBMers (Sales, ISSC, GBS and others) is available: – http://50.97.203.147/wps/portal § Here are links to some additional videos that show off this, and different scenarios: – Show off html5 video, html5 image capture support, html5 geolocation, all using script portlet, and display the images on a map, at the location they were taking: https://w3- connections.ibm.com/files/app/file/3b269ac4-59ed-48f7-911d-5fd16b9f699d – google finance in portal/wcm based on scriptportlet one: https://w3- connections.ibm.com/files/app/file/269c925a-8a42-4298-963f-078836b18766 – google now implemented in portal/wcm based on script portlet: https://w3- connections.ibm.com/files/app/file/c7ca78c5-150b-4aa5-9578-e94ed671cabd – IO demo (this is our version of a Groupon website and Groupon native app based on Portal/WCM, also second half of video also shows a whole bunch of script portlet samples: https://w3-connections.ibm.com/files/app/file/1534ef7d-8553-42d2-a5d5-c9fd5888421f
  • 21. 21 | © 2014 IBM Corporation Thank you Q & A Visit our Support Technical Exchange page or our Facebook page for details on future events. To help shape the future of IBM software, take this quality survey and share your opinion of IBM software used within your organization: https://ibm.biz/BdxqB2 IBM Collaboration Solutions Support page http://www.facebook.com/IBMLotusSupport WebSphere Portal http://twitter.com/IBM_ICSSupport