SlideShare a Scribd company logo
1 of 12
Download to read offline
Transform Your Organization into a Mobile Enterprise with IBM Worklight 1
®
Transform Your Organization into a Mobile Enterprise
with IBM Worklight
IBM Redbooks Solution Guide
This IBM® Redbooks® Solution Guide focuses on the business transformation to mobile devices. Mobile
applications are not a luxury anymore. Providing apps to connect immediately to customers, employees,
and partners has become a necessity for companies to keep pace with competition and the rapidly
progressing business environment. Much like technological advances of the past (such as the Internet,
email, and e-commerce) access to business applications from a mobile device has transformed from an
indulgence to an expectation.
The mobile enterprise offering from IBM is called IBM MobileFirst. IBM MobileFirst takes advantage of this
mobile trend and is an end-to-end solution to facilitate your platform and application development, mobile
security, mobile device management and analytics. IBM MobileFirst supplies all key elements needed for
a successful mobile enterprise implementation and consequently customization.
An essential part of this integrated package is the application platform, IBM Worklight®, which provides
application development, testing, management, security, and on-premises or managed service delivery.
Creating and deploying a new mobile solution involves many groups, both inside and outside of the
enterprise, such as employees, customers, and partners. To successfully establish end-to-end solutions,
these components need to be determined and addressed (see Figure 1).
Figure 1. Mobile solution overview
Did you know?
91% of mobile users keep their device within arm's reach100 percent of the time
75% of mobile shoppers take action after receiving a location-based message
96% year to year increase in mobile cyber Monday sales from 2012 through 2013
(Source: http://ibm.co/15WOsOH )
Transform Your Organization into a Mobile Enterprise with IBM Worklight 2
Business value
The proliferation and the pace of mobile devices require businesses to be able to respond with agility to
upcoming technological improvements, such as new devices or operating system releases. IBM Worklight
uses open standards, such as HTML, CSS, and JavaScript, and solutions such as Apache Cordova,
Eclipse Foundation, and the Android and Apple SDKs. This provides flexibility in implementing your
mobile communication channel and can reduce the time-to-market for a new version of an application that
supports a newly released device.
Many business opportunities and challenges cannot be solved with prepackaged off-the-shelf software.
This kind of software is designed to solve a particular general business need with limited flexibility in
terms of customizing the application to satisfy individual business cases. IBM Worklight, instead, provides
a set of tools to be customized to the individual business needs of your company, such as improving
customer relationship, reducing paper-bound work, or intensifying marketing activities, and allows
developers to build solutions even to the most unique requirements. IBM Worklight helps your enterprise
reduce the effective distance to your customers and to engage your user base to accelerate real mobile
interaction and communication..
Solution overview
The IBM mobile solutions portfolio provides key elements of a mobile application platform with the
management, security, and analytics capabilities necessary for a successful deployment of mobile
technologies. With the IBM Worklight mobile application platform offering, you are able to develop, run,
build, and manage mobile applications..
Building mobile applications with IBM Worklight
Because of the pace at which variations between mobile devices are being introduced and the constant
growing consumer demand, the IBM MobileFirst platform is built upon agile software development
methodology. By using the SCRUM methodology, for example, a small set of features can go through the
complete development lifecycle, including planning, implementation, and quality assurance, and can be
delivered to users rapidly. In this way, mobile customers, partners, and employees get engaged with
mobile applications and are able to execute the desired actions.
During application development, IBM Worklight separates the roles of native developer, hybrid developer,
and web developer through its tooling. This helps to split the workload when a broad set of requirements
requires expertise in UI, device capabilities, application logic, and so forth.
Actively seeking feedback about a new application or version through a pilot or beta group is a good way
to ensure that your initial release does not fail and cause negative perceptions of your company.
Gathering feedback is made easier by using an application store such as IBM Worklight Application
Center, which enables you to offer a pre-release version of an application to a limited set of users.
If you are developing your organization’s first mobile application, you can find valuable early planning
information at the following location:
http://public.dhe.ibm.com/common/ssi/ecm/en/raw14302usen/RAW14302USEN.PDF
Learn more about the IBM Mobile Development Lifecycle Solution:
http://www.ibm.com/software/products/us/en/imdls/
Connecting and running mobile applications
Most mobile applications connect to enterprise back-end services to provide any possible user-related
function. Almost no mobile applications run strictly offline without any connection to an enterprise system
Transform Your Organization into a Mobile Enterprise with IBM Worklight 3
at all. IBM Worklight eases the integration and communication to back-end services, for example by push
notifications, such as news application alerts, which send information to mobile devices even if the
application is not being used. IBM Worklight includes a unified framework that enables the developer to
send push notifications to each mobile platform without knowing the targeted device or platform details
(Figure 2).
Figure 2. Unified Push Notification Architecture in IBM Worklight
An offline-enabled mobile application can be used when a mobile device lacks connectivity, but some
functions might be limited. Therefore, when creating an offline-enabled mobile application, storing
information on the mobile device that can help preserve its functionality in offline mode is very useful. IBM
Worklight includes a data synchronization feature, called the JSON store, which provides a pattern for
data exchange. After enqueuing each operation in offline mode, those operations are transferred to the
server and performed against the source data when a connection becomes available (Figure 3).
Figure 3. Offline data access and data synchronization using a JSON store
In addition, IBM Worklight simplifies version management and mobile application compatibility through
application server communication. Using this server, IBM Worklight can determine the availability of a
Transform Your Organization into a Mobile Enterprise with IBM Worklight 4
newer version of the application and is able to automatically push updates and upgrades to the latest
version of an application.
Solution architecture
IBM Worklight consists of five core components. Each component provides a specific set of functions and
supports a different stage in the lifecycle of a mobile application (Figure 4).
Worklight Studio: An Eclipse-based development environment with a rich set of tools for developing
cross-platform applications
Worklight Device Runtime: A runtime environment with consistent application programming interfaces
(APIs) that can work across different mobile platforms to access native device functionality and
integrate with existing services and security
Worklight Server: A runtime server that enables secure access to enterprise services, application
version management, unified push notifications, and direct application updates
Worklight Console: A web-based user interface for real-time analytics, push notification authoring,
and mobile application version management
Worklight Application Center: A private, cross-platform mobile application store that is tailored for the
specific needs of an application development team
Figure 4. Worklight architecture overview
Transform Your Organization into a Mobile Enterprise with IBM Worklight 5
Usage scenarios
There are several possible usage scenarios in the mobile application field. The following paragraphs
describe the process that Fictional Airline Company A, a fictional enterprise, follows as it expands into the
mobile space.
Airline Company A decided to launch a single, business-to-employee application for luggage tracking.
This application would enable customer service representatives (CSRs) to view the current location of a
passenger’s luggage at any time. The usage scenario is as follows: A passenger travels from one city to
another with one stop in between. Because of unforeseen problems at Stop 1, the bag is not transferred
to the new airplane. Thus, the passenger contacts a CSR. The CSR is able to search for the location of
the luggage by scanning the bar code on the passenger’s luggage receipt or, if scanning fails, uses the
device’s keypad to enter the luggage identifier number manually (Figure 5).
Figure 5. Usage scenario: Airline industry
To select the appropriate mobile platform, Airline Company A must define its mobile strategy.
Mobile device selection
To reduce the initial investment, Airline Company A uses the bring your own device (BYOD) policy and
has its CSRs run the new mobile application on their personally owned mobile devices. Most employees
own Apple iOS or Google Android based mobile devices, so the initial application will support only these
two platforms. In addition, the luggage tracking application will depend on using the native camera and
geo-data applications present on most mobile devices.
Transform Your Organization into a Mobile Enterprise with IBM Worklight 6
Mobile applications
The initial luggage tracking application is developed using a hybrid development approach. The following
factors contribute to this decision:
With a hybrid approach, the airline company can create the mobile application using existing skills in
web application development, reducing development time and costs.
This approach will allow the luggage tracking application to run on the required platforms;
platform-specific capabilities, such as the camera or location services, can still be accessed without
the cost of maintaining two separate native applications.
The web portions of the mobile application can be updated using the Direct Update feature of
Worklight, without requiring users to reinstall a new mobile application..
Mobile integration
Airline Company A investigated its existing IT infrastructure and determined that some of the data that will
be required by the mobile luggage tracking application, such as luggage identification and passenger
information, is already available in existing systems. So a new integration layer will be created to access
this existing data and impose strict guidelines on its use.
Mobile operations
The airline company’s IT department decided that mobile applications will access back-end services
through the integration layer, using the existing security infrastructure. Authentication will be verified
against the company’s directory service using an IBM WebSphere® DataPower® XG45 appliance. The
mobile application platform will assist Airline Company A's mobile team in regulating the release and
update cycle of mobile applications. Support for users of the mobile application will be provided using a
built-in feedback mechanism. Users will use the feedback mechanism to submit written questions that will
be routed to the existing IT support team.
Mobile application platform
When their mobile strategy is defined, Airline Company A is ready to select a mobile application platform.
Airline Company A selected IBM Worklight as its base for the Mixed Mobile Application Platform (MMAP),
primarily because Worklight features and capabilities support development, integration, and operations.
From a development perspective, Worklight offers these benefits:
Fast and easy development of hybrid applications through IBM Worklight Studio.
Applications run on multiple platforms using the IBM Worklight Device Runtime component.
Enrichment of mobile applications with native components such as platform specific UI widgets .
Graphical, rich text editor in IBM Worklight Studio to easily develop mobile application’s user interface
and possibility to integrate third-party libraries, such as jQuery Mobile and Dojo Mobile.
Easy creation of the integration layer with the adapter editor in IBM Worklight Studio.
Early and comfortable testing by integrated test server and mobile device simulator in Worklight.
Transform Your Organization into a Mobile Enterprise with IBM Worklight 7
From the integration perspective, Worklight offers these benefits:
Easy integration of business services and connections to existing enterprise services with Worklight
adapters
Flexibility to integrate with a company’s existing security infrastructure by security features, such as
Lightweight Third Party Authentication (LTPA) and custom security mechanisms
Support of lightweight data interchange formats, such as JSON to reduce the size of the data
Unified cross-platform notification feature to send notifications to all devices that have the mobile
application installed
From an operational perspective, Worklight offers these benefits:
Internal application store to distribute mobile applications to the employees
Central management of mobile apps by rolling out updates and remotely disabling outdated versions
Integrated Application Center for collecting feedback from users
Reporting and analytics capabilities to determine usage of individual functions within an application
Integration with data caching products to allow temporary storage of data in the MMAP
Integration
The IBM MobileFirst architecture is open and extensible by design, enabling organizations to choose the
solution that integrates with their existing environment and solves their most pressing business needs. In
addition to meeting mobile-specific requirements, the portfolio enables more rapid integration between
social and cloud services and back-end technologies that help secure and manage strategic business
processes by IBM WebSphere Cast Iron® Hypervisor and IBM WebSphere DataPower.
IBM WebSphere Cast Iron Hypervisor Edition
WebSphere Cast Iron Hypervisor Edition is a virtual appliance for service integration. It provides
connectivity to a variety of cloud-based and on-premises applications, databases, web services,
messaging systems, and other endpoints. WebSphere Cast Iron Hypervisor Edition uses a configuration
approach in which integration projects are configured instead of programmed. With a configuration
approach, mobile applications can be connected to back-end systems without requiring a developer with
programming knowledge to do it. Instead, you build the necessary integration flows using a graphical
development environment in WebSphere Cast Iron Studio. Transforming data from its original format to
another format can be done using a basic drag-and-drop method in the WebSphere Cast Iron Studio
graphical mapping editor (Figure 6).
Transform Your Organization into a Mobile Enterprise with IBM Worklight 8
Figure 6. WebSphere Cast Iron Studio graphical mapping editor
IBM WebSphere DataPower
IBM WebSphere DataPower appliances are designed to support the implementation of enterprise
solutions by introducing security layers, providing application integration capabilities, and enhancing
overall integration performance. The main advantage of WebSphere DataPower appliances is the easy
integration into a network infrastructure, in which they provide a software-independent configuration and
simplified functionality.
When used as the security layer provider, IBM WebSphere DataPower Appliances can run many critical
security tasks by offloading them from the application server.
Key security-related capabilities of IBM WebSphere DataPower Appliances are as follows:
Unloading HTTPS session handling from the web server
Acting as web application and XML firewall
Providing authorization, authentication, and auditing (known as AAA) in a single mechanism
Implementing an enterprise single sign-on (SSO) function through the use of LTPA tokens
In terms of application integration and performance enhancement, IBM WebSphere DataPower
Appliances provide the following functions:
Unloading XML, XSLT, and XPATH processing from the application server to the DataPower
appliance and performing data transformations with better response times
Acting as an enterprise service bus (ESB) to provide integration between different architecture layers
Accelerating data conversion and application integration
Providing support for transmission of specialized business-to-business message traffic between
partners
Transform Your Organization into a Mobile Enterprise with IBM Worklight 9
Supported platforms
IBM Worklight supports multiple database management systems and application servers. For detailed
system requirements, a list of supported operating systems, prerequisites, and optional supported
software, with component-level details and operating system restrictions, and other information about
Worklight Server Enterprise Edition and its installation, go to this address:
http://www.ibm.com/support/docview.wss?uid=swg27024838.
Ordering information
IBM Mobile Foundation V6.0 (product group: Application, Integration, Middleware) is available only
through IBM Passport Advantage®. It can be sold only directly by IBM or by authorized IBM Business
Partners for Software Value Plus.
See the IBM Software Value Plus web page:
http://www.ibm.com/partnerworld/page/svp_authorized_portfolio
Locate an IBM Business Partner for Software Value Plus in your area and specific portfolio:
http://www.ibm.com/partnerworld/wps/bplocator/
Ordering information is listed in Table 1.
Table 1. Ordering information
Program name PID number Charge metric
IBM Mobile Foundation
Enterprise Edition
5725-I41 Client Device Install
IBM Mobile Foundation
Consumer Edition
5725-I42 Application
IBM Worklight 5725-I43 Client Device Install Application
IBM Mobile Application
Platform Pattern
5725-G24 Client Device Application Virtual Server
Related information
For more information, see the following documents:
IBM Worklight product page:
http://www.ibm.com/software/products/us/en/worklight/
IBM Worklight V6.0 technology overview:
http://ibm.co/16vbGzm
IBM Worklight V6.0 information center:
http://pic.dhe.ibm.com/infocenter/wrklight/v6r0m0/index.jsp
IBM Worklight V6.0 data sheet:
http://public.dhe.ibm.com/common/ssi/ecm/en/wsd14109usen/WSD14109USEN.PDF
IBM Offering Information page (to search on announcement letters, sales manuals, or both):
http://www.ibm.com/common/ssi/index.wss?request_locale=en
On this page, enter IBM Worklight, select the information type, and then click Search. On the next
page, narrow your search results by geography and language.
Transform Your Organization into a Mobile Enterprise with IBM Worklight 10
Transform Your Organization into a Mobile Enterprise with IBM Worklight 11
Notices
This information was developed for products and services offered in the U.S.A.
IBM may not offer the products, services, or features discussed in this document in other countries. Consult your local
IBM representative for information on the products and services currently available in your area. Any reference to an
IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may
be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property
right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM
product, program, or service. IBM may have patents or pending patent applications covering subject matter described
in this document. The furnishing of this document does not give you any license to these patents. You can send
license inquiries, in writing, to:
IBM Director of Licensing, IBM Corporation, North Castle Drive, Armonk, NY 10504-1785 U.S.A.
The following paragraph does not apply to the United Kingdom or any other country where such provisions are
inconsistent with local law : INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS
PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT
NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS
FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain
transactions, therefore, this statement may not apply to you. This information could include technical inaccuracies or
typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in
new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s)
described in this publication at any time without notice.
Any references in this information to non-IBM Web sites are provided for convenience only and do not in any manner
serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this
IBM product and use of those Web sites is at your own risk.IBM may use or distribute any of the information you
supply in any way it believes appropriate without incurring any obligation to you. Information concerning non-IBM
products was obtained from the suppliers of those products, their published announcements or other publicly available
sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any
other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to
the suppliers of those products. This information contains examples of data and reports used in daily business
operations. To illustrate them as completely as possible, the examples include the names of individuals, companies,
brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an
actual business enterprise is entirely coincidental.
Any performance data contained herein was determined in a controlled environment. Therefore, the results obtained
in other operating environments may vary significantly. Some measurements may have been made on
development-level systems and there is no guarantee that these measurements will be the same on generally
available systems. Furthermore, some measurement may have been estimated through extrapolation. Actual results
may vary. Users of this document should verify the applicable data for their specific environment.
COPYRIGHT LICENSE:
This information contains sample application programs in source language, which illustrate programming techniques
on various operating platforms. You may copy, modify, and distribute these sample programs in any form without
payment to IBM, for the purposes of developing, using, marketing or distributing application programs conforming to
the application programming interface for the operating platform for which the sample programs are written. These
examples have not been thoroughly tested under all conditions. IBM, therefore, cannot guarantee or imply reliability,
serviceability, or function of these programs.
© Copyright International Business Machines Corporation 2013. All rights reserved.
Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by
GSA ADP Schedule Contract with IBM Corp.
Transform Your Organization into a Mobile Enterprise with IBM Worklight 12
This document was created or updated on October 9, 2013.
Send us your comments in one of the following ways:
Use the online Contact us review form found at:
ibm.com/redbooks
Send your comments in an e-mail to:
redbook@us.ibm.com
Mail your comments to:
IBM Corporation, International Technical Support Organization
Dept. HYTD Mail Station P099
2455 South Road
Poughkeepsie, NY 12601-5400 U.S.A.
This document is available online at http://www.ibm.com/redbooks/abstracts/tips1053.html .
Trademarks
IBM, the IBM logo, and ibm.com are trademarks or registered trademarks of International Business
Machines Corporation in the United States, other countries, or both. These and other IBM trademarked
terms are marked on their first occurrence in this information with the appropriate symbol (® or ™),
indicating US registered or common law trademarks owned by IBM at the time this information was
published. Such trademarks may also be registered or common law trademarks in other countries. A
current list of IBM trademarks is available on the Web at http://www.ibm.com/legal/copytrade.shtml
The following terms are trademarks of the International Business Machines Corporation in the United
States, other countries, or both:
Cast Iron®
DataPower®
IBM®
Passport Advantage®
Redbooks®
Redbooks (logo)®
WebSphere®
Worklight is trademark or registered trademark of Worklight, an IBM Company.
Other company, product, or service names may be trademarks or service marks of others.

