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

What's hot (20)

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

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

PPTX
Deep dive into share point framework webparts
Prabhu Nehru
 
PDF
Booting up with polymer
Marcus Hellberg
 
DOC
Arif_Shaik_CV
Arif Shaik
 
PPTX
Creating a Documentation Portal
Steve Anderson
 
PPTX
Oracle JavaScript Extension Toolkit Web Components Bring Agility to App Devel...
Lucas Jellema
 
PDF
CodeIgniter - PHP MVC Framework by silicongulf.com
Christopher Cubos
 
PDF
What's new in Portal and WCM 8.5
Vinayak Tavargeri
 
PDF
Sitecore development approach evolution – destination helix
Peter Nazarov
 
PPTX
WebRTC & Asterisk 11
Sanjay Willie
 
PPTX
Seminar.pptx
Akshay Bhujbal
 
PPTX
#spsclt18 vincent biret #spfx #devops
Vincent Biret
 
PPTX
Integrating Alfresco with Portals
Piergiorgio Lucidi
 
PPTX
AIR - Framework ( Cairngorm and Parsley )
senthil0809
 
PPTX
Docker12 factor
John Zaccone
 
PDF
Tutorial Módulo 1 de Introdução com Flask
Vinícius Marques
 
PDF
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Brian Culver
 
PPTX
Webcenter Portlal training...
Vinay Kumar
 
PDF
caseywest
tutorialsruby
 
PDF
caseywest
tutorialsruby
 
PPTX
New life inside monolithic application
Taras Matyashovsky
 
Deep dive into share point framework webparts
Prabhu Nehru
 
Booting up with polymer
Marcus Hellberg
 
Arif_Shaik_CV
Arif Shaik
 
Creating a Documentation Portal
Steve Anderson
 
Oracle JavaScript Extension Toolkit Web Components Bring Agility to App Devel...
Lucas Jellema
 
CodeIgniter - PHP MVC Framework by silicongulf.com
Christopher Cubos
 
What's new in Portal and WCM 8.5
Vinayak Tavargeri
 
Sitecore development approach evolution – destination helix
Peter Nazarov
 
WebRTC & Asterisk 11
Sanjay Willie
 
Seminar.pptx
Akshay Bhujbal
 
#spsclt18 vincent biret #spfx #devops
Vincent Biret
 
Integrating Alfresco with Portals
Piergiorgio Lucidi
 
AIR - Framework ( Cairngorm and Parsley )
senthil0809
 
Docker12 factor
John Zaccone
 
Tutorial Módulo 1 de Introdução com Flask
Vinícius Marques
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Brian Culver
 
Webcenter Portlal training...
Vinay Kumar
 
caseywest
tutorialsruby
 
caseywest
tutorialsruby
 
New life inside monolithic application
Taras Matyashovsky
 
Ad

More from Perficient, Inc. (20)

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

Recently uploaded (20)

PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
PDF
The Evolution of KM Roles (Presented at Knowledge Summit Dublin 2025)
Enterprise Knowledge
 
PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
The Future of Artificial Intelligence (AI)
Mukul
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
Advances in Ultra High Voltage (UHV) Transmission and Distribution Systems.pdf
Nabajyoti Banik
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
PDF
REPORT: Heating appliances market in Poland 2024
SPIUG
 
PDF
Software Development Methodologies in 2025
KodekX
 
PDF
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
The Evolution of KM Roles (Presented at Knowledge Summit Dublin 2025)
Enterprise Knowledge
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
The Future of Artificial Intelligence (AI)
Mukul
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
Advances in Ultra High Voltage (UHV) Transmission and Distribution Systems.pdf
Nabajyoti Banik
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
REPORT: Heating appliances market in Poland 2024
SPIUG
 
Software Development Methodologies in 2025
KodekX
 
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 

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