SlideShare a Scribd company logo
1 of 10
Modern Domino
Domino 9.0.1

learn. do. dream.

www.redpilldevelopment.com
Expanded Event Support
• Both client side and server side
mobile specific events
• Application Page
– onOrientationChange
– onResize

• Single Page Application
–
–
–
–

OnBeforeTransitionIn
OnBeforeTransitionOut
OnAfterTransitionIn
OnAfterTransitionOut

Warning: Be careful when using the
page transition events as they do not
follow a normal page lifecycle and
issue execute a get before the post.

learn. do. dream.

www.redpilldevelopment.com
Mobile Themes
• Designation of a specific mobile
theme and the ability to override
for iOS and Android devices
• New mobile theme: OneUI IDX v1.3
• Mobile theme inheritance now
supported
• CSS Stylesheet ordering corrected
to allow custom precedence

learn. do. dream.

www.redpilldevelopment.com
Mobile Themes (pre 9.0.1)
• Peter Presnell has previously
blogged about adding an iOS 7
theme for mobile applications
and the technique necessary to
include the CSS in the correct
order on the XPage.
• Note: 9.0.1 Does not support
iOS7 theming out of the box.

learn. do. dream.

www.redpilldevelopment.com
Device Bean
• deviceBean.mobile
• deviceBean.tablet
• deviceBean.android
• deviceBean.iphone
• deviceBean.ipad
• deviceBean.blackberry
• deviceBean.windows
• deviceBean.version[“key”]
Note: SSJS versions of the
above EL statements are also
available.
learn. do. dream.

www.redpilldevelopment.com
Device Bean (pre-9.0.1)
• Note: The device bean can be
implemented fairly easily
without waiting for an
upgrade to 9.0.1.
• Keith
Strickland
has
previously posted a blog
article how this can be
achieved using SSJS and CSJS.
• To develop as a bean the
code needs to be converted
to the equivalent Java.

learn. do. dream.

SSJS
var isMobile = {
Android: function() {
return context.getUserAgent().getUserAgent().match(/Android/i);
},
BlackBerry: function() {
return context.getUserAgent().getUserAgent().match(/BlackBerry/i);
},
iOS: function() {
return context.getUserAgent().getUserAgent().match(/iPhone|iPad|iPod/i);
},
Opera: function() {
return context.getUserAgent().getUserAgent().match(/Opera Mini/i);
},
Windows: function() {
return context.getUserAgent().getUserAgent().match(/IEMobile/i);
},
any: function() {
return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows());
}
};

CSJS
var isMobile = {
Android: function() {
return navigator.userAgent.match(/Android/i);
},
BlackBerry: function() {
return navigator.userAgent.match(/BlackBerry/i);
},
iOS: function() {
return navigator.userAgent.match(/iPhone|iPad|iPod/i);
},
Opera: function() {
return navigator.userAgent.match(/Opera Mini/i);
},
Windows: function() {
return navigator.userAgent.match(/IEMobile/i);
},
any: function() {
return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows());
}
};

www.redpilldevelopment.com
Partial Refresh File Uploads
• File uploads no longer require a full
refresh of the page to initiate a file
upload.
• This makes it easier to implement
mobile applications that integrate
with the camera application for
uploading of photos.

learn. do. dream.

www.redpilldevelopment.com
Other Features
• Upgrade from Dojo 1.8.1 to 1.8.3
(current Dojo version is 1.9.1)
• Upgrading XULRunner browser (XPiNC)
from 3.6.2 to 10.0.6 (Firefox 10.0.6).
Note: Current release of Firefox is 25.
• Upgrading CK Editor from 3.6.6.1 to
3.6.6.2.
• A new (experimental) feature to run
XPages builds from a command line. A
more than useful feature for build
automation and test automation.
• New calendaring and scheduling REST
services (via OpenNTF).
• New high performance XPages view
navigator based on Note ID.
– Xsp.propertyies:
xsp.domino.view.navigator=ByNoteId

learn. do. dream.

www.redpilldevelopment.com
Fixes
Release

Fixes

8.0.1

2,162

8.0.2

803

8.5.1

1,226

8.5.2

1,947

8.5.3

1,256

9.0.0 (8.5.4)

1,306

9.0.1

267

The lowest number of fixes for any point
release since Notes was migrated to
eclipse. Either the code base is now
stable and/or IBM is investing less in
fixing
issues
reported
with
Notes/Domino.
www.redpilldevelopment.com
learn. do. dream.
Beyond 9.0.1
• IBM is laying the foundation
for
“Extensibility
via
OpenNTF”. This include:– Development of the IBM IDX
Mobile Theme
– More Device Bean API extensions
– Enhanced mobile controls such as
date/time pickers, typeahead,
touch gestures etc.

learn. do. dream.

www.redpilldevelopment.com

More Related Content