More Related Content

What's hot

IBM Mobile First Client Presentation
IBM Mobile First Client Presentation IBM Mobile First Client Presentation
IBM Mobile First Client Presentation MATT ALEXANDER
 
Essential Guide to Becoming A Mobile App Rock Star - part III - Enterprise Apps
Essential Guide to Becoming A Mobile App Rock Star - part III - Enterprise AppsEssential Guide to Becoming A Mobile App Rock Star - part III - Enterprise Apps
Essential Guide to Becoming A Mobile App Rock Star - part III - Enterprise AppsDMIMarketing
 
Averting the Mobile CRM Cliff
Averting the Mobile CRM CliffAverting the Mobile CRM Cliff
Averting the Mobile CRM CliffArt Hall
 
Enterprise Mobile App UX: Designing from UI to Backend
Enterprise Mobile App UX: Designing from UI to BackendEnterprise Mobile App UX: Designing from UI to Backend
Enterprise Mobile App UX: Designing from UI to BackendSanjeev Sharma
 
App cloud-mobile-solutions-guide
App cloud-mobile-solutions-guideApp cloud-mobile-solutions-guide
App cloud-mobile-solutions-guideCMR WORLD TECH
 
IBM InterConnect Build and Deploy MobileFirst Applications
IBM InterConnect Build and Deploy MobileFirst ApplicationsIBM InterConnect Build and Deploy MobileFirst Applications
IBM InterConnect Build and Deploy MobileFirst ApplicationsLeigh Williamson
 
