Top Banner

of 12

Enterprise Architecture for Mobile Apps

Apr 04, 2018

Download

Documents

Pratik Batra
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
  • 7/29/2019 Enterprise Architecture for Mobile Apps

    1/12

    November 22, 2011

    Architecture ofEnterprise Mobile Apps

    Sergey Zabaluev

    http://mobile.ctco.eu

  • 7/29/2019 Enterprise Architecture for Mobile Apps

    2/12

    Setting the context

    Highly competitive, global marketplace Increasing speed of new product development andprocess improvements Diverse and increasingly mobile workforce Relentless pursuit of productivity improvements Shift to dynamic, global, cross-functional teamsspanning internal units and multiple organizations

    Consumerization of IT user experience matters Social, people-centric IT solutions for collaboration Role-based workspaces, mashups and composite appsBeyond build vs buy vertically integrated IT solutions Data explosion and need for information delivery /exploitation at all levels of organization

    Business trends need for speed and agility

    IT trends challenging the status quo

  • 7/29/2019 Enterprise Architecture for Mobile Apps

    3/12

    IT application landscape isevolving

    With consolidated transactional systems,data integration / warehouses, processintegration in place, whats next?

    More sophisticated information exploitation

    Integrated user experience

    Context-aware information delivery

    More fine-grained triage of business

    processes, supporting high-end knowledgeworkers in handling complex cases

    Further integration along the value chain with customers, suppliers and partners

  • 7/29/2019 Enterprise Architecture for Mobile Apps

    4/12

    Typical usage scenarios formobile enterprise apps

    Dashboards and reports Customer information Reviews, approvals, lightweight workflow Document management

    Collaboration Access to information in the field (client,managers, risk engineers, operationspersonnel)

  • 7/29/2019 Enterprise Architecture for Mobile Apps

    5/12

    Role-based workspaces,mashups and composite apps

    User-centric approach, with composite apps shielding the users fromthe complexity of the underlying IT landscape

    Role-based workspaces, integrating transactional data, documentmanagement, business intelligence, collaboration, general productivity

    Leveraging Service-Oriented Architecture and existing IT systems

  • 7/29/2019 Enterprise Architecture for Mobile Apps

    6/12

    Mobile platforms in theenterprise

    Usage scenarios vary between theenterprises

    Typically less platform fragmentationthan in the consumer market 2-3corporate platforms (iOS, Android,Blackberry)

    Smartphones vs tablets

    Tablet form factor enables a differentkind of enterprise apps

  • 7/29/2019 Enterprise Architecture for Mobile Apps

    7/12

    There are multiple architectureoptions possible

    Native

    Native

    View

    WebView

    HTML

    Native

    EmbeddedHTML

    Mobile web apps

    Embedded mobile web apps with native container (e.g. PhoneGap)

    Hybrid apps (native container, native extended capabilities, HTML5for certain content/layout)

    Native apps

    1

    2

    3

    4

    1 3 42

  • 7/29/2019 Enterprise Architecture for Mobile Apps

    8/12

    What are the considerationswhen defining the architecture?

    Actual use cases and available IT infrastructure

    Offline usage scenarios and requirements

    Certain data processing scenarios (e.g. handling large documents,

    background work)

    Embedded mobile web apps option is becoming more viable over time, but Need to mature further Further performance improvements are needed Ease of development vs complexity of debugging and tuning of UI Some use cases are pushing the boundary of whats possible User experience: somewhat OKvsuncompromising, the wow factor

    If you are starting today: mobile web architecture for simpler online apps native/hybrid architecture for more complex occasionally offline apps experiment with embedded HTML architecture until you feel

    comfortable (e.g. converting simple online mobile web apps)

  • 7/29/2019 Enterprise Architecture for Mobile Apps

    9/12

    Example:Hybrid iOS enterprise apps

    A hybrid technology is used,with iOS container and acombination of native iOSObjective-C and HTML5components for the content

    Depending on the use casesand usability considerationsthe degree of native iOSand HTML5 code can vary

    For example, reports can bepre-rendered in HTML5 andprovisioned to the frontendfor rendering

    Secure Web Services can beused to handle thecommunicate between theMobile Client and CompositeIntegration Services

    iOS Container/Framework

    HTML5content

    components

    Objective-Ccontent

    components

    Authentication

    Caching /offline storage

    Decryption

    Communication

    Datasynchronization

    Authorization

    Composite Integration Services Framework

    Backend Services

    Encryption

    DataAggregationcomponents

    DataTrasformationComponents

    Authorization

    Communication

    SmartCaching LogicComponents

  • 7/29/2019 Enterprise Architecture for Mobile Apps

    10/12

    What about operationalarchitecture?

    Depending on the IT landscape,integration with mobile clients can bedone in a number of ways:

    VPN connection (either passwordor certificate based) for directaccess to intranet resources

    HTTPS connection with clientauthentication for accessingspecially exposed resources in theDMZ

    It is recommended to have an MDMsolution for device management,policies provisioning and appsdeployment

    Composite server which provides allservices to iOS devices sits in the DMZand has special access to selectedintranet services

    iOS apps connect only to the compositeserver

    iOS Device

    VPNCertificate

    DMZ

    Intranet Resources

    MDMSoftware

    HTTPS ClientCertificate

    (Safari, Mail)

    CompositeServicesServer

    HTTPS ClientCertificate(in-house

    apps)

    VPN

    HTTPS

    HTTPS/VPN

  • 7/29/2019 Enterprise Architecture for Mobile Apps

    11/12

    What about securityarchitecture?

    Security measures can be adjusted depending on the application and the sensitivity ofhandled information

    iOS devices should be MDM-managed and security policies should be enforced (devicepasscode, apps restriction, jailbreak detection, etc)

    Alongside default business security features of the iPad additional features arerecommended for the highly sensitive information:

    Communication encryption

    Caching of sensitive data in encrypted form with the decryption key available onlyon the server

    HTTPS connection with client certificate authentication is recommended whenconnecting to the server

    It is possible to enroll a single client certificate for use by all company applications,which simplifies management, maintenance and the whole process is automatedand user friendly

  • 7/29/2019 Enterprise Architecture for Mobile Apps

    12/12

    Begin your journeybeware of wild animals