SlideShare a Scribd company logo
DART PAST YOUR COMPETITION BY GETTING YOUR DIGITAL
EXPERIENCE INTO MARKET FASTER THAN EVER BEFORE
IBM Digital Experience 2015 – Session TECH-B14
2
Mark Polly, Perficient
Director, Strategic Advisors for Portal, Social, Web Content
• 30+ years of experience as strategist,
technical architect, and developer
• Works on strategy engagements for Portal,
Web Content and Social technologies.
• Holds a Master of Business Administration
from Cleveland State University and
Bachelor of Science in Computer Science
from Purdue University
• Avid Blogger! Join the conversation:
blogs.perficient.com/digitaltransformation
AGENDA
TECH-B14
• Introduction
• Portal Infrastructure
• Simple Portlet Development
• More Complex
Development
– Knockout with REST
– AngularJS with REST
• Q&A
3
Perficient (NASDAQ: PRFT) is a
leading information technology and
experience design firm serving
clients throughout North America.
Fast Facts:
• Founded 1997
• $500 MM+ in annualized revenues
• 24 locations in North America
• Offshore in Europe, China and India
• 2600 + employees
• 80% of revenue from recurring clients
• Served 450+ clients in past 12 months
Customer Focus
• Cross Industry: Healthcare, Life
Sciences, Financial Services , Retail,
Energy and Utilities
• Fortune 2000 (Industry and Enterprise)
• On/Off-shore delivery teams
• North America, Europe, India, and China
Solution Focus
• Portal & Collaboration
• Omni-Channel Commerce
• BPM & Integration
• Business Intelligence & Big Data
• Experience Design
• Financial Performance Management
• Enterprise Content Management
6
“I NEED TO REDUCE THE
TIME TO STAND UP
APPLICATIONS AND FAST-
PATH PROJECTS”
Portal
Infrastructure
Can
infrastructure
keep pace with
our Digital
Transformation?
What’s the problem?
• Order 5 servers
• Install OS on 5 servers
• Download 6gb+ of files
• Install and Configure DB2
• Install and Configure Deployment
Manager
• Install Portal Node 1
• Transfer Portal Database
• Install Portal Node 2
• Cluster Portal
• Install HTTP
• Configure HTTP Plugin
2 Node Portal Cluster + DB2
+ HTTP
5
Days Total
5 1 1 1 .5.5.5.5
15
Purchasing
OS Installers
DB2 Admin
WAS Admin
Portal Admin
WAS Admin
Resources
9
What’s the problem?
Dev Int QA PROD
5 4 1 1 1 .5 .5.5 5 1 1 .5.5.5.55 1 1 .5.5.5.55 1 1 .5.5.5.5
A Long Time!
Dart Past Your Competition by Getting Your Digital Experience into Market Faster Than Ever Before
11
IBM PureApplication System
Platform system designed and tuned specifically for
transactional web and database applications.
Workload-aware, flexible platform is designed to be
easy to deploy, customize, safeguard and manage.
Operates in a traditional or private cloud
environment
Pre-built patterns for IBM Digital Experience
12
Pre-built Application Patterns
13
WebSphere Portal on PureApplication Installation
2 Node Portal Cluster + DB2 + HTTP
• Order PureApplication
• Install OS on 5 servers
• Download 6gb+ of files
• Install and Configure DB2
• Install and Configure Deployment Manager
• Install Portal Node 1
• Transfer Portal Database
• Install Portal Node 2
• Cluster Portal
• Install HTTP
• Configure HTTP Plugin
5 days
Days Total5
90 minutes
Purchasing
Admin
Resources
14
Example Portal Install
15
Example Portal Install
16
Example Portal Install
17
Example Portal Install
18
Example Portal Install
19
Example Portal Install
20
Example Portal Install
21
Example Portal Install
22
Example Portal Install
23
Example Portal Install
24
Example Portal Install
25
Example Portal Install
26
Example Portal Install
27
Example Portal Install
28
Example Portal Install
29
Example Portal Install
30
Other Portal Infrastructure Options
• Cloud and dedicated hosting for IBM Digital Experience
• Flexible licensing agreements
• Global infrastructure
Blue Iron Network (blueironnetwork.com)
• Hosted by IBM on Softlayer
• Deployed, customized, monitored and managed by IBM
• Uses PureApplication Patterns
• Digital Experience on Cloud is for content sites
• Digital Experience Plus on Cloud is for full integration
with Java applications, etc.
IBM Digital Experience on Cloud Family
31
Simple Portlet development
Can development keep pace
with our Digital
Transformation?
32
What’s the problem?
• Even simple portlets can take a “long” time to
develop and deploy into production
Traditional Portlet Development
Rational Application Developer
• Buy a RAD license
• Download & Install RAD
• Download & Install WebSphere Portal
for testing
• Create a new project using Portlet
wizard
• Ensure correct libraries are linked
• Select type of portlet
• Create a jsp file in the right directory
• Add script snippet
• Configure portlet.xml correctly
• Compile and test
Web Experience Factory
• Download & Install WEF
• Download & Install
WebSphere Portal for testing
• Configure WEF with Portal
• Create a WEF Project
• Add an HTML builder
• Add script snippet
• Add portlet builder
• Compile and test
1-2 days
34
Portlet Deployment
•Create Page
•Deploy
Portlet
Dev
•Create XML
Access
•Deploy
Portlet
•Run XML
Access
•Test
Int
•Create XML
Access
•Deploy
Portlet
•Run XML
Access
•Test
QA
•Create XML
Access
•Deploy
Portlet
•Run XML
Access
•Test
PROD
1 Day Every Wednesday Schedule 2 weeks
In advance
Next release is
in July
A Long Time!
35
36
How can we speed this up?
Web Content Manager provides HTML
Component that renders standard HTML
• Create HTML Component
• Copy Script to component
• Create a Portal Page
• Add Web Content Viewer
• Configure to display HTML Component
Development Steps:
Deployment
• WCM Syndication
• Create HTML
Component
• Create Portal
Page
• Add &
Configure Web
Content Viewer
• Test
Authoring
Server
• Syndicate
Content
• Test
Production
1 Day
38
WCM In Action
WCM In Action
Simple Portlet Development
More Complex
development
Agenda:
Can
development
keep pace with
our Digital
Transformation?
Next Challenge
• Display a table of
upcoming appointments
for the user
• Data is available via
REST service
• Data returned in JSON
format
• Need custom CSS for
the shading and table
layout
• Use an industry standard
Javascript framework
 Free, open source (MIT license)
 Pure JavaScript — works with any web framework
 Small & lightweight — 54kb minified ... reduces to 20kb when using HTTP