Mobile enterprise application platforms : MEAP
Mobile enterprise application platforms : MEAPMobile enterprise application platforms : MEAP
Mobile enterprise application platforms : MEAPSoftweb Solutions
 
Creating a mobile enterprise application business case.
Creating a mobile enterprise application business case.Creating a mobile enterprise application business case.
Creating a mobile enterprise application business case.DMI
 
IBM Mobile foundation overview
IBM Mobile foundation overviewIBM Mobile foundation overview
IBM Mobile foundation overviewAjay Chebbi
 
Why Mobile will Change your Business - Parmelee
Why Mobile will Change your Business - ParmeleeWhy Mobile will Change your Business - Parmelee
Why Mobile will Change your Business - ParmeleeProlifics
 
VMworld 2013: Integrating Enterprise Application with SAML to VMware Horizon ...
VMworld 2013: Integrating Enterprise Application with SAML to VMware Horizon ...VMworld 2013: Integrating Enterprise Application with SAML to VMware Horizon ...
VMworld 2013: Integrating Enterprise Application with SAML to VMware Horizon ...VMworld
 
How Meritage Homes Drove More Mobile Business Using IBM MobileFirst Platform ...
How Meritage Homes Drove More Mobile Business Using IBM MobileFirst Platform ...How Meritage Homes Drove More Mobile Business Using IBM MobileFirst Platform ...
How Meritage Homes Drove More Mobile Business Using IBM MobileFirst Platform ...Michael Jacobsen
 
IBM MobileFirst and Case Studies_Frank Müller_IBM Symposium 2013
IBM MobileFirst and Case Studies_Frank Müller_IBM Symposium 2013IBM MobileFirst and Case Studies_Frank Müller_IBM Symposium 2013
IBM MobileFirst and Case Studies_Frank Müller_IBM Symposium 2013IBM Switzerland
 
IBM MobileFirst - Hybrid Application Development with Worklight
IBM MobileFirst - Hybrid Application Development with WorklightIBM MobileFirst - Hybrid Application Development with Worklight
IBM MobileFirst - Hybrid Application Development with WorklightIBIZZ
 
IBM Mobile Overview for Ecosystem Partners
IBM Mobile Overview for Ecosystem PartnersIBM Mobile Overview for Ecosystem Partners
IBM Mobile Overview for Ecosystem PartnersJeremy Siewert
 
Mobile World Congress 2013 IBM-ATT Session
Mobile World Congress 2013 IBM-ATT SessionMobile World Congress 2013 IBM-ATT Session
Mobile World Congress 2013 IBM-ATT SessionLeigh Williamson
 
The IBM Social Business Toolkit
The IBM Social Business ToolkitThe IBM Social Business Toolkit
The IBM Social Business ToolkitDaryl Pereira
 
Hybrid Applications with WebSphere commerce and Worklight
Hybrid Applications with WebSphere commerce and WorklightHybrid Applications with WebSphere commerce and Worklight
Hybrid Applications with WebSphere commerce and WorklightMohammad Omer Raza
 
IBM Worklight - Technical Overview
IBM Worklight - Technical OverviewIBM Worklight - Technical Overview
IBM Worklight - Technical OverviewIIC_Barcelona
 

What's hot (20)

IBM Mobile First Client Presentation
IBM Mobile First Client Presentation IBM Mobile First Client Presentation
IBM Mobile First Client Presentation
 
Essential Guide to Becoming A Mobile App Rock Star - part III - Enterprise Apps
Essential Guide to Becoming A Mobile App Rock Star - part III - Enterprise AppsEssential Guide to Becoming A Mobile App Rock Star - part III - Enterprise Apps
Essential Guide to Becoming A Mobile App Rock Star - part III - Enterprise Apps
 
Averting the Mobile CRM Cliff
Averting the Mobile CRM CliffAverting the Mobile CRM Cliff
Averting the Mobile CRM Cliff
 
Enterprise Mobile App UX: Designing from UI to Backend
Enterprise Mobile App UX: Designing from UI to BackendEnterprise Mobile App UX: Designing from UI to Backend
Enterprise Mobile App UX: Designing from UI to Backend
 
App cloud-mobile-solutions-guide
App cloud-mobile-solutions-guideApp cloud-mobile-solutions-guide
App cloud-mobile-solutions-guide
 
IBM InterConnect Build and Deploy MobileFirst Applications
IBM InterConnect Build and Deploy MobileFirst ApplicationsIBM InterConnect Build and Deploy MobileFirst Applications
IBM InterConnect Build and Deploy MobileFirst Applications
 
Mobile enterprise application platforms : MEAP
Mobile enterprise application platforms : MEAPMobile enterprise application platforms : MEAP
Mobile enterprise application platforms : MEAP
 
Creating a mobile enterprise application business case.
Creating a mobile enterprise application business case.Creating a mobile enterprise application business case.
Creating a mobile enterprise application business case.
 
IBM Mobile foundation overview
IBM Mobile foundation overviewIBM Mobile foundation overview
IBM Mobile foundation overview
 
