SlideShare ist ein Scribd-Unternehmen logo
1 von 74
MWLUG 2013
Just the Facets, Ma’am
Brad Balassaitis, PSC Group
Paul Della-Nebbia, TLCC
Just the Facets, Ma’am
1
Join special agents Joe Friday and Frank Smith (Brad B and Paul D) as they uncover all
the facts, and just the facts, about facets. Watch as they filter through the opinions,
rumors and misconceptions to get answers to all the tough questions like "What are
facets?", "When and how should I use them?", "Who else is using them?" and "Why
should I even care?" Witness as they discover the xp:key differences and benefits of
both named and unnamed facets. Follow our pragmatic pair as they argue and each
make a case for xe:dynamicContent or xe:switchFacet. Listen as they reveal the
flexibility and power of facets in the Form Table, Data View and Application Layout design
frameworks.
Paul Della-Nebbia
Founding Partner
TLCC
Brad Balassaitis
Senior Consultant/XPages Developer
PSC Group
What We’ll Cover …
• Callbacks, Facets and Keys
• Adding an Editable Area to a Custom Control
• Form Table design framework
• Data View design framework
• Application Layout design framework
• Dynamic Content and Facets
• Q & A
2
Callbacks, Facets, and Keys
What’s a facet?
A. A named area in a control, addressable via xp:key
B. The resulting drop location to add a component for an Editable
Area added to a custom control.
C. A named child instead of a sequential one. Only used if the
parent chooses to. Sequential children are comparatively
autonomous.
D. All of the above.
E. None of the above.
3
Callbacks, Facets and Keys
What’s a callback?
A. An event on a custom control that can be coded return a value
from its containing XPage.
B. A design editable area added to a custom control.
C. Usually, an indication that your initial audition went well.
D. All of the above.
E. None of the above.
4
Callbacks, Facets and Keys
5… cont …
Callbacks, Facets and Keys
6
DemoXPage112
DemoXPage112
Named and Unnamed Facets …
7
… cont …
Named and Unnamed Facets
8
DemoXPage113
What We’ll Cover …
• Callbacks, Facets and Keys
• Adding an Editable Area to a Custom Control
• Form Table design framework
• Data View design framework
• Application Layout design framework
• Dynamic Content and Facets
• Q & A
9
Editable Area control
• Add Editable Area control (xp:callback) to Custom Control
10
Editable Area control
• Add custom control with callback to XPage
• Add panel to editable area
• Custom control gets this.facets tag and panel gets xp:key attribute
11
Creating Custom Layout Control
• Set up a layout structure in a custom control
• Add Editable Area controls to each section
12
Creating Custom Layout Control
• Add layout control to an XPage and drop in content
13
What We’ll Cover …
• Callbacks, Facets and Keys
• Adding an Editable Area to a Custom Control
• Form Table design framework
• Data View design framework
• Application Layout design framework
• Dynamic Content and Facets
• Q & A
14
Form Table design framework
15
Tip: Alternative Approach
• Form Table and Form Layout Row
16
Add a Form Table to an XPage
• Procedure: Adding and configuring form rows
17
1
2
3
Add Form Layout Row to Form Table
… cont’d …
Tip: Alternative Approach
• Tip: Alternative approach to adding the Input controls
18
Multi-Column Form table
• Creating a Multi-Column Form table
19
Add a Form Table to an XPage
• Procedure: Form Buttons and Page Navigation
20
Add action controls & set navigation
What We’ll Cover …
• Callbacks, Facets and Keys
• Adding an Editable Area to a Custom Control
• Form Table design framework
• Data View design framework
• Application Layout design framework
• Dynamic Content and Facets
• Q & A
21
Data View versus View Panel control
22
Data View design framework
• Properties, Complex Properties, and Facets
23
Procedure: Creating a Data View
24
… cont …
• Add a Data View
Procedure: Creating a Data View
25
… cont …
• Data View Design
Procedure: Creating a Data View
26
… cont …
• Set the var property
Procedure: Creating a Data View
27
… cont …
• Summary Column and Extra Columns
Procedure: Creating a Data View
28
… cont …
• Data View Properties
Procedure: Creating a Data View
29
DemoXPage512View
• Computed Details
In-View Editing using a Dialog control
• Technique: In-View Editing using a Dialog Control …
30
… cont …
In-View Editing Using Dialog Control …
• Technique: In-View Editing Using a Dialog Control …
31
… cont …
1 2
return viewEntry.getNoteID();
In-View Editing Using Dialog Control …
• Technique: In-View Editing Using a Dialog Control …
32
3
4
var c = getComponent("dialog1");
c.hide("detailPanel");
DemoXPage543View
… cont …
In-View Editing using a Tooltip Dialog
• Technique: In-View Editing using a Tooltip Dialog control
33
DemoXPage544View
XSP.openTooltipDialog("#{id:tooltipDialog1}","#{id:computedField2}")
In-View Editing using an In-Place Form
• Technique: In-View Editing using an In-Place Form Control
34
DemoXPage545View
Customizing Summary
• Technique: Customizing Summary
• Add panel to Summary facet and add custom content into panel
• Build link to open document
35
Toggle the Detail Row
• Toggle the Detail Row
36
DemoXPage554
What We’ll Cover …
• Callbacks, Facets and Keys
• Adding an Editable Area to a Custom Control
• Form Table design framework
• Data View design framework
• Application Layout design framework
• Dynamic Content and Facets
• Q & A
37
OneUI Version 2.1 Themes
38
The oneuiv2.1 Themes
39
OneUI version 2 Themes:
<NotesDominoDataDirectory>dominohtmloneuiv2.1
OneUI version 2 Theme definitions:
<NotesDominoProgramDirectory>xspnsfthemes
Setting a oneuiv2.1 Theme
• Procedure: Setting a oneuiv2.1 Theme for an Application
40
OR …
Extend oneuiv2.1 Theme
• Procedure: Creating a Theme That Extends a oneuiv2.1 Theme
41
DemoXPage721
(xrd9one.nsf )
Configuration Property & Facets
42
… cont …
• Six facet areas
• Five bar areas
Adding Application Layout Control
• Procedure: Adding an Application Layout Control to an XPage …
43
… cont …
Configuration Property & Facets
44
Application Layout in a CC
• Designing an Application Layout in a Custom Control
45
Differences when Designing an Application Layout in a Custom Control versus an XPage
Example xe:applicationLayout Design
• Example xe:applicationLayout Design for Following Procedure
46
DemoXPage761_CustByNameView
Designing an Application Layout in a CC
• Procedure: Designing an Application Layout in a Custom Control
47
… cont …
Designing an Application Layout in a CC
• Procedure: Designing an Application Layout in a Custom Control
48
… cont …
Designing an Application Layout in a CC
• Procedure: Designing an Application Layout in a Custom Control
49
Recommendations for Facets …
• Design and Naming Recommendations for Facets …
50
… cont …
Recommendations for Facets
• Design and Naming Recommendations for Facets
51
Demo App - Design Overview
• Overview for Design of Six XPages in Demonstration Application
52
Demo761_AppLayout.xsp
Application Layout Design Strategies …
53
Design Layout #1 – One Application Layout Custom Control for each Application
… cont …
Design Layout #2 – LeftColumn Navigation
Design Layout #3 – titleBarTabs Navigation with no LeftColumn facet
Application Layout Design Strategies …
54… cont …
Design Layout #4 – titleBarTabs with LeftColumn facet Navigation
Design Layout #5 – Application Suites via bannerApplicationLinks
Application Layout Design Strategies
55
Design Layout #6 – Web site Design
Design Layout #7 – Enabling the Search Bar in a Multi-Application Design
What We’ll Cover …
• Callbacks, Facets and Keys
• Adding an Editable Area to a Custom Control
• Form Table design framework
• Data View design framework
• Application Layout design framework
• Dynamic Content and Facets
• Q & A
56
Rendered Property (like Hide-When)
57
(viewScope.Country=="USA")?true:false
(viewScope.Country==“Canada")?true:false
DemoXPage231
Rendered Property and JSF Life Cycle
58
XPages Masterclass Video Series with Tony McGuckin
http://tonymcguckin.wordpress.com/2013/04/22/xpages-masterclass-series-1/
Switch facet control
59
Procedure: Add Switch Control to XPage
60
Add/configure selectable facets to editable area
… cont …
Procedure: Add Switch Control to XPage
61
Configure “switch” functionality
Switch Control (with No Default Facet)
62
DemoXPage242 …
Dynamic Content control
• Dynamic Content Control and the XPages Component Tree …
63
… cont …
XPages Component Tree …
• Dynamic Content Control and the XPages Component Tree …
64
… cont …
XPages Component Tree
• Dynamic Content Control and the XPages Component Tree
65
switchFacet versus dynamicContent
DemoXPage253
Add Dynamic Content Control …
66
… cont …
Add/configure selectable facets to editable area
Changing Content on Client Side
• Two ways to change content on client side:
67
1
2
Changing Content on Server Side
• Two ways to change content on server side:
68
1
2
DemoXPage251
var dc=getComponent("dynamicContent1");
dc.show("provinces")
Dynamic Rendering Techniques
• Comparison of Dynamic Rendering Techniques
69
What We’ll Cover …
• Callbacks, Facets and Keys
• Adding an Editable Area to a Custom Control
• Form Table design framework
• Data View design framework
• Application Layout design framework
• Dynamic Content and Facets
• Q & A
70
Some Key Points …
• Facets are named areas in a control, addressable via xp:key
• Form Table, Data View and Application Layout controls
– framework controls to display Domino documents and views
– Rapid XPages development of Web 2.0 apps in a oneui framework
– details facet of xe:dataView like a built-in repeat
• Rendered property …
– Like hide-when, often the first choice for dynamic content, but …
• Inefficient in JSF life cycle (recalculated in all 4 application-level phases)
• Inefficient in component tree (rendered=“false”)
• Use xe:dynamicContent control
– Offers greatest flexibility to dynamically switch content
– Only the displayed facet is added to the component tree
representation for XPage
71
For more information …
• www.tlcc.com/mwlug
– Seven XPages Courses!
– Rapid XPages Development using Application Layout and Dojo UI
Controls
– 20% off special offer to MWLUG attendees to September 30th
• openNTF.org
– Extension Library Project and ExtLib Demonstrations application
• Xcellerrant.net – Brad Balassaitis Blog series
– Dojo Grids in XPages
– Data View series
72
Brad Balassaitis
PSC Group
Senior Consultant/XPages Developer
Twitter: @Balassaitis
Xcellerant.net
Q & A
73
Paul Della-Nebbia
TLCC, founding partner, instructor
paul@tlcc.com
Twitter: @pauldn
www.tlcc.com/mwlug

Weitere ähnliche Inhalte

Was ist angesagt?

Connect 2014 AD209 - Making Your Development Team More Productive With IBM Do...
Connect 2014 AD209 - Making Your Development Team More Productive With IBM Do...Connect 2014 AD209 - Making Your Development Team More Productive With IBM Do...
Connect 2014 AD209 - Making Your Development Team More Productive With IBM Do...marjoramg
 
The Autobahn Has No Speed Limit - Your XPages Shouldn't Either!
The Autobahn Has No Speed Limit - Your XPages Shouldn't Either!The Autobahn Has No Speed Limit - Your XPages Shouldn't Either!
The Autobahn Has No Speed Limit - Your XPages Shouldn't Either!Teamstudio
 
Connect 2014 SHOW102: XPages Still No Experience Necessary
Connect 2014 SHOW102: XPages Still No Experience NecessaryConnect 2014 SHOW102: XPages Still No Experience Necessary
Connect 2014 SHOW102: XPages Still No Experience Necessarypanagenda
 
Innovations in Sencha Tooling and Framework
Innovations in Sencha Tooling and FrameworkInnovations in Sencha Tooling and Framework
Innovations in Sencha Tooling and FrameworkSandeep Adwankar
 
An Introduction to the Model-View-Controller Pattern
An Introduction to the Model-View-Controller PatternAn Introduction to the Model-View-Controller Pattern
An Introduction to the Model-View-Controller PatternTeamstudio
 
Creating a Great XPages User Interface, TLCC Teamstudio Webinar - Feb, 2014
Creating a Great XPages User Interface, TLCC Teamstudio Webinar - Feb, 2014Creating a Great XPages User Interface, TLCC Teamstudio Webinar - Feb, 2014
Creating a Great XPages User Interface, TLCC Teamstudio Webinar - Feb, 2014Howard Greenberg
 
XPages OneUIv2 Theme Deep Dive
XPages OneUIv2 Theme Deep DiveXPages OneUIv2 Theme Deep Dive
XPages OneUIv2 Theme Deep DiveWorkFlowStudios
 
VAST 7.5 and Beyond
VAST 7.5 and BeyondVAST 7.5 and Beyond
VAST 7.5 and BeyondESUG
 
IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8
IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8
IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8Teamstudio
 
AD201 - IBM Domino Application Development Today And Tomorrow
AD201 - IBM Domino Application Development Today And TomorrowAD201 - IBM Domino Application Development Today And Tomorrow
AD201 - IBM Domino Application Development Today And Tomorrowpjanzen11
 
Rational Team Concert Process Customization - What you can and cannot do
Rational Team Concert Process Customization - What you can and cannot doRational Team Concert Process Customization - What you can and cannot do
Rational Team Concert Process Customization - What you can and cannot doRalph Schoon
 
bccon-2014 dev04 domino_apps_reaching_up&out
bccon-2014 dev04 domino_apps_reaching_up&outbccon-2014 dev04 domino_apps_reaching_up&out
bccon-2014 dev04 domino_apps_reaching_up&outICS User Group
 
Wintellect - Windows 8 for the Silverlight and WPF Developer
Wintellect   - Windows 8 for the Silverlight and WPF DeveloperWintellect   - Windows 8 for the Silverlight and WPF Developer
Wintellect - Windows 8 for the Silverlight and WPF DeveloperJeremy Likness
 
Drupal Site Building for Developers
Drupal Site Building for DevelopersDrupal Site Building for Developers
Drupal Site Building for DevelopersIan Carnaghan
 
Mobilize Your Business, Not Just an App
Mobilize Your Business, Not Just an AppMobilize Your Business, Not Just an App
Mobilize Your Business, Not Just an AppTeamstudio
 
bccon-2014 key01 ibm_collaboration_solutions_connect_2014
bccon-2014 key01 ibm_collaboration_solutions_connect_2014bccon-2014 key01 ibm_collaboration_solutions_connect_2014
bccon-2014 key01 ibm_collaboration_solutions_connect_2014ICS User Group
 
Optimizing DOORS Implementation
Optimizing DOORS ImplementationOptimizing DOORS Implementation
Optimizing DOORS ImplementationManageware
 
Optimizing Browser Rendering
Optimizing Browser RenderingOptimizing Browser Rendering
Optimizing Browser Renderingmichael.labriola
 

Was ist angesagt? (20)

Connect 2014 AD209 - Making Your Development Team More Productive With IBM Do...
Connect 2014 AD209 - Making Your Development Team More Productive With IBM Do...Connect 2014 AD209 - Making Your Development Team More Productive With IBM Do...
Connect 2014 AD209 - Making Your Development Team More Productive With IBM Do...
 
The Autobahn Has No Speed Limit - Your XPages Shouldn't Either!
The Autobahn Has No Speed Limit - Your XPages Shouldn't Either!The Autobahn Has No Speed Limit - Your XPages Shouldn't Either!
The Autobahn Has No Speed Limit - Your XPages Shouldn't Either!
 
Connect 2014 SHOW102: XPages Still No Experience Necessary
Connect 2014 SHOW102: XPages Still No Experience NecessaryConnect 2014 SHOW102: XPages Still No Experience Necessary
Connect 2014 SHOW102: XPages Still No Experience Necessary
 
Innovations in Sencha Tooling and Framework
Innovations in Sencha Tooling and FrameworkInnovations in Sencha Tooling and Framework
Innovations in Sencha Tooling and Framework
 
An Introduction to the Model-View-Controller Pattern
An Introduction to the Model-View-Controller PatternAn Introduction to the Model-View-Controller Pattern
An Introduction to the Model-View-Controller Pattern
 
Creating a Great XPages User Interface, TLCC Teamstudio Webinar - Feb, 2014
Creating a Great XPages User Interface, TLCC Teamstudio Webinar - Feb, 2014Creating a Great XPages User Interface, TLCC Teamstudio Webinar - Feb, 2014
Creating a Great XPages User Interface, TLCC Teamstudio Webinar - Feb, 2014
 
XPages OneUIv2 Theme Deep Dive
XPages OneUIv2 Theme Deep DiveXPages OneUIv2 Theme Deep Dive
XPages OneUIv2 Theme Deep Dive
 
Top modules
Top modulesTop modules
Top modules
 
VAST 7.5 and Beyond
VAST 7.5 and BeyondVAST 7.5 and Beyond
VAST 7.5 and Beyond
 
IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8
IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8
IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8
 
AD201 - IBM Domino Application Development Today And Tomorrow
AD201 - IBM Domino Application Development Today And TomorrowAD201 - IBM Domino Application Development Today And Tomorrow
AD201 - IBM Domino Application Development Today And Tomorrow
 
Rational Team Concert Process Customization - What you can and cannot do
Rational Team Concert Process Customization - What you can and cannot doRational Team Concert Process Customization - What you can and cannot do
Rational Team Concert Process Customization - What you can and cannot do
 
bccon-2014 dev04 domino_apps_reaching_up&out
bccon-2014 dev04 domino_apps_reaching_up&outbccon-2014 dev04 domino_apps_reaching_up&out
bccon-2014 dev04 domino_apps_reaching_up&out
 
Domain Driven Design
Domain Driven DesignDomain Driven Design
Domain Driven Design
 
Wintellect - Windows 8 for the Silverlight and WPF Developer
Wintellect   - Windows 8 for the Silverlight and WPF DeveloperWintellect   - Windows 8 for the Silverlight and WPF Developer
Wintellect - Windows 8 for the Silverlight and WPF Developer
 
Drupal Site Building for Developers
Drupal Site Building for DevelopersDrupal Site Building for Developers
Drupal Site Building for Developers
 
Mobilize Your Business, Not Just an App
Mobilize Your Business, Not Just an AppMobilize Your Business, Not Just an App
Mobilize Your Business, Not Just an App
 
bccon-2014 key01 ibm_collaboration_solutions_connect_2014
bccon-2014 key01 ibm_collaboration_solutions_connect_2014bccon-2014 key01 ibm_collaboration_solutions_connect_2014
bccon-2014 key01 ibm_collaboration_solutions_connect_2014
 
Optimizing DOORS Implementation
Optimizing DOORS ImplementationOptimizing DOORS Implementation
Optimizing DOORS Implementation
 
Optimizing Browser Rendering
Optimizing Browser RenderingOptimizing Browser Rendering
Optimizing Browser Rendering
 

Ähnlich wie Just the Facets Ma'am - MWLUG 2013

Application Layout Control
Application Layout ControlApplication Layout Control
Application Layout ControlTeamstudio
 
OpenNTF Webinar, October 2020
OpenNTF Webinar, October 2020OpenNTF Webinar, October 2020
OpenNTF Webinar, October 2020Howard Greenberg
 
PeopleSoft 9.2 HCM Features and Functions Including Fluid Mobile
PeopleSoft 9.2 HCM Features and Functions Including Fluid MobilePeopleSoft 9.2 HCM Features and Functions Including Fluid Mobile
PeopleSoft 9.2 HCM Features and Functions Including Fluid MobileNERUG
 
Modernising the way System Customisers Configure the Model-Driven Apps for Us...
Modernising the way System Customisers Configure the Model-Driven Apps for Us...Modernising the way System Customisers Configure the Model-Driven Apps for Us...
Modernising the way System Customisers Configure the Model-Driven Apps for Us...Linn Zaw Win
 
Framework Enabling End-Users to Maintain Web Applications (ICICWS2015)
Framework Enabling End-Users to Maintain Web Applications (ICICWS2015)Framework Enabling End-Users to Maintain Web Applications (ICICWS2015)
Framework Enabling End-Users to Maintain Web Applications (ICICWS2015)Masayuki Nii
 
IBM Cognos 10 Framework Manager Metadata Modeling: Tips and Tricks
IBM Cognos 10 Framework Manager Metadata Modeling: Tips and TricksIBM Cognos 10 Framework Manager Metadata Modeling: Tips and Tricks
IBM Cognos 10 Framework Manager Metadata Modeling: Tips and TricksSenturus
 
Collaborate Canda - Microsoft Dynamics 365 (CRM) v9 new features
Collaborate Canda -  Microsoft  Dynamics 365 (CRM) v9 new featuresCollaborate Canda -  Microsoft  Dynamics 365 (CRM) v9 new features
Collaborate Canda - Microsoft Dynamics 365 (CRM) v9 new featuresAli Sharifi
 
Creating a Great XPages User Interface
Creating a Great XPages User InterfaceCreating a Great XPages User Interface
Creating a Great XPages User InterfaceTeamstudio
 
Ask the XPages Experts
Ask the XPages ExpertsAsk the XPages Experts
Ask the XPages ExpertsTeamstudio
 
Configure Versus Customize: Using PeopleSoft Page and Field Configurator
Configure Versus Customize: Using PeopleSoft Page and Field ConfiguratorConfigure Versus Customize: Using PeopleSoft Page and Field Configurator
Configure Versus Customize: Using PeopleSoft Page and Field ConfiguratorSmart ERP Solutions, Inc.
 
VI-317: Introducing the Performance Management Canvas Designer
VI-317: Introducing the Performance Management Canvas DesignerVI-317: Introducing the Performance Management Canvas Designer
VI-317: Introducing the Performance Management Canvas DesignerCentral Florida Vision User Group
 
VI-317: Introducing the Performance Management Canvas Designer
VI-317: Introducing the Performance Management Canvas DesignerVI-317: Introducing the Performance Management Canvas Designer
VI-317: Introducing the Performance Management Canvas DesignerCentral Florida Vision User Group
 
Oracle Business Intelligence Applications Migration With Oracle Data Integrat...
Oracle Business Intelligence Applications Migration With Oracle Data Integrat...Oracle Business Intelligence Applications Migration With Oracle Data Integrat...
Oracle Business Intelligence Applications Migration With Oracle Data Integrat...Siva Velappan
 
Understanding DB2 Optimizer
Understanding DB2 OptimizerUnderstanding DB2 Optimizer
Understanding DB2 Optimizerterraborealis
 
Software design principles
Software design principlesSoftware design principles
Software design principlesRitesh Singh
 
Debarrassez-vous de la dette technique dans votre organisation avec OrgCheck
Debarrassez-vous de la dette technique dans votre organisation avec OrgCheckDebarrassez-vous de la dette technique dans votre organisation avec OrgCheck
Debarrassez-vous de la dette technique dans votre organisation avec OrgCheckThierry TROUIN ☁
 
Microsoft Dynamics CRM Technical Training for Dicker Data Resellers
Microsoft Dynamics CRM Technical Training for Dicker Data ResellersMicrosoft Dynamics CRM Technical Training for Dicker Data Resellers
Microsoft Dynamics CRM Technical Training for Dicker Data ResellersDavid Blumentals
 

Ähnlich wie Just the Facets Ma'am - MWLUG 2013 (20)

Application Layout Control
Application Layout ControlApplication Layout Control
Application Layout Control
 
OpenNTF Webinar, October 2020
OpenNTF Webinar, October 2020OpenNTF Webinar, October 2020
OpenNTF Webinar, October 2020
 
PeopleSoft 9.2 HCM Features and Functions Including Fluid Mobile
PeopleSoft 9.2 HCM Features and Functions Including Fluid MobilePeopleSoft 9.2 HCM Features and Functions Including Fluid Mobile
PeopleSoft 9.2 HCM Features and Functions Including Fluid Mobile
 
Modernising the way System Customisers Configure the Model-Driven Apps for Us...
Modernising the way System Customisers Configure the Model-Driven Apps for Us...Modernising the way System Customisers Configure the Model-Driven Apps for Us...
Modernising the way System Customisers Configure the Model-Driven Apps for Us...
 
Presentation of se
Presentation of sePresentation of se
Presentation of se
 
Framework Enabling End-Users to Maintain Web Applications (ICICWS2015)
Framework Enabling End-Users to Maintain Web Applications (ICICWS2015)Framework Enabling End-Users to Maintain Web Applications (ICICWS2015)
Framework Enabling End-Users to Maintain Web Applications (ICICWS2015)
 
IBM Cognos 10 Framework Manager Metadata Modeling: Tips and Tricks
IBM Cognos 10 Framework Manager Metadata Modeling: Tips and TricksIBM Cognos 10 Framework Manager Metadata Modeling: Tips and Tricks
IBM Cognos 10 Framework Manager Metadata Modeling: Tips and Tricks
 
Collaborate Canda - Microsoft Dynamics 365 (CRM) v9 new features
Collaborate Canda -  Microsoft  Dynamics 365 (CRM) v9 new featuresCollaborate Canda -  Microsoft  Dynamics 365 (CRM) v9 new features
Collaborate Canda - Microsoft Dynamics 365 (CRM) v9 new features
 
6.4 User Stories Teamwork v2.0
6.4 User Stories  Teamwork v2.06.4 User Stories  Teamwork v2.0
6.4 User Stories Teamwork v2.0
 
Creating a Great XPages User Interface
Creating a Great XPages User InterfaceCreating a Great XPages User Interface
Creating a Great XPages User Interface
 
Ask the XPages Experts
Ask the XPages ExpertsAsk the XPages Experts
Ask the XPages Experts
 
Configure Versus Customize: Using PeopleSoft Page and Field Configurator
Configure Versus Customize: Using PeopleSoft Page and Field ConfiguratorConfigure Versus Customize: Using PeopleSoft Page and Field Configurator
Configure Versus Customize: Using PeopleSoft Page and Field Configurator
 
VI-317: Introducing the Performance Management Canvas Designer
VI-317: Introducing the Performance Management Canvas DesignerVI-317: Introducing the Performance Management Canvas Designer
VI-317: Introducing the Performance Management Canvas Designer
 
VI-317: Introducing the Performance Management Canvas Designer
VI-317: Introducing the Performance Management Canvas DesignerVI-317: Introducing the Performance Management Canvas Designer
VI-317: Introducing the Performance Management Canvas Designer
 
Oracle Business Intelligence Applications Migration With Oracle Data Integrat...
Oracle Business Intelligence Applications Migration With Oracle Data Integrat...Oracle Business Intelligence Applications Migration With Oracle Data Integrat...
Oracle Business Intelligence Applications Migration With Oracle Data Integrat...
 
qooxdoo 3.5
qooxdoo 3.5qooxdoo 3.5
qooxdoo 3.5
 
Understanding DB2 Optimizer
Understanding DB2 OptimizerUnderstanding DB2 Optimizer
Understanding DB2 Optimizer
 
Software design principles
Software design principlesSoftware design principles
Software design principles
 
Debarrassez-vous de la dette technique dans votre organisation avec OrgCheck
Debarrassez-vous de la dette technique dans votre organisation avec OrgCheckDebarrassez-vous de la dette technique dans votre organisation avec OrgCheck
Debarrassez-vous de la dette technique dans votre organisation avec OrgCheck
 
Microsoft Dynamics CRM Technical Training for Dicker Data Resellers
Microsoft Dynamics CRM Technical Training for Dicker Data ResellersMicrosoft Dynamics CRM Technical Training for Dicker Data Resellers
Microsoft Dynamics CRM Technical Training for Dicker Data Resellers
 

Kürzlich hochgeladen

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 

Kürzlich hochgeladen (20)

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 

Just the Facets Ma'am - MWLUG 2013

  • 1. MWLUG 2013 Just the Facets, Ma’am Brad Balassaitis, PSC Group Paul Della-Nebbia, TLCC
  • 2. Just the Facets, Ma’am 1 Join special agents Joe Friday and Frank Smith (Brad B and Paul D) as they uncover all the facts, and just the facts, about facets. Watch as they filter through the opinions, rumors and misconceptions to get answers to all the tough questions like "What are facets?", "When and how should I use them?", "Who else is using them?" and "Why should I even care?" Witness as they discover the xp:key differences and benefits of both named and unnamed facets. Follow our pragmatic pair as they argue and each make a case for xe:dynamicContent or xe:switchFacet. Listen as they reveal the flexibility and power of facets in the Form Table, Data View and Application Layout design frameworks. Paul Della-Nebbia Founding Partner TLCC Brad Balassaitis Senior Consultant/XPages Developer PSC Group
  • 3. What We’ll Cover … • Callbacks, Facets and Keys • Adding an Editable Area to a Custom Control • Form Table design framework • Data View design framework • Application Layout design framework • Dynamic Content and Facets • Q & A 2
  • 4. Callbacks, Facets, and Keys What’s a facet? A. A named area in a control, addressable via xp:key B. The resulting drop location to add a component for an Editable Area added to a custom control. C. A named child instead of a sequential one. Only used if the parent chooses to. Sequential children are comparatively autonomous. D. All of the above. E. None of the above. 3
  • 5. Callbacks, Facets and Keys What’s a callback? A. An event on a custom control that can be coded return a value from its containing XPage. B. A design editable area added to a custom control. C. Usually, an indication that your initial audition went well. D. All of the above. E. None of the above. 4
  • 6. Callbacks, Facets and Keys 5… cont …
  • 7. Callbacks, Facets and Keys 6 DemoXPage112 DemoXPage112
  • 8. Named and Unnamed Facets … 7 … cont …
  • 9. Named and Unnamed Facets 8 DemoXPage113
  • 10. What We’ll Cover … • Callbacks, Facets and Keys • Adding an Editable Area to a Custom Control • Form Table design framework • Data View design framework • Application Layout design framework • Dynamic Content and Facets • Q & A 9
  • 11. Editable Area control • Add Editable Area control (xp:callback) to Custom Control 10
  • 12. Editable Area control • Add custom control with callback to XPage • Add panel to editable area • Custom control gets this.facets tag and panel gets xp:key attribute 11
  • 13. Creating Custom Layout Control • Set up a layout structure in a custom control • Add Editable Area controls to each section 12
  • 14. Creating Custom Layout Control • Add layout control to an XPage and drop in content 13
  • 15. What We’ll Cover … • Callbacks, Facets and Keys • Adding an Editable Area to a Custom Control • Form Table design framework • Data View design framework • Application Layout design framework • Dynamic Content and Facets • Q & A 14
  • 16. Form Table design framework 15
  • 17. Tip: Alternative Approach • Form Table and Form Layout Row 16
  • 18. Add a Form Table to an XPage • Procedure: Adding and configuring form rows 17 1 2 3 Add Form Layout Row to Form Table … cont’d …
  • 19. Tip: Alternative Approach • Tip: Alternative approach to adding the Input controls 18
  • 20. Multi-Column Form table • Creating a Multi-Column Form table 19
  • 21. Add a Form Table to an XPage • Procedure: Form Buttons and Page Navigation 20 Add action controls & set navigation
  • 22. What We’ll Cover … • Callbacks, Facets and Keys • Adding an Editable Area to a Custom Control • Form Table design framework • Data View design framework • Application Layout design framework • Dynamic Content and Facets • Q & A 21
  • 23. Data View versus View Panel control 22
  • 24. Data View design framework • Properties, Complex Properties, and Facets 23
  • 25. Procedure: Creating a Data View 24 … cont … • Add a Data View
  • 26. Procedure: Creating a Data View 25 … cont … • Data View Design
  • 27. Procedure: Creating a Data View 26 … cont … • Set the var property
  • 28. Procedure: Creating a Data View 27 … cont … • Summary Column and Extra Columns
  • 29. Procedure: Creating a Data View 28 … cont … • Data View Properties
  • 30. Procedure: Creating a Data View 29 DemoXPage512View • Computed Details
  • 31. In-View Editing using a Dialog control • Technique: In-View Editing using a Dialog Control … 30 … cont …
  • 32. In-View Editing Using Dialog Control … • Technique: In-View Editing Using a Dialog Control … 31 … cont … 1 2 return viewEntry.getNoteID();
  • 33. In-View Editing Using Dialog Control … • Technique: In-View Editing Using a Dialog Control … 32 3 4 var c = getComponent("dialog1"); c.hide("detailPanel"); DemoXPage543View … cont …
  • 34. In-View Editing using a Tooltip Dialog • Technique: In-View Editing using a Tooltip Dialog control 33 DemoXPage544View XSP.openTooltipDialog("#{id:tooltipDialog1}","#{id:computedField2}")
  • 35. In-View Editing using an In-Place Form • Technique: In-View Editing using an In-Place Form Control 34 DemoXPage545View
  • 36. Customizing Summary • Technique: Customizing Summary • Add panel to Summary facet and add custom content into panel • Build link to open document 35
  • 37. Toggle the Detail Row • Toggle the Detail Row 36 DemoXPage554
  • 38. What We’ll Cover … • Callbacks, Facets and Keys • Adding an Editable Area to a Custom Control • Form Table design framework • Data View design framework • Application Layout design framework • Dynamic Content and Facets • Q & A 37
  • 39. OneUI Version 2.1 Themes 38
  • 40. The oneuiv2.1 Themes 39 OneUI version 2 Themes: <NotesDominoDataDirectory>dominohtmloneuiv2.1 OneUI version 2 Theme definitions: <NotesDominoProgramDirectory>xspnsfthemes
  • 41. Setting a oneuiv2.1 Theme • Procedure: Setting a oneuiv2.1 Theme for an Application 40 OR …
  • 42. Extend oneuiv2.1 Theme • Procedure: Creating a Theme That Extends a oneuiv2.1 Theme 41 DemoXPage721 (xrd9one.nsf )
  • 43. Configuration Property & Facets 42 … cont … • Six facet areas • Five bar areas
  • 44. Adding Application Layout Control • Procedure: Adding an Application Layout Control to an XPage … 43 … cont …
  • 46. Application Layout in a CC • Designing an Application Layout in a Custom Control 45 Differences when Designing an Application Layout in a Custom Control versus an XPage
  • 47. Example xe:applicationLayout Design • Example xe:applicationLayout Design for Following Procedure 46 DemoXPage761_CustByNameView
  • 48. Designing an Application Layout in a CC • Procedure: Designing an Application Layout in a Custom Control 47 … cont …
  • 49. Designing an Application Layout in a CC • Procedure: Designing an Application Layout in a Custom Control 48 … cont …
  • 50. Designing an Application Layout in a CC • Procedure: Designing an Application Layout in a Custom Control 49
  • 51. Recommendations for Facets … • Design and Naming Recommendations for Facets … 50 … cont …
  • 52. Recommendations for Facets • Design and Naming Recommendations for Facets 51
  • 53. Demo App - Design Overview • Overview for Design of Six XPages in Demonstration Application 52 Demo761_AppLayout.xsp
  • 54. Application Layout Design Strategies … 53 Design Layout #1 – One Application Layout Custom Control for each Application … cont … Design Layout #2 – LeftColumn Navigation Design Layout #3 – titleBarTabs Navigation with no LeftColumn facet
  • 55. Application Layout Design Strategies … 54… cont … Design Layout #4 – titleBarTabs with LeftColumn facet Navigation Design Layout #5 – Application Suites via bannerApplicationLinks
  • 56. Application Layout Design Strategies 55 Design Layout #6 – Web site Design Design Layout #7 – Enabling the Search Bar in a Multi-Application Design
  • 57. What We’ll Cover … • Callbacks, Facets and Keys • Adding an Editable Area to a Custom Control • Form Table design framework • Data View design framework • Application Layout design framework • Dynamic Content and Facets • Q & A 56
  • 58. Rendered Property (like Hide-When) 57 (viewScope.Country=="USA")?true:false (viewScope.Country==“Canada")?true:false DemoXPage231
  • 59. Rendered Property and JSF Life Cycle 58 XPages Masterclass Video Series with Tony McGuckin http://tonymcguckin.wordpress.com/2013/04/22/xpages-masterclass-series-1/
  • 61. Procedure: Add Switch Control to XPage 60 Add/configure selectable facets to editable area … cont …
  • 62. Procedure: Add Switch Control to XPage 61 Configure “switch” functionality
  • 63. Switch Control (with No Default Facet) 62 DemoXPage242 …
  • 64. Dynamic Content control • Dynamic Content Control and the XPages Component Tree … 63 … cont …
  • 65. XPages Component Tree … • Dynamic Content Control and the XPages Component Tree … 64 … cont …
  • 66. XPages Component Tree • Dynamic Content Control and the XPages Component Tree 65 switchFacet versus dynamicContent DemoXPage253
  • 67. Add Dynamic Content Control … 66 … cont … Add/configure selectable facets to editable area
  • 68. Changing Content on Client Side • Two ways to change content on client side: 67 1 2
  • 69. Changing Content on Server Side • Two ways to change content on server side: 68 1 2 DemoXPage251 var dc=getComponent("dynamicContent1"); dc.show("provinces")
  • 70. Dynamic Rendering Techniques • Comparison of Dynamic Rendering Techniques 69
  • 71. What We’ll Cover … • Callbacks, Facets and Keys • Adding an Editable Area to a Custom Control • Form Table design framework • Data View design framework • Application Layout design framework • Dynamic Content and Facets • Q & A 70
  • 72. Some Key Points … • Facets are named areas in a control, addressable via xp:key • Form Table, Data View and Application Layout controls – framework controls to display Domino documents and views – Rapid XPages development of Web 2.0 apps in a oneui framework – details facet of xe:dataView like a built-in repeat • Rendered property … – Like hide-when, often the first choice for dynamic content, but … • Inefficient in JSF life cycle (recalculated in all 4 application-level phases) • Inefficient in component tree (rendered=“false”) • Use xe:dynamicContent control – Offers greatest flexibility to dynamically switch content – Only the displayed facet is added to the component tree representation for XPage 71
  • 73. For more information … • www.tlcc.com/mwlug – Seven XPages Courses! – Rapid XPages Development using Application Layout and Dojo UI Controls – 20% off special offer to MWLUG attendees to September 30th • openNTF.org – Extension Library Project and ExtLib Demonstrations application • Xcellerrant.net – Brad Balassaitis Blog series – Dojo Grids in XPages – Data View series 72
  • 74. Brad Balassaitis PSC Group Senior Consultant/XPages Developer Twitter: @Balassaitis Xcellerant.net Q & A 73 Paul Della-Nebbia TLCC, founding partner, instructor paul@tlcc.com Twitter: @pauldn www.tlcc.com/mwlug

Hinweis der Redaktion

  1. -
  2. -
  3. -
  4. -
  5. -
  6. -
  7. -
  8. -
  9. -
  10. -
  11. -
  12. -
  13. -
  14. -
  15. -
  16. -
  17. -
  18. -
  19. -
  20. -
  21. -
  22. -
  23. -
  24. -
  25. -
  26. -
  27. -
  28. -
  29. -
  30. -
  31. -
  32. -
  33. -
  34. -
  35. -
  36. -
  37. -
  38. -
  39. -
  40. -