compression
 No dependencies
 Supports all mainstream browsers, even ancient ones IE 6+, Firefox 3.5+,
Chrome, Opera, Safari (desktop/mobile)
KNOCKOUT
Traditional Portlet Development
Rational Application
Developer
• Create a new project using Portlet
wizard
• Ensure correct libraries are linked
• Select type of portlet
• Add .css file
• Create a jsp file in the right
directory
• Write HTML & Knockout code
• Configure portlet.xml correctly
• Compile and test
Web Experience Factory
• Create a WEF Project
• Create an HTML page
• Add Web Service Consumer
builder
• Add HTML builder
• Write HTML & Knockout code
• Add css
• Add portlet builder
• Compile and test
1-2 days
Portlet Deployment
•Create Page
•Deploy
Portlet
Dev
•Create XML
Access
•Deploy
Portlet
•Run XML
Access
•Test
Int
•Create XML
Access
•Deploy
Portlet
•Run XML
Access
•Test
QA
•Create XML
Access
•Deploy
Portlet
•Run XML
Access
•Test
PROD
1 Day Every Wednesday Schedule 2 weeks
In advance
Next release is
in July
A Long Time!
How can we speed this up?
Web Content Manager provides HTML
Component that renders standard HTML
• Authoring Template contains HTML Components
• CSS, Javascript, HTML
• Create and assign default Workflow so code is approved
before publishing
• Create Presentation Template with HTML Component tags
placed correctly
• “Head” and CSS at the top
• HTML in the middle
• Javascript at the end
But we want to implement some controls and
best practices for developers
How can we speed this up?
• Create a Portal Page (creates WCM Site
Area)
• Create new WCM Content
• Insert css
• Write HTML & Knockout code
• Add Web Content Viewer
• Configure to display content
Now that we have some basic
WCM ready, our developer can:
Deployment
• WCM Syndication
• Create Portal
Page
• Create Content
Item
• Add &
Configure Web
Content Viewer
• Test
Authoring
Server
• Syndicate
Content
• Test
Production
1 Day
WCM In Action – Authoring Template
WCM In Action – Presentation Template
WCM In Action – Create Content
WCM In Action – Create Content
WCM In Action – Create Content
WCM In Action – Create Content
WCM In Action – Preview
WCM In Action – Adding to Portal Page
WCM In Action – Resulting Page
WCM In Action – Setting Theme Policy
WCM In Action – Theme Policy
WCM In Action – Final Portal Page
What else can you do?
• Include the HTML component in the presentation
template so authors don’t have to know that code
Create HTML Components for standard
libraries, i.e. Knockout, Ember, etc.
Can use any WCM feature, including
plug-ins, property tags, workflow, etc.
Simulating JSFiddle.net or IBM Script Portlet
Simulating JS Fiddle
Simulating JS Fiddle
Simulating JS Fiddle
Simulating JS Fiddle
Simulating JS Fiddle
Simulating JS Fiddle
Simulating JS Fiddle
WCM Development vs IBM Script Portlet
WCM Script Portlet
Run script apps along regular
portlets
✔ ✔
Use Shared WCM Library ✔ ✔
Picker for inserting WCM Tags ✔ ✔
Caching ✔ ✔
Command line support for
creating new portlets
✔
JavaScript helper for portlet
preferences
✔
Supports Built-in WCM
Rendering Portlet
✔
JavaScript Editor ✔
Supports WCM Plug-ins ✔ ✔
Summary
• IBM PureApplication System & IBM WebSphere 8.5 Portal Patterns
• Blue Iron Network
• IBM Digital Experience on Cloud
Lightweight Portal Infrastructure
• Use standard JavaScript Frameworks (Knockout, AngularJS, etc) to
reduce the amount of coding
• Use WCM to deploy lightweight portlets
• Authoring, Presentation templates and Workflow make it easy to
provide access to good practices
• Syndication will deploy page and code as content
• Web Content Viewer Portlet is already deployed
Lightweight Portlets
IBM Script Portlet
For Additional Information
 IBM Digital Experience Solutions