Why Mobile will Change your Business - Parmelee
Why Mobile will Change your Business - ParmeleeWhy Mobile will Change your Business - Parmelee
Why Mobile will Change your Business - Parmelee
 
VMworld 2013: Integrating Enterprise Application with SAML to VMware Horizon ...
VMworld 2013: Integrating Enterprise Application with SAML to VMware Horizon ...VMworld 2013: Integrating Enterprise Application with SAML to VMware Horizon ...
VMworld 2013: Integrating Enterprise Application with SAML to VMware Horizon ...
 
How Meritage Homes Drove More Mobile Business Using IBM MobileFirst Platform ...
How Meritage Homes Drove More Mobile Business Using IBM MobileFirst Platform ...How Meritage Homes Drove More Mobile Business Using IBM MobileFirst Platform ...
How Meritage Homes Drove More Mobile Business Using IBM MobileFirst Platform ...
 
IBM MobileFirst and Case Studies_Frank Müller_IBM Symposium 2013
IBM MobileFirst and Case Studies_Frank Müller_IBM Symposium 2013IBM MobileFirst and Case Studies_Frank Müller_IBM Symposium 2013
IBM MobileFirst and Case Studies_Frank Müller_IBM Symposium 2013
 
IBM MobileFirst - Hybrid Application Development with Worklight
IBM MobileFirst - Hybrid Application Development with WorklightIBM MobileFirst - Hybrid Application Development with Worklight
IBM MobileFirst - Hybrid Application Development with Worklight
 
IBM Mobile Overview for Ecosystem Partners
IBM Mobile Overview for Ecosystem PartnersIBM Mobile Overview for Ecosystem Partners
IBM Mobile Overview for Ecosystem Partners
 
Mobile World Congress 2013 IBM-ATT Session
Mobile World Congress 2013 IBM-ATT SessionMobile World Congress 2013 IBM-ATT Session
Mobile World Congress 2013 IBM-ATT Session
 
The IBM Social Business Toolkit
The IBM Social Business ToolkitThe IBM Social Business Toolkit
The IBM Social Business Toolkit
 
Ibm worklight
Ibm worklightIbm worklight
Ibm worklight
 
Hybrid Applications with WebSphere commerce and Worklight
Hybrid Applications with WebSphere commerce and WorklightHybrid Applications with WebSphere commerce and Worklight
Hybrid Applications with WebSphere commerce and Worklight
 
IBM Worklight - Technical Overview
IBM Worklight - Technical OverviewIBM Worklight - Technical Overview
IBM Worklight - Technical Overview
 

Viewers also liked

tiCONF Amsterdam 2014 building mobile teams
tiCONF Amsterdam 2014   building mobile teamstiCONF Amsterdam 2014   building mobile teams
tiCONF Amsterdam 2014 building mobile teamsMartin de Keijzer
 
Scaling Mobile Across the Organization: Strategy, Communication, Development,...
Scaling Mobile Across the Organization: Strategy, Communication, Development,...Scaling Mobile Across the Organization: Strategy, Communication, Development,...
Scaling Mobile Across the Organization: Strategy, Communication, Development,...Myriad Mobile
 
High quality live broadcasting with PHP 27 07-2016
High quality live broadcasting with PHP 27 07-2016High quality live broadcasting with PHP 27 07-2016
High quality live broadcasting with PHP 27 07-2016Martin de Keijzer
 
The Freaky Future of Digital Marketing - By Craig Boyte
The Freaky Future of Digital Marketing - By Craig BoyteThe Freaky Future of Digital Marketing - By Craig Boyte
The Freaky Future of Digital Marketing - By Craig BoyteBluewater
 
Facebook and Scrum
Facebook and ScrumFacebook and Scrum
Facebook and ScrumJens Meydam
 
The impact of mobile on the IT organization
The impact of mobile on the IT organizationThe impact of mobile on the IT organization
The impact of mobile on the IT organizationChris Pepin
 

Viewers also liked (6)

tiCONF Amsterdam 2014 building mobile teams
tiCONF Amsterdam 2014   building mobile teamstiCONF Amsterdam 2014   building mobile teams
tiCONF Amsterdam 2014 building mobile teams
 
Scaling Mobile Across the Organization: Strategy, Communication, Development,...
Scaling Mobile Across the Organization: Strategy, Communication, Development,...Scaling Mobile Across the Organization: Strategy, Communication, Development,...
Scaling Mobile Across the Organization: Strategy, Communication, Development,...
 
High quality live broadcasting with PHP 27 07-2016
High quality live broadcasting with PHP 27 07-2016High quality live broadcasting with PHP 27 07-2016
High quality live broadcasting with PHP 27 07-2016
 
The Freaky Future of Digital Marketing - By Craig Boyte
The Freaky Future of Digital Marketing - By Craig BoyteThe Freaky Future of Digital Marketing - By Craig Boyte
The Freaky Future of Digital Marketing - By Craig Boyte
 
Facebook and Scrum
Facebook and ScrumFacebook and Scrum
Facebook and Scrum
 
The impact of mobile on the IT organization
The impact of mobile on the IT organizationThe impact of mobile on the IT organization
The impact of mobile on the IT organization
 

Similar to Transform your organization into a mobile enterprise with ibm worklight tips

Executive Overview of OutSystems (1)
Executive Overview of OutSystems (1)Executive Overview of OutSystems (1)
Executive Overview of OutSystems (1)Steven Levine
 
IBM MobileFirst Technical Overview
IBM MobileFirst Technical OverviewIBM MobileFirst Technical Overview
IBM MobileFirst Technical Overviewibmmobile
 
Enterprise Mobility Solutions Guides.pdf
Enterprise Mobility Solutions Guides.pdfEnterprise Mobility Solutions Guides.pdf
Enterprise Mobility Solutions Guides.pdfJPLoft Solutions
 
Unleash the benefits of ibm mobile smarter process with ibm business process ...
Unleash the benefits of ibm mobile smarter process with ibm business process ...Unleash the benefits of ibm mobile smarter process with ibm business process ...
Unleash the benefits of ibm mobile smarter process with ibm business process ...bupbechanhgmail
 
03 put your business in motion become a mobile enterprise icty
03 put your business in motion become a mobile enterprise   icty03 put your business in motion become a mobile enterprise   icty
03 put your business in motion become a mobile enterprise ictyWarba Insurance Co Kuwait
 
MADP - Mobile Application Development Platform - CRE8 Brasil MEAP
MADP - Mobile Application Development Platform - CRE8 Brasil MEAPMADP - Mobile Application Development Platform - CRE8 Brasil MEAP
MADP - Mobile Application Development Platform - CRE8 Brasil MEAPVictor Sebastian
 
Applix Appdoit Presentation
Applix Appdoit PresentationApplix Appdoit Presentation
Applix Appdoit PresentationApplix Srl
 
Top 10 Mobile App Development Frameworks in 2022.pdf
Top 10 Mobile App Development Frameworks in 2022.pdfTop 10 Mobile App Development Frameworks in 2022.pdf
Top 10 Mobile App Development Frameworks in 2022.pdfSparity1
 
[Whitepaper] an overview of ibm mobile first platform
[Whitepaper] an overview of ibm mobile first platform[Whitepaper] an overview of ibm mobile first platform
[Whitepaper] an overview of ibm mobile first platformgule mariam
 
Top 10 Mobile App Development Frameworks in 2022-converted.pdf
Top 10 Mobile App Development Frameworks in 2022-converted.pdfTop 10 Mobile App Development Frameworks in 2022-converted.pdf
Top 10 Mobile App Development Frameworks in 2022-converted.pdfSparity1
 
IBM MobileFirst - Agile Application Infrastructure New Paradigm for new Workl...
IBM MobileFirst - Agile Application Infrastructure New Paradigm for new Workl...IBM MobileFirst - Agile Application Infrastructure New Paradigm for new Workl...
IBM MobileFirst - Agile Application Infrastructure New Paradigm for new Workl...Nitin Gaur
 
Mobilizing Enterprise Data - Strategies to succeed in enterprise mobile
Mobilizing Enterprise Data - Strategies to succeed in enterprise mobileMobilizing Enterprise Data - Strategies to succeed in enterprise mobile
Mobilizing Enterprise Data - Strategies to succeed in enterprise mobileAlex Zaltsman
 
Why is xamarin app development important for your business
Why is xamarin app development important for your businessWhy is xamarin app development important for your business
Why is xamarin app development important for your businessFullestop
 