What's hot (8)

Ionic Framework: Let's build amazing apps. No Excuses!
Ionic Framework: Let's build amazing apps. No Excuses!Ionic Framework: Let's build amazing apps. No Excuses!
Ionic Framework: Let's build amazing apps. No Excuses!
 
Ionic Crash Course! Hack-a-ton SF
Ionic Crash Course! Hack-a-ton SFIonic Crash Course! Hack-a-ton SF
Ionic Crash Course! Hack-a-ton SF
 
チームを加速させるRetty式開発術
チームを加速させるRetty式開発術チームを加速させるRetty式開発術
チームを加速させるRetty式開発術
 
Ionic CLI Adventures
Ionic CLI AdventuresIonic CLI Adventures
Ionic CLI Adventures
 
Zeroboard traning
Zeroboard traningZeroboard traning
Zeroboard traning
 
Build a Joomla website by Drag n Drop with JSN PageBuilder and JSN PowerAdmin
Build a Joomla website by Drag n Drop with JSN PageBuilder and JSN PowerAdmin Build a Joomla website by Drag n Drop with JSN PageBuilder and JSN PowerAdmin
Build a Joomla website by Drag n Drop with JSN PageBuilder and JSN PowerAdmin
 
Responsive Design
Responsive DesignResponsive Design
Responsive Design
 
Jquery Mobile
Jquery MobileJquery Mobile
Jquery Mobile
 

Viewers also liked

Viewers also liked (6)

SUTOL 2016 - Secure IBM Traveler for 2017
SUTOL 2016 - Secure IBM Traveler for 2017SUTOL 2016 - Secure IBM Traveler for 2017
SUTOL 2016 - Secure IBM Traveler for 2017
 
Sametime 9 - The Best Audio and Video Meetings
Sametime 9 - The Best Audio and Video MeetingsSametime 9 - The Best Audio and Video Meetings
Sametime 9 - The Best Audio and Video Meetings
 
IBM Sametime 9 Calls & Video Calls - Task Reference
IBM Sametime 9 Calls & Video Calls - Task ReferenceIBM Sametime 9 Calls & Video Calls - Task Reference
IBM Sametime 9 Calls & Video Calls - Task Reference
 
What’s new for Developers in IBM Domino & Domino Designer 9.0.1
What’s new for Developers in IBM Domino & Domino Designer 9.0.1What’s new for Developers in IBM Domino & Domino Designer 9.0.1
What’s new for Developers in IBM Domino & Domino Designer 9.0.1
 
Domino Security Present and Future ConnectED Review - ICS.UG 2016
Domino Security Present and Future ConnectED Review - ICS.UG 2016Domino Security Present and Future ConnectED Review - ICS.UG 2016
Domino Security Present and Future ConnectED Review - ICS.UG 2016
 
Upgrade to domino 9.0.1
Upgrade to domino 9.0.1Upgrade to domino 9.0.1
Upgrade to domino 9.0.1
 

Similar to Modern Domino: Domino 9.0.1

Hybrid mobile application with Ionic
Hybrid mobile application with IonicHybrid mobile application with Ionic
Hybrid mobile application with Ionic
Maulik Bamania
 
Building Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGap
Building Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGapBuilding Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGap
Building Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGap
Nick Landry
 
Cross platform mobile development in c#
Cross platform mobile development in c#Cross platform mobile development in c#
Cross platform mobile development in c#
danhermes
 

Similar to Modern Domino: Domino 9.0.1 (20)

Building mobile apps using meteorJS
Building mobile apps using meteorJSBuilding mobile apps using meteorJS
Building mobile apps using meteorJS
 
Building Mobile Apps with Cordova , AngularJS and Ionic
Building Mobile Apps with Cordova , AngularJS and IonicBuilding Mobile Apps with Cordova , AngularJS and Ionic
Building Mobile Apps with Cordova , AngularJS and Ionic
 
Developing a native mobile apps using Ionic&Cordova
Developing a native mobile apps using Ionic&CordovaDeveloping a native mobile apps using Ionic&Cordova
Developing a native mobile apps using Ionic&Cordova
 
Developing Hybrid Applications with IONIC
Developing Hybrid Applications with IONICDeveloping Hybrid Applications with IONIC
Developing Hybrid Applications with IONIC
 
React Native - Framework For Mobile App (Seminar)
React Native - Framework For Mobile App (Seminar)React Native - Framework For Mobile App (Seminar)
React Native - Framework For Mobile App (Seminar)
 
Xamarin.iOS introduction
Xamarin.iOS introductionXamarin.iOS introduction
Xamarin.iOS introduction
 
React Native - DILo Surabaya
React Native -  DILo SurabayaReact Native -  DILo Surabaya
React Native - DILo Surabaya
 