http://www-01.ibm.com/software/collaboration/digitalexperience
 WebSphere Portal and IBM Web Content Manager Information
Center Wiki
http://www-10.lotus.com/ldd/portalwiki.nsf/
 IBM Digital Experience Demonstrations:
http://www.youtube.com/user/IBMXWebX
• IBM Digital Experience Developer
http://developer.ibm.com/digexp
 IBM Software Business Solutions Catalog
https://greenhouse.lotus.com/catalog/
72
73
CONTACT
Mark Polly, Director
Mark.polly@Perficient.com

More Related Content

PDF
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
PDF
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
PPT
Hnd201 Building Ibm Lotus Domino Applications With Ajax Plugins
PDF
August OpenNTF Webinar - Git and GitHub Explained
PPT
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
PDF
Engage 2019: Your Data in the Major Leagues: A Practical and Updated Guide to...
PDF
Intro to SpringBatch NoSQL 2021
PDF
September-2021 OpenNTF Webinar: Domino Online Meeting Integration (DOMI)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
Hnd201 Building Ibm Lotus Domino Applications With Ajax Plugins
August OpenNTF Webinar - Git and GitHub Explained
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
Engage 2019: Your Data in the Major Leagues: A Practical and Updated Guide to...
Intro to SpringBatch NoSQL 2021
September-2021 OpenNTF Webinar: Domino Online Meeting Integration (DOMI)

What's hot (20)