IBM Mobili First - IBM Business Connect QatarPut your business in motion
IBM Mobili First - IBM Business Connect QatarPut your business in motionIBM Mobili First - IBM Business Connect QatarPut your business in motion
IBM Mobili First - IBM Business Connect QatarPut your business in motionDalia Reda
 
Find the right mobile app architecture for your business [detailed guide]
Find the right mobile app architecture for your business [detailed guide]Find the right mobile app architecture for your business [detailed guide]
Find the right mobile app architecture for your business [detailed guide]Katy Slemon
 

Similar to Transform your organization into a mobile enterprise with ibm worklight tips (20)

IBM Worklight Whitepaper
IBM Worklight WhitepaperIBM Worklight Whitepaper
IBM Worklight Whitepaper
 
Executive Overview of OutSystems (1)
Executive Overview of OutSystems (1)Executive Overview of OutSystems (1)
Executive Overview of OutSystems (1)
 
IBM MobileFirst Technical Overview
IBM MobileFirst Technical OverviewIBM MobileFirst Technical Overview
IBM MobileFirst Technical Overview
 
Enterprise Mobility Solutions Guides.pdf
Enterprise Mobility Solutions Guides.pdfEnterprise Mobility Solutions Guides.pdf
Enterprise Mobility Solutions Guides.pdf
 
IBM MobileFirst Platform v7 Tech Overview
IBM MobileFirst Platform v7 Tech OverviewIBM MobileFirst Platform v7 Tech Overview
IBM MobileFirst Platform v7 Tech Overview
 
Unleash the benefits of ibm mobile smarter process with ibm business process ...
Unleash the benefits of ibm mobile smarter process with ibm business process ...Unleash the benefits of ibm mobile smarter process with ibm business process ...
Unleash the benefits of ibm mobile smarter process with ibm business process ...
 
IBM Mobile
IBM Mobile IBM Mobile
IBM Mobile
 
03 put your business in motion become a mobile enterprise icty
03 put your business in motion become a mobile enterprise   icty03 put your business in motion become a mobile enterprise   icty
03 put your business in motion become a mobile enterprise icty
 
MADP - Mobile Application Development Platform - CRE8 Brasil MEAP
MADP - Mobile Application Development Platform - CRE8 Brasil MEAPMADP - Mobile Application Development Platform - CRE8 Brasil MEAP
MADP - Mobile Application Development Platform - CRE8 Brasil MEAP
 
How many types of software development in Oman.docx
How many types of software development in Oman.docxHow many types of software development in Oman.docx
How many types of software development in Oman.docx
 
Fundamentals of Mobile App Development Technology
Fundamentals of Mobile App Development TechnologyFundamentals of Mobile App Development Technology
Fundamentals of Mobile App Development Technology
 
Applix Appdoit Presentation
Applix Appdoit PresentationApplix Appdoit Presentation
Applix Appdoit Presentation
 
Top 10 Mobile App Development Frameworks in 2022.pdf
Top 10 Mobile App Development Frameworks in 2022.pdfTop 10 Mobile App Development Frameworks in 2022.pdf
Top 10 Mobile App Development Frameworks in 2022.pdf
 
[Whitepaper] an overview of ibm mobile first platform
[Whitepaper] an overview of ibm mobile first platform[Whitepaper] an overview of ibm mobile first platform
[Whitepaper] an overview of ibm mobile first platform
 
Top 10 Mobile App Development Frameworks in 2022-converted.pdf
Top 10 Mobile App Development Frameworks in 2022-converted.pdfTop 10 Mobile App Development Frameworks in 2022-converted.pdf
Top 10 Mobile App Development Frameworks in 2022-converted.pdf
 
IBM MobileFirst - Agile Application Infrastructure New Paradigm for new Workl...
IBM MobileFirst - Agile Application Infrastructure New Paradigm for new Workl...IBM MobileFirst - Agile Application Infrastructure New Paradigm for new Workl...
IBM MobileFirst - Agile Application Infrastructure New Paradigm for new Workl...
 
Mobilizing Enterprise Data - Strategies to succeed in enterprise mobile
Mobilizing Enterprise Data - Strategies to succeed in enterprise mobileMobilizing Enterprise Data - Strategies to succeed in enterprise mobile
Mobilizing Enterprise Data - Strategies to succeed in enterprise mobile
 
Why is xamarin app development important for your business
Why is xamarin app development important for your businessWhy is xamarin app development important for your business
Why is xamarin app development important for your business
 
IBM Mobili First - IBM Business Connect QatarPut your business in motion
IBM Mobili First - IBM Business Connect QatarPut your business in motionIBM Mobili First - IBM Business Connect QatarPut your business in motion
IBM Mobili First - IBM Business Connect QatarPut your business in motion
 
Find the right mobile app architecture for your business [detailed guide]
Find the right mobile app architecture for your business [detailed guide]Find the right mobile app architecture for your business [detailed guide]
Find the right mobile app architecture for your business [detailed guide]
 

More from bupbechanhgmail

Ibm db2 10.5 for linux, unix, and windows x query reference
Ibm db2 10.5 for linux, unix, and windows   x query referenceIbm db2 10.5 for linux, unix, and windows   x query reference
Ibm db2 10.5 for linux, unix, and windows x query referencebupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows what's new for db2 version 10.5
Ibm db2 10.5 for linux, unix, and windows   what's new for db2 version 10.5Ibm db2 10.5 for linux, unix, and windows   what's new for db2 version 10.5
Ibm db2 10.5 for linux, unix, and windows what's new for db2 version 10.5bupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows upgrading to db2 version 10.5
Ibm db2 10.5 for linux, unix, and windows   upgrading to db2 version 10.5Ibm db2 10.5 for linux, unix, and windows   upgrading to db2 version 10.5
Ibm db2 10.5 for linux, unix, and windows upgrading to db2 version 10.5bupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows text search guide
Ibm db2 10.5 for linux, unix, and windows   text search guideIbm db2 10.5 for linux, unix, and windows   text search guide
Ibm db2 10.5 for linux, unix, and windows text search guidebupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows installing ibm data server clients
Ibm db2 10.5 for linux, unix, and windows   installing ibm data server clientsIbm db2 10.5 for linux, unix, and windows   installing ibm data server clients
Ibm db2 10.5 for linux, unix, and windows installing ibm data server clientsbupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows getting started with db2 installa...
Ibm db2 10.5 for linux, unix, and windows   getting started with db2 installa...Ibm db2 10.5 for linux, unix, and windows   getting started with db2 installa...
Ibm db2 10.5 for linux, unix, and windows getting started with db2 installa...bupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows getting started with database app...
Ibm db2 10.5 for linux, unix, and windows   getting started with database app...Ibm db2 10.5 for linux, unix, and windows   getting started with database app...
Ibm db2 10.5 for linux, unix, and windows getting started with database app...bupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows developing rdf applications for i...
Ibm db2 10.5 for linux, unix, and windows   developing rdf applications for i...Ibm db2 10.5 for linux, unix, and windows   developing rdf applications for i...
Ibm db2 10.5 for linux, unix, and windows developing rdf applications for i...bupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows developing perl, php, python, and...
Ibm db2 10.5 for linux, unix, and windows   developing perl, php, python, and...Ibm db2 10.5 for linux, unix, and windows   developing perl, php, python, and...
Ibm db2 10.5 for linux, unix, and windows developing perl, php, python, and...bupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows developing embedded sql applications
Ibm db2 10.5 for linux, unix, and windows   developing embedded sql applicationsIbm db2 10.5 for linux, unix, and windows   developing embedded sql applications
Ibm db2 10.5 for linux, unix, and windows developing embedded sql applicationsbupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows developing ado.net and ole db app...
Ibm db2 10.5 for linux, unix, and windows   developing ado.net and ole db app...Ibm db2 10.5 for linux, unix, and windows   developing ado.net and ole db app...
Ibm db2 10.5 for linux, unix, and windows developing ado.net and ole db app...bupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows db2 connect user's guide
Ibm db2 10.5 for linux, unix, and windows   db2 connect user's guideIbm db2 10.5 for linux, unix, and windows   db2 connect user's guide
Ibm db2 10.5 for linux, unix, and windows db2 connect user's guidebupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows db2 connect installing and config...
Ibm db2 10.5 for linux, unix, and windows   db2 connect installing and config...Ibm db2 10.5 for linux, unix, and windows   db2 connect installing and config...
Ibm db2 10.5 for linux, unix, and windows db2 connect installing and config...bupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows db2 connect installing and config...
Ibm db2 10.5 for linux, unix, and windows   db2 connect installing and config...Ibm db2 10.5 for linux, unix, and windows   db2 connect installing and config...
Ibm db2 10.5 for linux, unix, and windows db2 connect installing and config...bupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows data movement utilities guide and...
Ibm db2 10.5 for linux, unix, and windows   data movement utilities guide and...Ibm db2 10.5 for linux, unix, and windows   data movement utilities guide and...
Ibm db2 10.5 for linux, unix, and windows data movement utilities guide and...bupbechanhgmail
 