Hybrid Apps with Angular & Ionic Framework
Hybrid Apps with Angular & Ionic FrameworkHybrid Apps with Angular & Ionic Framework
Hybrid Apps with Angular & Ionic Framework
 
Hybrid mobile application with Ionic
Hybrid mobile application with IonicHybrid mobile application with Ionic
Hybrid mobile application with Ionic
 
Building iOS app using meteor
Building iOS app using meteorBuilding iOS app using meteor
Building iOS app using meteor
 
08 mobile development
08   mobile development08   mobile development
08 mobile development
 
Building jQuery Mobile Web Apps
Building jQuery Mobile Web AppsBuilding jQuery Mobile Web Apps
Building jQuery Mobile Web Apps
 
Building mobile app with Ionic Framework
Building mobile app with Ionic FrameworkBuilding mobile app with Ionic Framework
Building mobile app with Ionic Framework
 
Cross Platform Mobile Development
Cross Platform Mobile DevelopmentCross Platform Mobile Development
Cross Platform Mobile Development
 
Building Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGap
Building Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGapBuilding Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGap
Building Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGap
 
[Devoxx Morocco 2015] Apache Cordova In Action
[Devoxx Morocco 2015] Apache Cordova In Action[Devoxx Morocco 2015] Apache Cordova In Action
[Devoxx Morocco 2015] Apache Cordova In Action
 
Mobile Vue.js – From PWA to Native
Mobile Vue.js – From PWA to NativeMobile Vue.js – From PWA to Native
Mobile Vue.js – From PWA to Native
 
Introduction to hybrid application development
Introduction to hybrid application developmentIntroduction to hybrid application development
Introduction to hybrid application development
 
Cross platform mobile development in c#
Cross platform mobile development in c#Cross platform mobile development in c#
Cross platform mobile development in c#
 
«I knew there had to be a better way to build mobile app»​
«I knew there had to be a better way to build mobile app»​«I knew there had to be a better way to build mobile app»​
«I knew there had to be a better way to build mobile app»​
 

More from Peter Presnell

More from Peter Presnell (20)

Lotus Notes: Simplicity
Lotus Notes: SimplicityLotus Notes: Simplicity
Lotus Notes: Simplicity
 
Big Data With Graphs
Big Data With GraphsBig Data With Graphs
Big Data With Graphs
 
Beyond XPages
Beyond XPagesBeyond XPages
Beyond XPages
 
The Graph Revolution
The Graph RevolutionThe Graph Revolution
The Graph Revolution
 
Asymetric Modernization
Asymetric ModernizationAsymetric Modernization
Asymetric Modernization
 
Modernization Math
Modernization MathModernization Math
Modernization Math
 
MWLUG 2014: Red Pill Development Speed Sponsoring
MWLUG 2014: Red Pill Development Speed SponsoringMWLUG 2014: Red Pill Development Speed Sponsoring
MWLUG 2014: Red Pill Development Speed Sponsoring
 
MWLUG 2014: Modern Domino (workshop)
MWLUG 2014: Modern Domino (workshop)MWLUG 2014: Modern Domino (workshop)
MWLUG 2014: Modern Domino (workshop)
 
MWLUG 2014: ATLUG Comes To You
MWLUG 2014: ATLUG Comes To YouMWLUG 2014: ATLUG Comes To You
MWLUG 2014: ATLUG Comes To You
 
Modern Notes: Databases
Modern Notes: DatabasesModern Notes: Databases
Modern Notes: Databases
 
Future Proofing Notes Client Applications
Future Proofing Notes Client ApplicationsFuture Proofing Notes Client Applications
Future Proofing Notes Client Applications
 
Lotus Notes: Live Long and Prosper
Lotus Notes: Live Long and ProsperLotus Notes: Live Long and Prosper
Lotus Notes: Live Long and Prosper
 
ATLUG Tack-It-On Modern Notes:Modern Domino
ATLUG Tack-It-On Modern Notes:Modern DominoATLUG Tack-It-On Modern Notes:Modern Domino
ATLUG Tack-It-On Modern Notes:Modern Domino
 
ATLUG Day of Champions
ATLUG Day of ChampionsATLUG Day of Champions
ATLUG Day of Champions
 
Where's Domino?
Where's Domino?Where's Domino?
Where's Domino?
 
The History of Lotus Notes
The History of Lotus NotesThe History of Lotus Notes
The History of Lotus Notes
 
Lotusphere
LotusphereLotusphere
Lotusphere
 
The Mobile World
The Mobile WorldThe Mobile World
The Mobile World
 
Modern Domino: IBM Connect 2014 Summary
Modern Domino: IBM Connect 2014 SummaryModern Domino: IBM Connect 2014 Summary
Modern Domino: IBM Connect 2014 Summary
 
Modern Domino: IBM Connect 2014 Preview
Modern Domino:  IBM Connect 2014 PreviewModern Domino:  IBM Connect 2014 Preview
Modern Domino: IBM Connect 2014 Preview
 