PDF
December OpenNTF Webinar: The Volt MX LotusScript Toolkit
PPTX
MWLUG - Universal Java
PDF
Naked and afraid Offline Mobile
PPTX
gRPC, GraphQL, REST - Which API Tech to use - API Conference Berlin oct 20
PDF
How adding a further tool can be a good thing
PPTX
Alfresco DevCon 2018 - Embedding Pentaho dashboards into an Alfresco ADF appl...
PDF
DEV-1430 IBM Connections Integration
PDF
Implementing Certificate Based Authentication for HCL Traveler Access - Enga...
PPTX
Engage 2018 adm04 - The lazy admin wins
PDF
Out of the Blue - the Workflow in Bluemix Development
PPTX
Mule soft meetup warsaw november 13th, 2019
PPTX
Flexible Permissions Management with ACL Templates
PDF
Using Cool New Frameworks in (Mobile) Domino Apps
PDF
Presenting Data – An Alternative to the View Control
PDF
July OpenNTF Webinar - HCL Presents Keep, a new API for Domino
PDF
OpenNTF Domino API (ODA): Super-Charging Domino Development
PDF
JavaOne 2015: 12 Factor App
PPTX
Switching to Oracle Document Cloud
PPTX
DEV-1467 - Darwino
PDF
Your Future HTML: The Evolution of Site Design with Web Components
December OpenNTF Webinar: The Volt MX LotusScript Toolkit
MWLUG - Universal Java
Naked and afraid Offline Mobile
gRPC, GraphQL, REST - Which API Tech to use - API Conference Berlin oct 20
How adding a further tool can be a good thing
Alfresco DevCon 2018 - Embedding Pentaho dashboards into an Alfresco ADF appl...
DEV-1430 IBM Connections Integration
Implementing Certificate Based Authentication for HCL Traveler Access - Enga...
Engage 2018 adm04 - The lazy admin wins
Out of the Blue - the Workflow in Bluemix Development
Mule soft meetup warsaw november 13th, 2019
Flexible Permissions Management with ACL Templates
Using Cool New Frameworks in (Mobile) Domino Apps
Presenting Data – An Alternative to the View Control
July OpenNTF Webinar - HCL Presents Keep, a new API for Domino
OpenNTF Domino API (ODA): Super-Charging Domino Development
JavaOne 2015: 12 Factor App
Switching to Oracle Document Cloud
DEV-1467 - Darwino
Your Future HTML: The Evolution of Site Design with Web Components
Ad

Similar to Dart Past Your Competition by Getting Your Digital Experience into Market Faster Than Ever Before (20)

PPT
IBM WebSphere Portal
PDF
IBM - Developing portlets using Script portlet in WP 8001
PDF
IBM Digital Experience Overview - ICS.UG 2016
PPTX
Web Sphere Portal
PPT
IBM Websphere Portal | Portal Accelerators
PPT
WebSphere Portal Business Overview
PPT
Creating an exceptional rich social web and work experience (10-11-2012)
PDF
What's New in IBM Web Experience Factory
PDF
What's new in Portal and WCM 8.5
PPT
Webcast Wcm
PPT
Web2.0 Ajax and REST in WebSphere Portal
PPT
01. Portal Business Overview
PPTX
Engage 2014 - Breda - IBM WebSphere Portal In Action
PDF
Best Institute for IBM Web Experience Factory
PPTX
Webcenter Portlal training...
PDF
Abstracting the UI Layer for WebSphere Portal
ODP
IBM Mobile portal experience
PPTX
12 Things Not to Do on a Portal Project
PPT
IBM WebSphere Portal 6.1 Preview - What's New
PPT
IBM - Healthcare Portal Customer Briefing
IBM WebSphere Portal
IBM - Developing portlets using Script portlet in WP 8001
IBM Digital Experience Overview - ICS.UG 2016
Web Sphere Portal
IBM Websphere Portal | Portal Accelerators
WebSphere Portal Business Overview
Creating an exceptional rich social web and work experience (10-11-2012)
What's New in IBM Web Experience Factory
What's new in Portal and WCM 8.5
Webcast Wcm
Web2.0 Ajax and REST in WebSphere Portal
01. Portal Business Overview
Engage 2014 - Breda - IBM WebSphere Portal In Action
Best Institute for IBM Web Experience Factory
Webcenter Portlal training...
Abstracting the UI Layer for WebSphere Portal
IBM Mobile portal experience
12 Things Not to Do on a Portal Project
IBM WebSphere Portal 6.1 Preview - What's New
IBM - Healthcare Portal Customer Briefing
Ad

More from Perficient, Inc. (20)