Db2 version 9 for linux, unix, and windows
Db2 version 9 for linux, unix, and windowsDb2 version 9 for linux, unix, and windows
Db2 version 9 for linux, unix, and windowsbupbechanhgmail
 
Reliability and performance with ibm db2 analytics accelerator
Reliability and performance with ibm db2 analytics acceleratorReliability and performance with ibm db2 analytics accelerator
Reliability and performance with ibm db2 analytics acceleratorbupbechanhgmail
 
Ibm db2 analytics accelerator high availability and disaster recovery
Ibm db2 analytics accelerator  high availability and disaster recoveryIbm db2 analytics accelerator  high availability and disaster recovery
Ibm db2 analytics accelerator high availability and disaster recoverybupbechanhgmail
 
Db2 udb backup and recovery with ess copy services
Db2 udb backup and recovery with ess copy servicesDb2 udb backup and recovery with ess copy services
Db2 udb backup and recovery with ess copy servicesbupbechanhgmail
 

More from bupbechanhgmail (20)

Ibm db2 10.5 for linux, unix, and windows x query reference
Ibm db2 10.5 for linux, unix, and windows   x query referenceIbm db2 10.5 for linux, unix, and windows   x query reference
Ibm db2 10.5 for linux, unix, and windows x query reference
 
Ibm db2 10.5 for linux, unix, and windows what's new for db2 version 10.5
Ibm db2 10.5 for linux, unix, and windows   what's new for db2 version 10.5Ibm db2 10.5 for linux, unix, and windows   what's new for db2 version 10.5
Ibm db2 10.5 for linux, unix, and windows what's new for db2 version 10.5
 
Ibm db2 10.5 for linux, unix, and windows upgrading to db2 version 10.5
Ibm db2 10.5 for linux, unix, and windows   upgrading to db2 version 10.5Ibm db2 10.5 for linux, unix, and windows   upgrading to db2 version 10.5
Ibm db2 10.5 for linux, unix, and windows upgrading to db2 version 10.5
 
Ibm db2 10.5 for linux, unix, and windows text search guide
Ibm db2 10.5 for linux, unix, and windows   text search guideIbm db2 10.5 for linux, unix, and windows   text search guide
Ibm db2 10.5 for linux, unix, and windows text search guide
 
Ibm db2 10.5 for linux, unix, and windows installing ibm data server clients
Ibm db2 10.5 for linux, unix, and windows   installing ibm data server clientsIbm db2 10.5 for linux, unix, and windows   installing ibm data server clients
Ibm db2 10.5 for linux, unix, and windows installing ibm data server clients
 
Ibm db2 10.5 for linux, unix, and windows getting started with db2 installa...
Ibm db2 10.5 for linux, unix, and windows   getting started with db2 installa...Ibm db2 10.5 for linux, unix, and windows   getting started with db2 installa...
Ibm db2 10.5 for linux, unix, and windows getting started with db2 installa...
 
Ibm db2 10.5 for linux, unix, and windows getting started with database app...
Ibm db2 10.5 for linux, unix, and windows   getting started with database app...Ibm db2 10.5 for linux, unix, and windows   getting started with database app...
Ibm db2 10.5 for linux, unix, and windows getting started with database app...
 
Ibm db2 10.5 for linux, unix, and windows developing rdf applications for i...
Ibm db2 10.5 for linux, unix, and windows   developing rdf applications for i...Ibm db2 10.5 for linux, unix, and windows   developing rdf applications for i...
Ibm db2 10.5 for linux, unix, and windows developing rdf applications for i...
 
Ibm db2 10.5 for linux, unix, and windows developing perl, php, python, and...
Ibm db2 10.5 for linux, unix, and windows   developing perl, php, python, and...Ibm db2 10.5 for linux, unix, and windows   developing perl, php, python, and...
Ibm db2 10.5 for linux, unix, and windows developing perl, php, python, and...
 
Ibm db2 10.5 for linux, unix, and windows developing embedded sql applications
Ibm db2 10.5 for linux, unix, and windows   developing embedded sql applicationsIbm db2 10.5 for linux, unix, and windows   developing embedded sql applications
Ibm db2 10.5 for linux, unix, and windows developing embedded sql applications
 
Ibm db2 10.5 for linux, unix, and windows developing ado.net and ole db app...
Ibm db2 10.5 for linux, unix, and windows   developing ado.net and ole db app...Ibm db2 10.5 for linux, unix, and windows   developing ado.net and ole db app...
Ibm db2 10.5 for linux, unix, and windows developing ado.net and ole db app...
 
Ibm db2 10.5 for linux, unix, and windows db2 connect user's guide
Ibm db2 10.5 for linux, unix, and windows   db2 connect user's guideIbm db2 10.5 for linux, unix, and windows   db2 connect user's guide
Ibm db2 10.5 for linux, unix, and windows db2 connect user's guide
 
Ibm db2 10.5 for linux, unix, and windows db2 connect installing and config...
Ibm db2 10.5 for linux, unix, and windows   db2 connect installing and config...Ibm db2 10.5 for linux, unix, and windows   db2 connect installing and config...
Ibm db2 10.5 for linux, unix, and windows db2 connect installing and config...
 
Ibm db2 10.5 for linux, unix, and windows db2 connect installing and config...
Ibm db2 10.5 for linux, unix, and windows   db2 connect installing and config...Ibm db2 10.5 for linux, unix, and windows   db2 connect installing and config...
Ibm db2 10.5 for linux, unix, and windows db2 connect installing and config...
 
Ibm db2 10.5 for linux, unix, and windows data movement utilities guide and...
Ibm db2 10.5 for linux, unix, and windows   data movement utilities guide and...Ibm db2 10.5 for linux, unix, and windows   data movement utilities guide and...
Ibm db2 10.5 for linux, unix, and windows data movement utilities guide and...
 
Db2 version 9 for linux, unix, and windows
Db2 version 9 for linux, unix, and windowsDb2 version 9 for linux, unix, and windows
Db2 version 9 for linux, unix, and windows
 
Reliability and performance with ibm db2 analytics accelerator
Reliability and performance with ibm db2 analytics acceleratorReliability and performance with ibm db2 analytics accelerator
Reliability and performance with ibm db2 analytics accelerator
 
Ibm db2 analytics accelerator high availability and disaster recovery
Ibm db2 analytics accelerator  high availability and disaster recoveryIbm db2 analytics accelerator  high availability and disaster recovery
Ibm db2 analytics accelerator high availability and disaster recovery
 
Db2 virtualization
Db2 virtualizationDb2 virtualization
Db2 virtualization
 
Db2 udb backup and recovery with ess copy services
Db2 udb backup and recovery with ess copy servicesDb2 udb backup and recovery with ess copy services
Db2 udb backup and recovery with ess copy services
 

Recently uploaded

Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEEVICTOR MAESTRE RAMIREZ
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)jennyeacort
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作qr0udbr0
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfAlina Yurenko
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样umasea
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaHanief Utama
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfPower Karaoke
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....kzayra69
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024StefanoLambiase
 

Recently uploaded (20)

Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEE
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort ServiceHot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief Utama
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdf
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
 