Recently uploaded

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
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
Victor Rentea
 

Recently uploaded (20)

Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
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 ...
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
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...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
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
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
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
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
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
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
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
 
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...
 
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)
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 

Modern Domino: Domino 9.0.1

  • 1. Modern Domino Domino 9.0.1 learn. do. dream. www.redpilldevelopment.com
  • 2. Expanded Event Support • Both client side and server side mobile specific events • Application Page – onOrientationChange – onResize • Single Page Application – – – – OnBeforeTransitionIn OnBeforeTransitionOut OnAfterTransitionIn OnAfterTransitionOut Warning: Be careful when using the page transition events as they do not follow a normal page lifecycle and issue execute a get before the post. learn. do. dream. www.redpilldevelopment.com
  • 3. Mobile Themes • Designation of a specific mobile theme and the ability to override for iOS and Android devices • New mobile theme: OneUI IDX v1.3 • Mobile theme inheritance now supported • CSS Stylesheet ordering corrected to allow custom precedence learn. do. dream. www.redpilldevelopment.com
  • 4. Mobile Themes (pre 9.0.1) • Peter Presnell has previously blogged about adding an iOS 7 theme for mobile applications and the technique necessary to include the CSS in the correct order on the XPage. • Note: 9.0.1 Does not support iOS7 theming out of the box. learn. do. dream. www.redpilldevelopment.com
  • 5. Device Bean • deviceBean.mobile • deviceBean.tablet • deviceBean.android • deviceBean.iphone • deviceBean.ipad • deviceBean.blackberry • deviceBean.windows • deviceBean.version[“key”] Note: SSJS versions of the above EL statements are also available. learn. do. dream. www.redpilldevelopment.com
  • 6. Device Bean (pre-9.0.1) • Note: The device bean can be implemented fairly easily without waiting for an upgrade to 9.0.1. • Keith Strickland has previously posted a blog article how this can be achieved using SSJS and CSJS. • To develop as a bean the code needs to be converted to the equivalent Java. learn. do. dream. SSJS var isMobile = { Android: function() { return context.getUserAgent().getUserAgent().match(/Android/i); }, BlackBerry: function() { return context.getUserAgent().getUserAgent().match(/BlackBerry/i); }, iOS: function() { return context.getUserAgent().getUserAgent().match(/iPhone|iPad|iPod/i); }, Opera: function() { return context.getUserAgent().getUserAgent().match(/Opera Mini/i); }, Windows: function() { return context.getUserAgent().getUserAgent().match(/IEMobile/i); }, any: function() { return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows()); } }; CSJS var isMobile = { Android: function() { return navigator.userAgent.match(/Android/i); }, BlackBerry: function() { return navigator.userAgent.match(/BlackBerry/i); }, iOS: function() { return navigator.userAgent.match(/iPhone|iPad|iPod/i); }, Opera: function() { return navigator.userAgent.match(/Opera Mini/i); }, Windows: function() { return navigator.userAgent.match(/IEMobile/i); }, any: function() { return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows()); } }; www.redpilldevelopment.com
  • 7. Partial Refresh File Uploads • File uploads no longer require a full refresh of the page to initiate a file upload. • This makes it easier to implement mobile applications that integrate with the camera application for uploading of photos. learn. do. dream. www.redpilldevelopment.com
  • 8. Other Features • Upgrade from Dojo 1.8.1 to 1.8.3 (current Dojo version is 1.9.1) • Upgrading XULRunner browser (XPiNC) from 3.6.2 to 10.0.6 (Firefox 10.0.6). Note: Current release of Firefox is 25. • Upgrading CK Editor from 3.6.6.1 to 3.6.6.2. • A new (experimental) feature to run XPages builds from a command line. A more than useful feature for build automation and test automation. • New calendaring and scheduling REST services (via OpenNTF). • New high performance XPages view navigator based on Note ID. – Xsp.propertyies: xsp.domino.view.navigator=ByNoteId learn. do. dream. www.redpilldevelopment.com
  • 9. Fixes Release Fixes 8.0.1 2,162 8.0.2 803 8.5.1 1,226 8.5.2 1,947 8.5.3 1,256 9.0.0 (8.5.4) 1,306 9.0.1 267 The lowest number of fixes for any point release since Notes was migrated to eclipse. Either the code base is now stable and/or IBM is investing less in fixing issues reported with Notes/Domino. www.redpilldevelopment.com learn. do. dream.
  • 10. Beyond 9.0.1 • IBM is laying the foundation for “Extensibility via OpenNTF”. This include:– Development of the IBM IDX Mobile Theme – More Device Bean API extensions – Enhanced mobile controls such as date/time pickers, typeahead, touch gestures etc. learn. do. dream. www.redpilldevelopment.com