PPTX
Driving Strong 2020 Holiday Season Results
PPTX
Transforming Pharmacovigilance Workflows with AI & Automation
PDF
The Secret to Acquiring and Retaining Customers in Financial Services
PPTX
Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.
PPTX
Content, Commerce, and... COVID
PPTX
Centene's Financial Transformation Journey: A OneStream Success Story
PPTX
Automate Medical Coding With WHODrug Koda
PPTX
Preparing for Your Oracle, Medidata, and Veeva CTMS Migration Project
PDF
Accelerating Partner Management: How Manufacturers Can Navigate Covid-19
PPTX
The Critical Role of Audience Intelligence with Eric Enge and Rand Fishkin
PPTX
Cardtronics Future Ready with Oracle EPM Cloud
PDF
Teams Summit - What is New and Coming
PPTX
Empower Your Organization with Teams & Remote Work Crisis Management
PPTX
Adoption & Change Management Overview
PPTX
Microsoft Teams: Measuring Activity of Employees Working from Home
PPTX
Securing Teams with Microsoft 365 Security for Remote Work
PPTX
Infrastructure Best Practices for Teams Remote Workers
PPTX
Accelerate Adoption for Microsoft Teams
PPTX
Preparing for Project Cortex and the Future of Knowledge Management
PPTX
Utilizing Microsoft 365 Security for Remote Work
Driving Strong 2020 Holiday Season Results
Transforming Pharmacovigilance Workflows with AI & Automation
The Secret to Acquiring and Retaining Customers in Financial Services
Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.
Content, Commerce, and... COVID
Centene's Financial Transformation Journey: A OneStream Success Story
Automate Medical Coding With WHODrug Koda
Preparing for Your Oracle, Medidata, and Veeva CTMS Migration Project
Accelerating Partner Management: How Manufacturers Can Navigate Covid-19
The Critical Role of Audience Intelligence with Eric Enge and Rand Fishkin
Cardtronics Future Ready with Oracle EPM Cloud
Teams Summit - What is New and Coming
Empower Your Organization with Teams & Remote Work Crisis Management
Adoption & Change Management Overview
Microsoft Teams: Measuring Activity of Employees Working from Home
Securing Teams with Microsoft 365 Security for Remote Work
Infrastructure Best Practices for Teams Remote Workers
Accelerate Adoption for Microsoft Teams
Preparing for Project Cortex and the Future of Knowledge Management
Utilizing Microsoft 365 Security for Remote Work

Recently uploaded (20)

PDF
KodekX | Application Modernization Development
PPT
Teaching material agriculture food technology
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Empathic Computing: Creating Shared Understanding
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Approach and Philosophy of On baking technology
PDF
cuic standard and advanced reporting.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Unlocking AI with Model Context Protocol (MCP)
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Encapsulation_ Review paper, used for researhc scholars
KodekX | Application Modernization Development
Teaching material agriculture food technology
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Spectral efficient network and resource selection model in 5G networks
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Empathic Computing: Creating Shared Understanding
Reach Out and Touch Someone: Haptics and Empathic Computing
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Approach and Philosophy of On baking technology
cuic standard and advanced reporting.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Unlocking AI with Model Context Protocol (MCP)
“AI and Expert System Decision Support & Business Intelligence Systems”
MYSQL Presentation for SQL database connectivity
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Encapsulation_ Review paper, used for researhc scholars