Transform your organization into a mobile enterprise with ibm worklight tips

  • 1. Transform Your Organization into a Mobile Enterprise with IBM Worklight 1 ® Transform Your Organization into a Mobile Enterprise with IBM Worklight IBM Redbooks Solution Guide This IBM® Redbooks® Solution Guide focuses on the business transformation to mobile devices. Mobile applications are not a luxury anymore. Providing apps to connect immediately to customers, employees, and partners has become a necessity for companies to keep pace with competition and the rapidly progressing business environment. Much like technological advances of the past (such as the Internet, email, and e-commerce) access to business applications from a mobile device has transformed from an indulgence to an expectation. The mobile enterprise offering from IBM is called IBM MobileFirst. IBM MobileFirst takes advantage of this mobile trend and is an end-to-end solution to facilitate your platform and application development, mobile security, mobile device management and analytics. IBM MobileFirst supplies all key elements needed for a successful mobile enterprise implementation and consequently customization. An essential part of this integrated package is the application platform, IBM Worklight®, which provides application development, testing, management, security, and on-premises or managed service delivery. Creating and deploying a new mobile solution involves many groups, both inside and outside of the enterprise, such as employees, customers, and partners. To successfully establish end-to-end solutions, these components need to be determined and addressed (see Figure 1). Figure 1. Mobile solution overview Did you know? 91% of mobile users keep their device within arm's reach100 percent of the time 75% of mobile shoppers take action after receiving a location-based message 96% year to year increase in mobile cyber Monday sales from 2012 through 2013 (Source: http://ibm.co/15WOsOH )
  • 2. Transform Your Organization into a Mobile Enterprise with IBM Worklight 2 Business value The proliferation and the pace of mobile devices require businesses to be able to respond with agility to upcoming technological improvements, such as new devices or operating system releases. IBM Worklight uses open standards, such as HTML, CSS, and JavaScript, and solutions such as Apache Cordova, Eclipse Foundation, and the Android and Apple SDKs. This provides flexibility in implementing your mobile communication channel and can reduce the time-to-market for a new version of an application that supports a newly released device. Many business opportunities and challenges cannot be solved with prepackaged off-the-shelf software. This kind of software is designed to solve a particular general business need with limited flexibility in terms of customizing the application to satisfy individual business cases. IBM Worklight, instead, provides a set of tools to be customized to the individual business needs of your company, such as improving customer relationship, reducing paper-bound work, or intensifying marketing activities, and allows developers to build solutions even to the most unique requirements. IBM Worklight helps your enterprise reduce the effective distance to your customers and to engage your user base to accelerate real mobile interaction and communication.. Solution overview The IBM mobile solutions portfolio provides key elements of a mobile application platform with the management, security, and analytics capabilities necessary for a successful deployment of mobile technologies. With the IBM Worklight mobile application platform offering, you are able to develop, run, build, and manage mobile applications.. Building mobile applications with IBM Worklight Because of the pace at which variations between mobile devices are being introduced and the constant growing consumer demand, the IBM MobileFirst platform is built upon agile software development methodology. By using the SCRUM methodology, for example, a small set of features can go through the complete development lifecycle, including planning, implementation, and quality assurance, and can be delivered to users rapidly. In this way, mobile customers, partners, and employees get engaged with mobile applications and are able to execute the desired actions. During application development, IBM Worklight separates the roles of native developer, hybrid developer, and web developer through its tooling. This helps to split the workload when a broad set of requirements requires expertise in UI, device capabilities, application logic, and so forth. Actively seeking feedback about a new application or version through a pilot or beta group is a good way to ensure that your initial release does not fail and cause negative perceptions of your company. Gathering feedback is made easier by using an application store such as IBM Worklight Application Center, which enables you to offer a pre-release version of an application to a limited set of users. If you are developing your organization’s first mobile application, you can find valuable early planning information at the following location: http://public.dhe.ibm.com/common/ssi/ecm/en/raw14302usen/RAW14302USEN.PDF Learn more about the IBM Mobile Development Lifecycle Solution: http://www.ibm.com/software/products/us/en/imdls/ Connecting and running mobile applications Most mobile applications connect to enterprise back-end services to provide any possible user-related function. Almost no mobile applications run strictly offline without any connection to an enterprise system
  • 3. Transform Your Organization into a Mobile Enterprise with IBM Worklight 3 at all. IBM Worklight eases the integration and communication to back-end services, for example by push notifications, such as news application alerts, which send information to mobile devices even if the application is not being used. IBM Worklight includes a unified framework that enables the developer to send push notifications to each mobile platform without knowing the targeted device or platform details (Figure 2). Figure 2. Unified Push Notification Architecture in IBM Worklight An offline-enabled mobile application can be used when a mobile device lacks connectivity, but some functions might be limited. Therefore, when creating an offline-enabled mobile application, storing information on the mobile device that can help preserve its functionality in offline mode is very useful. IBM Worklight includes a data synchronization feature, called the JSON store, which provides a pattern for data exchange. After enqueuing each operation in offline mode, those operations are transferred to the server and performed against the source data when a connection becomes available (Figure 3). Figure 3. Offline data access and data synchronization using a JSON store In addition, IBM Worklight simplifies version management and mobile application compatibility through application server communication. Using this server, IBM Worklight can determine the availability of a
  • 4. Transform Your Organization into a Mobile Enterprise with IBM Worklight 4 newer version of the application and is able to automatically push updates and upgrades to the latest version of an application. Solution architecture IBM Worklight consists of five core components. Each component provides a specific set of functions and supports a different stage in the lifecycle of a mobile application (Figure 4). Worklight Studio: An Eclipse-based development environment with a rich set of tools for developing cross-platform applications Worklight Device Runtime: A runtime environment with consistent application programming interfaces (APIs) that can work across different mobile platforms to access native device functionality and integrate with existing services and security Worklight Server: A runtime server that enables secure access to enterprise services, application version management, unified push notifications, and direct application updates Worklight Console: A web-based user interface for real-time analytics, push notification authoring, and mobile application version management Worklight Application Center: A private, cross-platform mobile application store that is tailored for the specific needs of an application development team Figure 4. Worklight architecture overview
  • 5. Transform Your Organization into a Mobile Enterprise with IBM Worklight 5 Usage scenarios There are several possible usage scenarios in the mobile application field. The following paragraphs describe the process that Fictional Airline Company A, a fictional enterprise, follows as it expands into the mobile space. Airline Company A decided to launch a single, business-to-employee application for luggage tracking. This application would enable customer service representatives (CSRs) to view the current location of a passenger’s luggage at any time. The usage scenario is as follows: A passenger travels from one city to another with one stop in between. Because of unforeseen problems at Stop 1, the bag is not transferred to the new airplane. Thus, the passenger contacts a CSR. The CSR is able to search for the location of the luggage by scanning the bar code on the passenger’s luggage receipt or, if scanning fails, uses the device’s keypad to enter the luggage identifier number manually (Figure 5). Figure 5. Usage scenario: Airline industry To select the appropriate mobile platform, Airline Company A must define its mobile strategy. Mobile device selection To reduce the initial investment, Airline Company A uses the bring your own device (BYOD) policy and has its CSRs run the new mobile application on their personally owned mobile devices. Most employees own Apple iOS or Google Android based mobile devices, so the initial application will support only these two platforms. In addition, the luggage tracking application will depend on using the native camera and geo-data applications present on most mobile devices.
  • 6. Transform Your Organization into a Mobile Enterprise with IBM Worklight 6 Mobile applications The initial luggage tracking application is developed using a hybrid development approach. The following factors contribute to this decision: With a hybrid approach, the airline company can create the mobile application using existing skills in web application development, reducing development time and costs. This approach will allow the luggage tracking application to run on the required platforms; platform-specific capabilities, such as the camera or location services, can still be accessed without the cost of maintaining two separate native applications. The web portions of the mobile application can be updated using the Direct Update feature of Worklight, without requiring users to reinstall a new mobile application.. Mobile integration Airline Company A investigated its existing IT infrastructure and determined that some of the data that will be required by the mobile luggage tracking application, such as luggage identification and passenger information, is already available in existing systems. So a new integration layer will be created to access this existing data and impose strict guidelines on its use. Mobile operations The airline company’s IT department decided that mobile applications will access back-end services through the integration layer, using the existing security infrastructure. Authentication will be verified against the company’s directory service using an IBM WebSphere® DataPower® XG45 appliance. The mobile application platform will assist Airline Company A's mobile team in regulating the release and update cycle of mobile applications. Support for users of the mobile application will be provided using a built-in feedback mechanism. Users will use the feedback mechanism to submit written questions that will be routed to the existing IT support team. Mobile application platform When their mobile strategy is defined, Airline Company A is ready to select a mobile application platform. Airline Company A selected IBM Worklight as its base for the Mixed Mobile Application Platform (MMAP), primarily because Worklight features and capabilities support development, integration, and operations. From a development perspective, Worklight offers these benefits: Fast and easy development of hybrid applications through IBM Worklight Studio. Applications run on multiple platforms using the IBM Worklight Device Runtime component. Enrichment of mobile applications with native components such as platform specific UI widgets . Graphical, rich text editor in IBM Worklight Studio to easily develop mobile application’s user interface and possibility to integrate third-party libraries, such as jQuery Mobile and Dojo Mobile. Easy creation of the integration layer with the adapter editor in IBM Worklight Studio. Early and comfortable testing by integrated test server and mobile device simulator in Worklight.
  • 7. Transform Your Organization into a Mobile Enterprise with IBM Worklight 7 From the integration perspective, Worklight offers these benefits: Easy integration of business services and connections to existing enterprise services with Worklight adapters Flexibility to integrate with a company’s existing security infrastructure by security features, such as Lightweight Third Party Authentication (LTPA) and custom security mechanisms Support of lightweight data interchange formats, such as JSON to reduce the size of the data Unified cross-platform notification feature to send notifications to all devices that have the mobile application installed From an operational perspective, Worklight offers these benefits: Internal application store to distribute mobile applications to the employees Central management of mobile apps by rolling out updates and remotely disabling outdated versions Integrated Application Center for collecting feedback from users Reporting and analytics capabilities to determine usage of individual functions within an application Integration with data caching products to allow temporary storage of data in the MMAP Integration The IBM MobileFirst architecture is open and extensible by design, enabling organizations to choose the solution that integrates with their existing environment and solves their most pressing business needs. In addition to meeting mobile-specific requirements, the portfolio enables more rapid integration between social and cloud services and back-end technologies that help secure and manage strategic business processes by IBM WebSphere Cast Iron® Hypervisor and IBM WebSphere DataPower. IBM WebSphere Cast Iron Hypervisor Edition WebSphere Cast Iron Hypervisor Edition is a virtual appliance for service integration. It provides connectivity to a variety of cloud-based and on-premises applications, databases, web services, messaging systems, and other endpoints. WebSphere Cast Iron Hypervisor Edition uses a configuration approach in which integration projects are configured instead of programmed. With a configuration approach, mobile applications can be connected to back-end systems without requiring a developer with programming knowledge to do it. Instead, you build the necessary integration flows using a graphical development environment in WebSphere Cast Iron Studio. Transforming data from its original format to another format can be done using a basic drag-and-drop method in the WebSphere Cast Iron Studio graphical mapping editor (Figure 6).
  • 8. Transform Your Organization into a Mobile Enterprise with IBM Worklight 8 Figure 6. WebSphere Cast Iron Studio graphical mapping editor IBM WebSphere DataPower IBM WebSphere DataPower appliances are designed to support the implementation of enterprise solutions by introducing security layers, providing application integration capabilities, and enhancing overall integration performance. The main advantage of WebSphere DataPower appliances is the easy integration into a network infrastructure, in which they provide a software-independent configuration and simplified functionality. When used as the security layer provider, IBM WebSphere DataPower Appliances can run many critical security tasks by offloading them from the application server. Key security-related capabilities of IBM WebSphere DataPower Appliances are as follows: Unloading HTTPS session handling from the web server Acting as web application and XML firewall Providing authorization, authentication, and auditing (known as AAA) in a single mechanism Implementing an enterprise single sign-on (SSO) function through the use of LTPA tokens In terms of application integration and performance enhancement, IBM WebSphere DataPower Appliances provide the following functions: Unloading XML, XSLT, and XPATH processing from the application server to the DataPower appliance and performing data transformations with better response times Acting as an enterprise service bus (ESB) to provide integration between different architecture layers Accelerating data conversion and application integration Providing support for transmission of specialized business-to-business message traffic between partners
  • 9. Transform Your Organization into a Mobile Enterprise with IBM Worklight 9 Supported platforms IBM Worklight supports multiple database management systems and application servers. For detailed system requirements, a list of supported operating systems, prerequisites, and optional supported software, with component-level details and operating system restrictions, and other information about Worklight Server Enterprise Edition and its installation, go to this address: http://www.ibm.com/support/docview.wss?uid=swg27024838. Ordering information IBM Mobile Foundation V6.0 (product group: Application, Integration, Middleware) is available only through IBM Passport Advantage®. It can be sold only directly by IBM or by authorized IBM Business Partners for Software Value Plus. See the IBM Software Value Plus web page: http://www.ibm.com/partnerworld/page/svp_authorized_portfolio Locate an IBM Business Partner for Software Value Plus in your area and specific portfolio: http://www.ibm.com/partnerworld/wps/bplocator/ Ordering information is listed in Table 1. Table 1. Ordering information Program name PID number Charge metric IBM Mobile Foundation Enterprise Edition 5725-I41 Client Device Install IBM Mobile Foundation Consumer Edition 5725-I42 Application IBM Worklight 5725-I43 Client Device Install Application IBM Mobile Application Platform Pattern 5725-G24 Client Device Application Virtual Server Related information For more information, see the following documents: IBM Worklight product page: http://www.ibm.com/software/products/us/en/worklight/ IBM Worklight V6.0 technology overview: http://ibm.co/16vbGzm IBM Worklight V6.0 information center: http://pic.dhe.ibm.com/infocenter/wrklight/v6r0m0/index.jsp IBM Worklight V6.0 data sheet: http://public.dhe.ibm.com/common/ssi/ecm/en/wsd14109usen/WSD14109USEN.PDF IBM Offering Information page (to search on announcement letters, sales manuals, or both): http://www.ibm.com/common/ssi/index.wss?request_locale=en On this page, enter IBM Worklight, select the information type, and then click Search. On the next page, narrow your search results by geography and language.
  • 10. Transform Your Organization into a Mobile Enterprise with IBM Worklight 10
  • 11. Transform Your Organization into a Mobile Enterprise with IBM Worklight 11 Notices This information was developed for products and services offered in the U.S.A. IBM may not offer the products, services, or features discussed in this document in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM product, program, or service. IBM may have patents or pending patent applications covering subject matter described in this document. The furnishing of this document does not give you any license to these patents. You can send license inquiries, in writing, to: IBM Director of Licensing, IBM Corporation, North Castle Drive, Armonk, NY 10504-1785 U.S.A. The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law : INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you. This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice. Any references in this information to non-IBM Web sites are provided for convenience only and do not in any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this IBM product and use of those Web sites is at your own risk.IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you. Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products. This information contains examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. Any performance data contained herein was determined in a controlled environment. Therefore, the results obtained in other operating environments may vary significantly. Some measurements may have been made on development-level systems and there is no guarantee that these measurements will be the same on generally available systems. Furthermore, some measurement may have been estimated through extrapolation. Actual results may vary. Users of this document should verify the applicable data for their specific environment. COPYRIGHT LICENSE: This information contains sample application programs in source language, which illustrate programming techniques on various operating platforms. You may copy, modify, and distribute these sample programs in any form without payment to IBM, for the purposes of developing, using, marketing or distributing application programs conforming to the application programming interface for the operating platform for which the sample programs are written. These examples have not been thoroughly tested under all conditions. IBM, therefore, cannot guarantee or imply reliability, serviceability, or function of these programs. © Copyright International Business Machines Corporation 2013. All rights reserved. Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  • 12. Transform Your Organization into a Mobile Enterprise with IBM Worklight 12 This document was created or updated on October 9, 2013. Send us your comments in one of the following ways: Use the online Contact us review form found at: ibm.com/redbooks Send your comments in an e-mail to: redbook@us.ibm.com Mail your comments to: IBM Corporation, International Technical Support Organization Dept. HYTD Mail Station P099 2455 South Road Poughkeepsie, NY 12601-5400 U.S.A. This document is available online at http://www.ibm.com/redbooks/abstracts/tips1053.html . Trademarks IBM, the IBM logo, and ibm.com are trademarks or registered trademarks of International Business Machines Corporation in the United States, other countries, or both. These and other IBM trademarked terms are marked on their first occurrence in this information with the appropriate symbol (® or ™), indicating US registered or common law trademarks owned by IBM at the time this information was published. Such trademarks may also be registered or common law trademarks in other countries. A current list of IBM trademarks is available on the Web at http://www.ibm.com/legal/copytrade.shtml The following terms are trademarks of the International Business Machines Corporation in the United States, other countries, or both: Cast Iron® DataPower® IBM® Passport Advantage® Redbooks® Redbooks (logo)® WebSphere® Worklight is trademark or registered trademark of Worklight, an IBM Company. Other company, product, or service names may be trademarks or service marks of others.