Dart Past Your Competition by Getting Your Digital Experience into Market Faster Than Ever Before

  • 1. DART PAST YOUR COMPETITION BY GETTING YOUR DIGITAL EXPERIENCE INTO MARKET FASTER THAN EVER BEFORE IBM Digital Experience 2015 – Session TECH-B14
  • 2. 2 Mark Polly, Perficient Director, Strategic Advisors for Portal, Social, Web Content • 30+ years of experience as strategist, technical architect, and developer • Works on strategy engagements for Portal, Web Content and Social technologies. • Holds a Master of Business Administration from Cleveland State University and Bachelor of Science in Computer Science from Purdue University • Avid Blogger! Join the conversation: blogs.perficient.com/digitaltransformation
  • 3. AGENDA TECH-B14 • Introduction • Portal Infrastructure • Simple Portlet Development • More Complex Development – Knockout with REST – AngularJS with REST • Q&A 3
  • 4. Perficient (NASDAQ: PRFT) is a leading information technology and experience design firm serving clients throughout North America. Fast Facts: • Founded 1997 • $500 MM+ in annualized revenues • 24 locations in North America • Offshore in Europe, China and India • 2600 + employees • 80% of revenue from recurring clients • Served 450+ clients in past 12 months
  • 5. Customer Focus • Cross Industry: Healthcare, Life Sciences, Financial Services , Retail, Energy and Utilities • Fortune 2000 (Industry and Enterprise) • On/Off-shore delivery teams • North America, Europe, India, and China Solution Focus • Portal & Collaboration • Omni-Channel Commerce • BPM & Integration • Business Intelligence & Big Data • Experience Design • Financial Performance Management • Enterprise Content Management
  • 6. 6 “I NEED TO REDUCE THE TIME TO STAND UP APPLICATIONS AND FAST- PATH PROJECTS”
  • 8. What’s the problem? • Order 5 servers • Install OS on 5 servers • Download 6gb+ of files • Install and Configure DB2 • Install and Configure Deployment Manager • Install Portal Node 1 • Transfer Portal Database • Install Portal Node 2 • Cluster Portal • Install HTTP • Configure HTTP Plugin 2 Node Portal Cluster + DB2 + HTTP 5 Days Total 5 1 1 1 .5.5.5.5 15 Purchasing OS Installers DB2 Admin WAS Admin Portal Admin WAS Admin Resources
  • 9. 9 What’s the problem? Dev Int QA PROD 5 4 1 1 1 .5 .5.5 5 1 1 .5.5.5.55 1 1 .5.5.5.55 1 1 .5.5.5.5 A Long Time!
  • 11. 11 IBM PureApplication System Platform system designed and tuned specifically for transactional web and database applications. Workload-aware, flexible platform is designed to be easy to deploy, customize, safeguard and manage. Operates in a traditional or private cloud environment Pre-built patterns for IBM Digital Experience
  • 13. 13 WebSphere Portal on PureApplication Installation 2 Node Portal Cluster + DB2 + HTTP • Order PureApplication • Install OS on 5 servers • Download 6gb+ of files • Install and Configure DB2 • Install and Configure Deployment Manager • Install Portal Node 1 • Transfer Portal Database • Install Portal Node 2 • Cluster Portal • Install HTTP • Configure HTTP Plugin 5 days Days Total5 90 minutes Purchasing Admin Resources
  • 30. 30 Other Portal Infrastructure Options • Cloud and dedicated hosting for IBM Digital Experience • Flexible licensing agreements • Global infrastructure Blue Iron Network (blueironnetwork.com) • Hosted by IBM on Softlayer • Deployed, customized, monitored and managed by IBM • Uses PureApplication Patterns • Digital Experience on Cloud is for content sites • Digital Experience Plus on Cloud is for full integration with Java applications, etc. IBM Digital Experience on Cloud Family
  • 31. 31 Simple Portlet development Can development keep pace with our Digital Transformation?
  • 32. 32 What’s the problem? • Even simple portlets can take a “long” time to develop and deploy into production
  • 33. Traditional Portlet Development Rational Application Developer • Buy a RAD license • Download & Install RAD • Download & Install WebSphere Portal for testing • Create a new project using Portlet wizard • Ensure correct libraries are linked • Select type of portlet • Create a jsp file in the right directory • Add script snippet • Configure portlet.xml correctly • Compile and test Web Experience Factory • Download & Install WEF • Download & Install WebSphere Portal for testing • Configure WEF with Portal • Create a WEF Project • Add an HTML builder • Add script snippet • Add portlet builder • Compile and test 1-2 days
  • 34. 34 Portlet Deployment •Create Page •Deploy Portlet Dev •Create XML Access •Deploy Portlet •Run XML Access •Test Int •Create XML Access •Deploy Portlet •Run XML Access •Test QA •Create XML Access •Deploy Portlet •Run XML Access •Test PROD 1 Day Every Wednesday Schedule 2 weeks In advance Next release is in July A Long Time!
  • 35. 35
  • 36. 36 How can we speed this up? Web Content Manager provides HTML Component that renders standard HTML • Create HTML Component • Copy Script to component • Create a Portal Page • Add Web Content Viewer • Configure to display HTML Component Development Steps:
  • 37. Deployment • WCM Syndication • Create HTML Component • Create Portal Page • Add & Configure Web Content Viewer • Test Authoring Server • Syndicate Content • Test Production 1 Day
  • 42. Next Challenge • Display a table of upcoming appointments for the user • Data is available via REST service • Data returned in JSON format • Need custom CSS for the shading and table layout • Use an industry standard Javascript framework
  • 43.  Free, open source (MIT license)  Pure JavaScript — works with any web framework  Small & lightweight — 54kb minified ... reduces to 20kb when using HTTP compression  No dependencies  Supports all mainstream browsers, even ancient ones IE 6+, Firefox 3.5+, Chrome, Opera, Safari (desktop/mobile) KNOCKOUT
  • 44. Traditional Portlet Development Rational Application Developer • Create a new project using Portlet wizard • Ensure correct libraries are linked • Select type of portlet • Add .css file • Create a jsp file in the right directory • Write HTML & Knockout code • Configure portlet.xml correctly • Compile and test Web Experience Factory • Create a WEF Project • Create an HTML page • Add Web Service Consumer builder • Add HTML builder • Write HTML & Knockout code • Add css • Add portlet builder • Compile and test 1-2 days
  • 45. Portlet Deployment •Create Page •Deploy Portlet Dev •Create XML Access •Deploy Portlet •Run XML Access •Test Int •Create XML Access •Deploy Portlet •Run XML Access •Test QA •Create XML Access •Deploy Portlet •Run XML Access •Test PROD 1 Day Every Wednesday Schedule 2 weeks In advance Next release is in July A Long Time!
  • 46. How can we speed this up? Web Content Manager provides HTML Component that renders standard HTML • Authoring Template contains HTML Components • CSS, Javascript, HTML • Create and assign default Workflow so code is approved before publishing • Create Presentation Template with HTML Component tags placed correctly • “Head” and CSS at the top • HTML in the middle • Javascript at the end But we want to implement some controls and best practices for developers
  • 47. How can we speed this up? • Create a Portal Page (creates WCM Site Area) • Create new WCM Content • Insert css • Write HTML & Knockout code • Add Web Content Viewer • Configure to display content Now that we have some basic WCM ready, our developer can:
  • 48. Deployment • WCM Syndication • Create Portal Page • Create Content Item • Add & Configure Web Content Viewer • Test Authoring Server • Syndicate Content • Test Production 1 Day
  • 49. WCM In Action – Authoring Template
  • 50. WCM In Action – Presentation Template
  • 51. WCM In Action – Create Content
  • 52. WCM In Action – Create Content
  • 53. WCM In Action – Create Content
  • 54. WCM In Action – Create Content
  • 55. WCM In Action – Preview
  • 56. WCM In Action – Adding to Portal Page
  • 57. WCM In Action – Resulting Page
  • 58. WCM In Action – Setting Theme Policy
  • 59. WCM In Action – Theme Policy
  • 60. WCM In Action – Final Portal Page
  • 61. What else can you do? • Include the HTML component in the presentation template so authors don’t have to know that code Create HTML Components for standard libraries, i.e. Knockout, Ember, etc. Can use any WCM feature, including plug-ins, property tags, workflow, etc.
  • 62. Simulating JSFiddle.net or IBM Script Portlet
  • 70. WCM Development vs IBM Script Portlet WCM Script Portlet Run script apps along regular portlets ✔ ✔ Use Shared WCM Library ✔ ✔ Picker for inserting WCM Tags ✔ ✔ Caching ✔ ✔ Command line support for creating new portlets ✔ JavaScript helper for portlet preferences ✔ Supports Built-in WCM Rendering Portlet ✔ JavaScript Editor ✔ Supports WCM Plug-ins ✔ ✔
  • 71. Summary • IBM PureApplication System & IBM WebSphere 8.5 Portal Patterns • Blue Iron Network • IBM Digital Experience on Cloud Lightweight Portal Infrastructure • Use standard JavaScript Frameworks (Knockout, AngularJS, etc) to reduce the amount of coding • Use WCM to deploy lightweight portlets • Authoring, Presentation templates and Workflow make it easy to provide access to good practices • Syndication will deploy page and code as content • Web Content Viewer Portlet is already deployed Lightweight Portlets IBM Script Portlet
  • 72. For Additional Information  IBM Digital Experience Solutions http://www-01.ibm.com/software/collaboration/digitalexperience  WebSphere Portal and IBM Web Content Manager Information Center Wiki http://www-10.lotus.com/ldd/portalwiki.nsf/  IBM Digital Experience Demonstrations: http://www.youtube.com/user/IBMXWebX • IBM Digital Experience Developer http://developer.ibm.com/digexp  IBM Software Business Solutions Catalog https://greenhouse.lotus.com/catalog/ 72