IBM Lotus Domino and BlackBerry Applications

Size: px
Start display at page:

Download "IBM Lotus Domino and BlackBerry Applications"

Transcription

1 Technology Overview IBM Lotus Domino and BlackBerry Applications An Overview for Effectively Creating BlackBerry Applications that Interact with Domino Databases

2

3 Table of Contents Executive Summary 1 Building Web-Enabled Domino Databases for BlackBerry Browser 2-3 Building Applications using BlackBerry MDS Studio 4 Building Applications using the BlackBerry JDE 5 The BlackBerry Mobile Data System 6 Application and Device Management 6 Information Security 7 Rapid Development and Implementation 7 Example Application: Discussion forum template 8 Forms 8-9 Views 9 Agents 9 Summary 10 Additional Resources 10 References 10

4 1. Executive Summary Only 18 percent of the world s 50 million mobile professionals can access business data and applications wirelessly. Of these 9 million users, the majority can access only . Extending the reach of critical business applications to mobile workers has been proven to increase productivity and efficiency, generating measurable ROI. By mobilizing IBM Lotus Domino applications and enabling those gains, IT departments can leverage their investments and drive revenue, rather than cost. [1] The BlackBerry Enterprise Server is part of an integrated mobility solution that connects Lotus Domino databases to mobile users with minimal effort and expense. With Out of the Box control of devices through IT Policies and secure connectivity to your environment, the BlackBerry Enterprise Solution ensures that your application data remains confidential. The BlackBerry Enterprise Solution offers several free development options to enable applications for wireless usage. These include a full-featured Java Micro Edition development environment, a Rapid Application Development environment to extend existing Web Services, and a simple method for creating Web-enabled sites for use on the BlackBerry Browser.

5 2. Building Web-Enabled Domino Databases for BlackBerry Browser Enabling wireless access to Domino databases via the BlackBerry Browser requires very little development. If the Domino server is configured to allow Web access and the database is Web Enabled, the only development required is interface tuning for the wireless device. Wireless devices have smaller screens and slower processors than desktop PCs, so developers should attempt to remove applets, large images, scripts, and tables that can provide a cumbersome wireless experience. Table 1 lists a number of best practices for interface tuning. Developers can approach enabling using two different methods: Modification of existing forms and views In this method, developers examine each form or view and remove or hide anything that is unnecessary, including large images, applets, tables and views with a large numbers of columns. Creation of an access portal In this method, developers create a form with exactly the information needed for your mobile users. This option can simplify the development burden because developers do not have to modify existing forms or views. Administrators can direct wireless users to the database by monitoring incoming HTTP requests and routing them to specific areas based on the HTTP header. They can also push Web links to the device via the following options: Channel push This adds an icon to the BlackBerry device s ribbon or home screen allowing a visual entry point to a Web-based application. It also allows administrators to modify the icon to alert users that new data is available for viewing. Message push This sends a message to the inbox utilizing the existing alert profile for notification. The message presents an Open Link that will direct users to a specified URL. Cache push This is used in conjunction with Channel push to direct the application to the local data cache so it does not have to rely on an active connection. This is very useful for users needing access to data in areas of very low or no network connectivity.

6 3. Table 1. Explanations of Recommended Practices for Web-Enabling Applications for BlackBerry Browsers Recommended Practices for Web-Enabling Applications Use an existing built-in Web server to present data from a Web-enabled database to BlackBerry users. Turn off JavaScript and Java applets whenever possible. Remove large images and other unnecessary form components. Reduce the amount of columns in your views Use the IBM Lotus Domino news agent to push Web content Mobilize access to only critical information. Create data portals to simplify access. Explanation of Practices No additional development work is required. JavaScript and applets are supported by the BlackBerry Browser, but are resource-intensive. Developers should tailor applications to a wireless-friendly lightweight client. Improves rendering on small screens. Helps with presenting useful data to the BlackBerry users. Push support is built into BlackBerry devices and the BlackBerry Enterprise Solution cache. Reduces application size and complexity for better rendering on small screens. For databases with large amounts of information, a portal-like interface with a number of views available provides an easy way for wireless users to navigate. Even a small number of top-level options can reduce a user s search time by a substantial amount.

7 4. Building Applications using BlackBerry MDS Studio BlackBerry MDS Studio is a visual RAD tool that helps developers mobilize Web service applications with a simple, point-and-click interface. BlackBerry MDS Studio is designed to provide the performance, application responsiveness, and user experience of applications created using a native programming language (for example, Java Micro Edition), but without the need for coding. The development environment allows you to connect to Web services within a Domino database, IBM Websphere or other Web hosting systems that provide your Web services (WSDL s). BlackBerry MDS Studio allows developers to create a BlackBerry application with three internal methods: Quick Start This method will create all segments of the application based on the Web service being connected. This is the quickest method and only requires small amounts of customization. Bottom Up This method provides developers the flexibility of designing and creating the user interface while the tool creates the underlying data and message structure. Top Down This approach is designed to allow complete flexibility for the creating of highly customized applications. This method has no pre-generated components. For databases already using Web services, BlackBerry MDS Studio is a simple way to create rich client applications using advanced features, such as persistent storage on the wireless device. This means that developers can spend their time fine-tuning application behavior instead of writing basic connectivity and functionality.

8 5. Building Applications using the BlackBerry JDE BlackBerry applications requiring access to Bluetooth, peripherals or core applications on the device require the BlackBerry Java Development Environment (BlackBerry JDE). The BlackBerry JDE is a free, fully integrated development environment for building Java Micro Edition (Java ME ) applications for BlackBerry devices. The environment also provides server and device simulators so you can test your applications before implementing them in a live environment. In addition to providing development resources for all the versions of the BlackBerry device, the JDE includes the following features designed to speed development and integration with the BlackBerry Enterprise Server s security and application services: An enhanced Application Programming Interface (API) set, documentation and samples that enable developers to tightly integrate their applications with BlackBerry , text messaging, Web browser and organizer applications. The API enhancements include support for Bluetooth and the BlackBerry push architecture. New Java Specification Request (JSR) implementations, including JTWI, MIDP 2.0, CLDC 1.1 and PDAP PIM, which provide developers with a familiar development environment and greater flexibility with applications. A new simulator with improved emulation accuracy, support for new BlackBerry devices, and extensive ease-of-use improvements allows developers to quickly emulate and determine how their application will behave on a wide range of BlackBerry devices. Synchronization tools that leverage BlackBerry Enterprise Server for managing data synchronization between back-end applications and device applications. An XML Generator that allows developers to perform XML-related tasks without writing additional code. Support for WAP s Push Access Protocol (PAP), which provides developers with protocol choice for reliably pushing data with their application. IBM Lotus Domino is an ideal system for implementing a custom Java application that interacts with an existing Domino Database because it already provides functionality to access data and send or receive network (HTTP) requests. By taking advantage of the functionality of an existing system or platform, you save research, development, and testing time and costs.

9 6. The BlackBerry Mobile Data System Mobilizing applications for the BlackBerry platform increases responsiveness to customers and partners by optimizing staff resources. The median user of BlackBerry-mobilized applications reclaims 196 hours of productivity per year [2]. By linking distributed groups more closely, the average efficiency of BlackBerry-mobilized teams increases 29 percent. These productivity gains allow IT departments to step out of their traditional, reactive cost center roles and build enabling applications that increase revenue across the entire workforce. The BlackBerry Mobile Data System is an optimized application development framework for the BlackBerry Enterprise Solution. It provides application management, rapid time-to-market, and the data security required for using the wireless network to access corporate applications. Application and Device Management The BlackBerry Enterprise Server functions as the middleware between the Domino server and the BlackBerry devices. As part of the BlackBerry Enterprise Server, the BlackBerry Manager application provides the IT department with full control over their BlackBerry environment, including the applications running on end-users devices. Pre-built and thoroughly tested integration on both ends of the connection provides administrators with complete, reliable, device-level control of security policies, authentication options, and even remote configuration and system wipes for lost or stolen devices. Managing BlackBerry Browser Applications The BlackBerry Manager s Access Control tool provides granular control over users browser access. While other devices allow only all or nothing control, the BlackBerry Manager provides administrators with complete authority over the Web sites users can view. The BlackBerry Manager also allows IT to determine which content is pushed out to specific users and to designate administrators who can perform the push. Push Rules ensure that content is deployed to only authorized users in compliance with company policies. Managing Custom Java and Third Party Applications The BlackBerry Manager s Software Configurations tool enables consistent configuration of policies regulating third-party and custom wireless applications. Using simple drop-down menus, administrators can mark wireless applications as optional, required, or not allowed. The BlackBerry Manager then enforces these permissions across all devices in a designated group. Administrators can use the All Users or User Groups tabs to inspect the configurations of each wireless device. Managing BlackBerry MDS Studio The BlackBerry Manager provides similar control over applications built with the BlackBerry MDS Studio for Rapid Application Development (RAD) environment. With just a few clicks, administrators can quarantine or remove any application, schedule application deployment on any number of devices or groups of devices, and upgrade BlackBerry MDS Studio applications on all or some devices.

10 7. Information Security Wireless applications present several unique management challenges. Since wireless networks are inherently non-secure, administrators must ensure that any data passing outside the firewall is reliably protected. To guard against device loss and theft, administrators must also be able to control the content and behaviour of a device remotely. In addition to protecting competitive information from loss and theft, modern businesses must maintain compliance with industry and governmental regulations, such as Sarbanes Oxley, PCI, HIPAA and GLBA, all of which require stringent security and privacy standards. Failure to maintain these standards can result in lost customer confidence, fines, and even criminal litigation. Businesses with multi-national operations may be held to even higher standards by overseas privacy and security regulations, such as the European Union Privacy Directive. Wireless applications add two new layers of concern for IT administrators network and device-level security. Enterprise applications use and modify a company s most critical, proprietary information. Sending that data across a wireless network unprotected can jeopardize the privacy and confidentiality of this information. Device-level security is an even greater threat. Due to their small form factor and high value, wireless devices are ideal targets for theft. For a complete list of security accreditations for the BlackBerry solution, please refer to: Rapid Development and Implementation In organizations using the BlackBerry Enterprise Solution and IBM Lotus Domino, most of the required infrastructure to mobilize a Domino database is already in place. The BlackBerry Enterprise Server offers developers three different methods of mobilizing applications, depending on the degree of sophistication needed on the wireless device. Each method is discussed in below. By integrating with the existing security and administration model of BlackBerry Enterprise Solution, developers can focus on the business logic of application development, while the BlackBerry Enterprise Server looks after items such as wireless protocols, data encryption and application management.

11 8. Example Application: Discussion forum template The IBM Lotus Domino Discussion Forum template is included with installations of IBM Lotus Domino. It provides the tools to create a discussion forum where members can ask questions and share information with other members. The template contains a built-in agent that can periodically create a newsletter containing new discussion items and it to the discussion forum members. This template can be extended to BlackBerry users using a push-based application. When mobilized, discussion members can read, respond to and create discussion items while they are out of the office. Because IBM Lotus Domino can present data to the web, the BlackBerry extension of this application is largely web-based. There is a custom application component that is used to emulate the IBM Lotus Domino view of discussion items. Using a custom component, you can represent the view information on the BlackBerry device while still using the BlackBerry Browser to view the forms, which can be easily reformatted for the BlackBerry device screen. Because the agent that creates the newsletter already exists, you need to extend the agent to push new articles to BlackBerry. To perform the HTTP post to the BlackBerry Mobile Data Service, you need to use some Java code embedded in the IBM Lotus Domino database. Forms To extend the sample application to a wireless environment, we created several new forms by modifying existing ones. Form Name Description Benefit of new form BBWeb-Main Topic BBWeb-Response A new form; modifies Main Topic (an existing form) A new form; modifies Responses (an existing form) Removes some visual complexity Removes some visual complexity Interest Profile Preferences An existing form Adds information about BlackBerry that is necessary To perform a push to a BlackBerry device

12 In the following screen shots, the original database form on the left is more complicated and contains more information than the modified form on the right. The form on the right has been optimized for wireless devices and only the essential information appears. Figure 3: Original database form Figure 4: Database form modified for wireless device Views The BBAll Documents view is a new view that was created in the sample application. It is similar to the default All Documents view, but it uses a different form selection query. This form selection query enables you to select the type of form to use depending on the browser that is viewing it. If the pages are viewed using a desktop browser, the default forms are selected. If the pages are viewed using a BlackBerry Browser, the BlackBerry forms are selected. Figure 5: Form selection query

13 Agents The Send BB Update agent is based on the existing Send Newsletters agent and uses similar code. The main difference is that instead of generating a newsletter and ing it to the users, the agent generates a push using the same information and calls a Java class that can complete the HTTP post that is necessary to perform a push. The Java class is necessary because you cannot create an HTTP post using Lotus script or another formula language. Figure 6: A view of an IBM Domino agent

14 Summary Mobilizing existing IBM Lotus Domino databases can give users access to corporate data on a wireless device. Providing BlackBerry users with access to an IBM Lotus Domino database on a BlackBerry device can increase productivity and reduce costs. Before you extend an IBM Lotus Domino database to BlackBerry users, consider how mobilizing it will help users better perform their jobs or decrease operating costs. Because the infrastructure and data is already in place, mobilizing an existing IBM Lotus Domino database is faster and easier than creating a new application. Administrators and developers with IBM Lotus Domino experience already have the necessary knowledge, skills and tools to extend an existing IBM Lotus Domino database to BlackBerry. Additional Resources To learn more about the BlackBerry Enterprise Solution, please go to This website includes information and sample code for getting started with mobilizing your Domino applications using the BlackBerry solution. Contact a Research In Motion office: Head Office Research In Motion 295 Phillip Street Waterloo, Ontario Canada N2L 3W8 tel: (519) fax: (519) help@blackberry.net Europe Research In Motion Centrum House 36 Station Road Egham, Surrey United Kingdom TW20 9LF tel: +44 (0) fax: +44 (0) help@blackberry.net References 1. Getting the Workforce Better Connected, Yankee Group Research, Inc., October, Analyzing the Return On Investment of a BlackBerry Deployment, Ipsos Reid Research Study, 2004

15 *Check with service provider for availability, roaming arrangements and service plans. Certain features outlined in this document require a minimum version of BlackBerry Enterprise Server software, BlackBerry Desktop Software, and/or BlackBerry Device Software. May require additional application development. Prior to subscribing to or implementing any third party products or services, it is your responsibility to ensure that the airtime service provider you are working with has agreed to support all of the features of the third party products and services. Installation and use of third party products and services with RIM s products and services may require one or more patent, trademark or copyright licenses in order to avoid infringement of the intellectual property rights of others. You are solely responsible for determining whether such third party licenses are required and are responsible for acquiring any such licenses. To the extent that such intellectual property licenses may be required, RIM expressly recommends that you do not install or use these products and services until all such applicable licenses have been acquired by you or on your behalf. Your use of third party software shall be governed by and subject to you agreeing to the terms of separate software licenses, if any, for those products or services. Any third party products or services that are provided with RIM s products and services are provided as is. RIM makes no representation, warranty or guarantee whatsoever in relation to the third party products and services and RIM assumes no liability whatsoever in relation to the third party products and services even if RIM has been advised of the possibility of such damages or can anticipate such damages Research In Motion Limited. All rights reserved. The BlackBerry and RIM families of related marks, images and symbols are the exclusive properties of Research In Motion Limited. RIM, Research In Motion, BlackBerry and Always On, Always Connected are registered with the U.S. Patent and Trademark Office and may be pending or registered in other countries. All other brands, product names, company names, trademarks and service marks are the properties of their respective owners. The handheld and/or associated software are protected by copyright, international treaties and various patents, including one or more of the following U.S. patents: 6,278,442; 6,271,605; 6,219,694; 6,075,470; 6,073,318; D,445,428; D,433,460; D,416,256. Other patents are registered or pending in various countries around the world. Please visit for a current listing of applicable patents. This document is provided as is and Research In Motion Limited (RIM) assumes no responsibility for any typographical, technical or other inaccuracies in this document. RIM reserves the right to periodically change information that is contained in this document; however, RIM makes no commitment to provide any such changes, updates, enhancements or other additions to this document to you in a timely manner or at all. RIM MAKES NO REPRESENTATIONS, WARRANTIES, CONDITIONS OR COVENANTS, EITHER EXPRESS OR IMPLIED (INCLUDING WITHOUT LIMITATION, ANY EXPRESS OR IMPLIED WARRANTIES OR CONDITIONS OF FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, MERCHANTABILITY, DURABILITY, TITLE, OR RELATED TO THE PERFORMANCE OR NON-PERFORMANCE OF ANY SOFTWARE REFERENCED HEREIN OR PERFORMANCE OF ANY SERVICES REFERENCED HEREIN). IN CONNECTION WITH YOUR USE OF THIS DOCUMENTATION, NEITHER RIM NOR ITS AFFILIATED COMPANIES AND THEIR RESPECTIVE DIRECTORS, OFFICERS, EMPLOYEES OR CONSULTANTS SHALL BE LIABLE TO YOU FOR ANY DAMAGES WHATSOEVER BE THEY DIRECT, ECONOMIC, COMMERCIAL, SPECIAL, CONSEQUENTIAL, INCIDENTAL, EXEMPLARY OR INDIRECT DAMAGES, EVEN IF RIM HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, INCLUDING WITHOUT LIMITATION, LOSS OF BUSINESS REVENUE OR EARNINGS, LOST DATA, DAMAGES CAUSED BY DELAYS, LOST PROFITS, OR A FAILURE TO REALIZE EXPECTED SAVINGS. This document might contain references to third party sources of information and/or third party web sites ( Third-Party Information ). RIM does not control, and is not responsible for, any Third-Party Information, including, without limitation the content, accuracy, copyright compliance, legality, decency, links, or any other aspect of Third-Party Information. The inclusion of Third-Party Information in this document does not imply endorsement by RIM of the third party in any way. Any dealings with third parties, including, without limitation, compliance with applicable licenses and terms and conditions, are solely between you and the third party. RIM shall not be responsible or liable for any part of such dealings.

16

17 2007 Research In Motion Limited. All rights reserved. Research In Motion, RIM logo, BlackBerry, and BlackBerry and dataflow design, are registered with the U.S. Patent and Trademark Office and may be pending or registered in other countries. These marks, images and symbols are owned by Research In Motion Limited. All other brands, product names, company names, and trademarks are the properties of their respective owners. The specifications and features contained in this document are subject to change without notice. MKT

BlackBerry Enterprise Solution and RSA SecurID

BlackBerry Enterprise Solution and RSA SecurID Technology Overview BlackBerry Enterprise Solution and RSA SecurID Leveraging Two-Factor Authentication to Provide Secure Access to Corporate Resources Table of Contents Executive Summary 3 Empowering

More information

BlackBerry Desktop Manager Version: 1.0.1. User Guide

BlackBerry Desktop Manager Version: 1.0.1. User Guide BlackBerry Desktop Manager Version: 1.0.1 User Guide SWD-857131-0929025909-001 Contents Basics... 2 About BlackBerry Desktop Manager... 2 System requirements: BlackBerry Desktop Manager... 2 Set up your

More information

BlackBerry Enterprise Server Express. Version: 5.0 Service Pack: 4. Update Guide

BlackBerry Enterprise Server Express. Version: 5.0 Service Pack: 4. Update Guide BlackBerry Enterprise Server Express Version: 5.0 Service Pack: 4 Update Guide Published: 2012-08-31 SWD-20120831100948745 Contents 1 About this guide... 4 2 Overview: BlackBerry Enterprise Server Express...

More information

Deploying Java Applications

Deploying Java Applications Deploying Java Applications Contents Executive summary...3 Audience...3 BlackBerry solutions...3 BlackBerry Internet Solution...3 BlackBerry Enterprise Solution...4 Developing Java applications for BlackBerry

More information

Synchronization Server SDK Version 4.1.2 Release Notes and Known Issues List

Synchronization Server SDK Version 4.1.2 Release Notes and Known Issues List Synchronization Server SDK Version 4.1.2 Release Notes and Known Issues List 2007 Research In Motion Limited. All rights reserved. www.blackberry.com Synchronization Server SDK 2 of 6 NOTE This document

More information

BlackBerry Web Desktop Manager. Version: 5.0 Service Pack: 4. User Guide

BlackBerry Web Desktop Manager. Version: 5.0 Service Pack: 4. User Guide BlackBerry Web Desktop Manager Version: 5.0 Service Pack: 4 User Guide Published: 2012-10-03 SWD-20121003174218242 Contents 1 Basics... 5 Log in to the BlackBerry Web Desktop Manager... 5 Connect your

More information

Accessing BlackBerry Data Services Using Wi-Fi Networks

Accessing BlackBerry Data Services Using Wi-Fi Networks Accessing BlackBerry Data Services Using Wi-Fi Networks 2007 Research In Motion Limited. All rights reserved. 2 of 7 Contents Introduction...3 Wi-Fi access to BlackBerry data services...3 Priority for

More information

BlackBerry Enterprise Server for IBM Lotus Domino. Compatibility Matrix. July 18, 2013

BlackBerry Enterprise Server for IBM Lotus Domino. Compatibility Matrix. July 18, 2013 BlackBerry Enterprise Server for IBM Lotus Domino Compatibility Matrix July 18, 2013 2013 Research In Motion Limited. All rights reserved. www.rim.com Page: 1 Software version support life cycle has ended

More information

BlackBerry Enterprise Server for Microsoft Exchange. Compatibility Matrix January 31, 2011

BlackBerry Enterprise Server for Microsoft Exchange. Compatibility Matrix January 31, 2011 BlackBerry Enterprise Server for Microsoft Exchange Compatibility Matrix January 31, 2011 2010 Research In Motion Limited. All rights reserved. www.rim.com Page: 1 Operating Systems: BlackBerry Enterprise

More information

BlackBerry Enterprise Server Resource Kit BlackBerry Analysis, Monitoring, and Troubleshooting Tools Version: 5.0 Service Pack: 2.

BlackBerry Enterprise Server Resource Kit BlackBerry Analysis, Monitoring, and Troubleshooting Tools Version: 5.0 Service Pack: 2. BlackBerry Enterprise Server Resource Kit BlackBerry Analysis, Monitoring, and Troubleshooting Tools Version: 5.0 Service Pack: 2 Release Notes Published: 2010-06-04 SWD-1155103-0604111944-001 Contents

More information

BlackBerry Enterprise Server for Microsoft Exchange. Compatibility Matrix March 25, 2013

BlackBerry Enterprise Server for Microsoft Exchange. Compatibility Matrix March 25, 2013 BlackBerry Enterprise Server for Microsoft Exchange Compatibility Matrix March 25, 2013 2013 Research In Motion Limited. All rights reserved. www.rim.com Page: 1 Software version support life cycle has

More information

BlackBerry Mobile Conferencing

BlackBerry Mobile Conferencing BlackBerry Mobile Conferencing BlackBerry Device Software 5.0 User Guide Version: 3.0 SWD-1908281-0130021643-001 Contents Conference call basics... 2 About BlackBerry Mobile Conferencing... 2 Join a conference

More information

Compatibility Matrix March 05, 2010

Compatibility Matrix March 05, 2010 BlackBerry Enterprise Server Express Compatibility Matrix March 05, 2010 2010 Research In Motion Limited. All rights reserved. www.rim.com Page: 1 Operating Systems - BlackBerry Enterprise Server Express

More information

BlackBerry Web Desktop Manager. User Guide

BlackBerry Web Desktop Manager. User Guide BlackBerry Web Desktop Manager User Guide Published: 2012-01-26 SWD-1952106-0126040849-001 Contents 1 About the BlackBerry Web Desktop Manager... 3 About the BlackBerry Business Cloud Services... 3 2 Getting

More information

BES10 Self-Service. Version: 10.2. User Guide

BES10 Self-Service. Version: 10.2. User Guide BES10 Self-Service Version: 10.2 User Guide Published: 2014-09-10 SWD-20140908171306471 Contents 1 BES10 Self-Service overview... 4 2 Log in to BES10 Self-Service... 5 3 Activating your device...6 Create

More information

Administration Guide. Wireless software upgrades

Administration Guide. Wireless software upgrades Administration Guide Wireless software upgrades SWDT207654-207654-0727045705-001 Contents Upgrading the BlackBerry Device Software over the wireless network... 3 Wireless software upgrades... 3 Sources

More information

BlackBerry Mobile Voice System - BlackBerry MVS Client

BlackBerry Mobile Voice System - BlackBerry MVS Client BlackBerry Mobile Voice System - BlackBerry MVS Client BlackBerry Device Software 5.0 User Guide Version: 5.2 SWD-1249531-0316085151-001 Contents Basics... 2 About the BlackBerry MVS Client... 2... 3 basics...

More information

BlackBerry Business Cloud Services. Version: 6.1.7. Release Notes

BlackBerry Business Cloud Services. Version: 6.1.7. Release Notes BlackBerry Business Cloud Services Version: 6.1.7 Release Notes Published: 2015-04-02 SWD-20150402141754388 Contents 1 Related resources...4 2 What's new in BlackBerry Business Cloud Services 6.1.7...

More information

BlackBerry Enterprise Server Express for IBM Domino. October 7, 2014 Version: 5.0 Service Pack: 4. Compatibility Matrix

BlackBerry Enterprise Server Express for IBM Domino. October 7, 2014 Version: 5.0 Service Pack: 4. Compatibility Matrix BlackBerry Enterprise Server Express for IBM Domino October 7, 2014 Version: 5.0 Service Pack: 4 Compatibility Matrix Published: 2014-10-08 SWD-20141008134243982 Contents 1...4 Legend... 4 Operating system...

More information

BlackBerry Enterprise Solution

BlackBerry Enterprise Solution BlackBerry Enterprise Solution The leading wireless solution for connecting mobile users to the customers, colleagues and information that drive business. BlackBerry Enterprise Solution Mobilize Your Email,

More information

BlackBerry World Storefront. Version: 4.3. User Guide

BlackBerry World Storefront. Version: 4.3. User Guide BlackBerry World Storefront Version: 4.3 User Guide Published: 2013-02-21 SWD-20130221142618627 Contents About BlackBerry World... 5 New features and enhancements... 6 Browsing and searching... 7 Search

More information

BlackBerry Enterprise Server. BlackBerry Administration Service Roles and Permissions Version: 5.0 Service Pack: 4.

BlackBerry Enterprise Server. BlackBerry Administration Service Roles and Permissions Version: 5.0 Service Pack: 4. BlackBerry Enterprise Server BlackBerry Administration Service Roles and Permissions Version: 5.0 Service Pack: 4 Reference Guide Published: 2013-03-28 SWD-20130328143914668 Contents 1 Administrative s

More information

BlackBerry Enterprise Server Express for Microsoft Exchange

BlackBerry Enterprise Server Express for Microsoft Exchange BlackBerry Enterprise Server Express for Microsoft Exchange Compatibility Matrix December 19, 2013 2013 BlackBerry. All rights reserved. Page: 1 Operating Systems: BlackBerry Enterprise Server and BlackBerry

More information

Work Space Manager for BES12 26387_449

Work Space Manager for BES12 26387_449 Work Space Manager for BES12 26387_449 About this document This guide contains fixed and known issues for version 26387_449 of Work Space Manager for BES12. To see previous versions of the release notes,

More information

New Security Features

New Security Features New Security Features BlackBerry 10 OS Version 10.3.2 Published: 2015-06-08 SWD-20150608104314635 Contents About this guide... 4 What's new... 4 NFC smart card support... 5 OCSP stapling support in the

More information

BlackBerry Professional Software For Microsoft Exchange Compatibility Matrix January 30, 2009

BlackBerry Professional Software For Microsoft Exchange Compatibility Matrix January 30, 2009 BlackBerry Professional Software For Microsoft Exchange Compatibility Matrix January 30, 2009 2008 Research In Motion Limited. All rights reserved. www.rim.com Page: 1 RECOMMENDED SUPPORTED SUPPORTED BEST

More information

BlackBerry Enterprise Server for Microsoft Office 365. Version: 1.0.3. Release Notes

BlackBerry Enterprise Server for Microsoft Office 365. Version: 1.0.3. Release Notes BlackBerry Enterprise Server for Microsoft Office 365 Version: 1.0.3 Release Notes Published: 2013-11-21 SWD-20131121133951605 Contents 1 Fixed issues...4 2 Known issues...5 3 Legal notice...8 Fixed issues

More information

User Guide. BES12 Self-Service

User Guide. BES12 Self-Service User Guide BES12 Self-Service Published: 2016-01-27 SWD-20160127153905522 Contents About BES12 Self-Service...4 Log in to BES12 Self-Service... 4 Forgot your login password?... 4 Change your login password...5

More information

Compatibility Matrix BES12. September 16, 2015

Compatibility Matrix BES12. September 16, 2015 Compatibility Matrix BES12 September 16, 2015 Published: 2015-09-16 SWD-20150916153710116 Contents Introduction... 4 Legend...5 BES12 server... 6 Operating system...6 Database server...6 Browser... 8 Mobile

More information

New Security Features

New Security Features New Security Features BlackBerry 10 OS Version 10.3.1 Published: 2014-12-17 SWD-20141211141004210 Contents About this guide... 4 Advanced data at rest protection... 5 System requirements... 6 Managing

More information

Compatibility Matrix. BlackBerry Enterprise Server for Microsoft Exchange. Version 5.0.4

Compatibility Matrix. BlackBerry Enterprise Server for Microsoft Exchange. Version 5.0.4 Compatibility Matrix BlackBerry Enterprise Server for Microsoft Exchange Version 5.0.4 Published: 2016-01-13 SWD-20160113140222708 Contents BlackBerry Enterprise Server for Microsoft Exchange compatibility

More information

Release Notes. BlackBerry Web Services. Version 12.1

Release Notes. BlackBerry Web Services. Version 12.1 Release Notes BlackBerry Web Services Version 12.1 Published: 2015-02-25 SWD-20150225105429677 Contents New features in BES12... 4 12.1... 4 Unsupported as of 12.1... 6 Fixed issues...9 Known issues...

More information

Compatibility Matrix. VPN Authentication by BlackBerry. Version 1.7.1

Compatibility Matrix. VPN Authentication by BlackBerry. Version 1.7.1 Compatibility Matrix VPN Authentication by BlackBerry Version 1.7.1 Published: 2015-07-09 SWD-20150709134854714 Contents Introduction... 4 Legend...5 VPN Authentication server... 6 Operating system...6

More information

Compatibility Matrix. BlackBerry Enterprise Server Express for Microsoft Exchange. Version 5.0.4

Compatibility Matrix. BlackBerry Enterprise Server Express for Microsoft Exchange. Version 5.0.4 Compatibility Matrix BlackBerry Enterprise Server Express for Microsoft Exchange Version 5.0.4 Published: 2016-01-13 SWD-20160113140023414 Contents BlackBerry Enterprise Server Express for Microsoft Exchange

More information

BlackBerry Enterprise Server Express for Microsoft Exchange

BlackBerry Enterprise Server Express for Microsoft Exchange BlackBerry Enterprise Server Express for Microsoft Exchange Version: 5.0 Service Pack: 3 System s Reference Guide Published: 2011-04-11 SWD-1575161-0411051422-001 Contents 1 Hardware requirements: BlackBerry

More information

Decommissioning the original Microsoft Exchange

Decommissioning the original Microsoft Exchange Decommissioning the original Microsoft Exchange Originally posted: March 2002 Affected software versions BlackBerry Enterprise Server version 2.0 and version 2.1 for Microsoft Exchange (all service pack

More information

GOING MOBILE. Developing an application mobilization plan for your business

GOING MOBILE. Developing an application mobilization plan for your business GOING MOBILE Developing an application mobilization plan for your business plan for your business 1 Going Mobile To compete in today s marketplace, it s not enough to be efficient on your home turf. Successful

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide BlackBerry Email Compression for Enterprise Version 1.0 Published: 2015-12-09 SWD-20151209151544215 Contents What is BlackBerry Email Compression for Enterprise?...

More information

BBM for Android. Version: 1.0. User Guide

BBM for Android. Version: 1.0. User Guide BBM for Android Version: 1.0 User Guide Published: 2013-07-30 SWD-20130730124958121 Contents About BBM...4 Get started using BBM... 6 Navigating BBM...6 Signing in with your BlackBerry ID... 6 Change your

More information

Compatibility Matrix BES10. April 27, 2016. Version 10.2 and later

Compatibility Matrix BES10. April 27, 2016. Version 10.2 and later Compatibility Matrix BES10 April 27, 2016 Version 10.2 and later Published: 2016-04-28 SWD-20160428152359812 Contents Enterprise Service 10 Compatibility Matrix... 4 Introduction...4 Legend... 4 Operating

More information

Compatibility Matrix. BES12 Cloud. July 20, 2016

Compatibility Matrix. BES12 Cloud. July 20, 2016 Compatibility Matrix BES12 Cloud July 20, 2016 Published: 2016-07-20 SWD-20160719104452880 Contents Introduction... 4 Legend... 4 Browser...5 BlackBerry Connectivity Node... 6 Operating system...6 Microsoft

More information

BlackBerry Enterprise Server Performance Characteristics and Sizing Recommendations

BlackBerry Enterprise Server Performance Characteristics and Sizing Recommendations BlackBerry Enterprise Server Performance Characteristics and Sizing Recommendations For Lotus Domino Version 2. with Service Pack 3 Research In Motion 22 Research In Motion Limited. All Rights Reserved.

More information

Technical Note. BlackBerry Business Cloud Services

Technical Note. BlackBerry Business Cloud Services BlackBerry Business Cloud Services Migrating User Accounts from the Hosted BlackBerry for Microsoft Exchange Online to BlackBerry Business Cloud Services Technical Note Published: 2012-07-20 SWD-20120720144649963

More information

Installing the BlackBerry Enterprise Server Management Software on an administrator or remote computer

Installing the BlackBerry Enterprise Server Management Software on an administrator or remote computer Installing the BlackBerry Enterprise Server Management Software on an administrator or Introduction Some administrators want to install their administrative tools on their own Windows 2000 computer. This

More information

Installing the BlackBerry Enterprise Server Management console with a remote database

Installing the BlackBerry Enterprise Server Management console with a remote database Installing the BlackBerry Enterprise Server Originally posted: March 2002 Affected software versions BlackBerry Enterprise Server version 2.1 for Microsoft Exchange with Service Pack 1 Summary This document

More information

Compatibility Matrix. BES12 Cloud. December 14, 2015

Compatibility Matrix. BES12 Cloud. December 14, 2015 Compatibility Matrix BES12 Cloud December 14, 2015 Published: 2015-12-14 SWD-20151214144314895 Contents Introduction... 4 Legend... 4 Browser... 4 BlackBerry Cloud Connector...5 Operating system...5 Microsoft

More information

Wireless Solutions Beyond Email

Wireless Solutions Beyond Email Wireless Solutions Beyond Email Wireless Solutions Beyond Email Agenda Wireless Beyond Email in the Enterprise Key Success Factors for Wireless Enterprise Applications Understanding ROI & TCO for Wireless

More information

BlackBerry Enterprise Server Wireless Software Upgrades Version: 4.1 Service Pack: 7. Administration Guide

BlackBerry Enterprise Server Wireless Software Upgrades Version: 4.1 Service Pack: 7. Administration Guide BlackBerry Enterprise Server Wireless Software Upgrades Version: 4.1 Service Pack: 7 Administration Guide Published: 2009-10-30 SWDT207654-207654-1030044737-001 Contents 1 Upgrading the BlackBerry Device

More information

Application Note. Intelligent Application Gateway with SA server using AD password and OTP

Application Note. Intelligent Application Gateway with SA server using AD password and OTP Application Note Intelligent Application Gateway with SA server using AD password and OTP ii Preface All information herein is either public information or is the property of and owned solely by Gemalto

More information

Deploying BlackBerry Desktop and Handheld Software Research In Motion

Deploying BlackBerry Desktop and Handheld Software Research In Motion Research In Motion 2003 Research In Motion Limited. All Rights Reserved. Contents Introduction...1 Simplifying deployment...1 BlackBerry Desktop Manager version 3.5...1 Silent install...1 Forced handheld

More information

Compatibility Matrix BES12. June 30, 2016

Compatibility Matrix BES12. June 30, 2016 Compatibility Matrix BES12 June 30, 2016 Published: 2016-06-30 SWD-20160629162756538 Contents Introduction... 4 Legend... 4 BES12 server... 5 Operating system...5 Database server...5 Browser... 7 Mobile

More information

Configuring Microsoft Internet Information Service (IIS6 & IIS7)

Configuring Microsoft Internet Information Service (IIS6 & IIS7) Configuring Microsoft Internet Information Service (IIS6 & IIS7) Configuring Microsoft Internet Information Service (IIS6 & IIS7) Guide Last revised: June 25, 2012 Copyright 2012 Nexent Innovations Inc.

More information

Application Note Gemalto Access Client for windows smart card and EFS on Microsoft Windows Vista

Application Note Gemalto Access Client for windows smart card and EFS on Microsoft Windows Vista Application Note Gemalto Access Client for windows smart card and EFS on Microsoft Windows Vista nicolas.bataille@gemalto.com hassen.frikha@gemalto.com November 2007 www.gemalto.com All information herein

More information

Life is now. www.vodafone.com.mt

Life is now. www.vodafone.com.mt BlackBerry Enterprise Solution Mobilise Your E-mail and Enterprise Applications The leading wireless solution for connecting mobile users to the customers, colleagues and information that drive business.

More information

Integration Guide. Enterprise Identity by BlackBerry

Integration Guide. Enterprise Identity by BlackBerry Integration Guide Enterprise Identity by BlackBerry Published: 2015-10-13 SWD-20151013141946897 Contents About Enterprise Identity... 4 Configure a new SAML connection in the SaaS client...5 Create a SaaS

More information

Policy Based Encryption Z. Administrator Guide

Policy Based Encryption Z. Administrator Guide Policy Based Encryption Z Administrator Guide Policy Based Encryption Z Administrator Guide Documentation version: 1.2 Legal Notice Legal Notice Copyright 2012 Symantec Corporation. All rights reserved.

More information

Release Notes. BlackBerry Web Services Version 12.5

Release Notes. BlackBerry Web Services Version 12.5 Release Notes BlackBerry Web Services Version 12.5 Published: 2016-06-09 SWD-20160609090011318 Contents New features in BES12 version 12.5... 4 Fixed issues...5 Known issues... 6 Legal notice...7 New features

More information

Feature and Technical

Feature and Technical BlackBerry Enterprise Server for Microsoft Office 365 Version: 1.0 Feature and Technical Overview Published: 2013-01-15 SWD-20130115123817850 Contents 1 Related resources... 4 2 About BlackBerry Enterprise

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service Integration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have and keep

More information

Quick Reference. Good for Enterprise to Good Work Transition Guide

Quick Reference. Good for Enterprise to Good Work Transition Guide Quick Reference Good for Enterprise to Good Work Transition Guide Published: 2016-04-15 SWD-20160415144335381 Contents Good for Enterprise to Good Work transition guide... 4 Key concepts... 4 Steps to

More information

BlackBerry IT Policy Manager Research In Motion

BlackBerry IT Policy Manager Research In Motion Research In Motion 2002 Research In Motion Limited. All Rights Reserved. Contents Overview... 1 Understanding the BlackBerry IT Policy feature... 2 Policy files and the BlackBerry Desktop Manager configuration...

More information

WATCHDOX by BlackBerry Training Services Program Description ( WATCHDOX by BlackBerry Training Services Program Description )

WATCHDOX by BlackBerry Training Services Program Description ( WATCHDOX by BlackBerry Training Services Program Description ) WATCHDOX by BlackBerry Training Services Program Description ( WATCHDOX by BlackBerry Training Services Program Description ) NOTE: This document is provided for informational purposes only, and does not

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have and keep the sole right to

More information

Placing the BlackBerry Enterprise Server for Microsoft Exchange in a demilitarized zone

Placing the BlackBerry Enterprise Server for Microsoft Exchange in a demilitarized zone Placing the for Originally posted: June 2002 Affected software versions BlackBerry Enterprise version 2.0 for Microsoft Exchange version 2.1 for Microsoft Exchange version 3.5 for Microsoft Exchange Summary

More information

Application Note. Gemalto s SA Server and OpenLDAP

Application Note. Gemalto s SA Server and OpenLDAP Application Note Gemalto s SA Server and OpenLDAP ii Preface All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall

More information

BlackBerry smartphones.

BlackBerry smartphones. Case Study Industry: Construction Business Challenge: Morrison Homes manual process for issuing variance purchase orders (VPOs) burdened mobile construction site supervisors with paperwork, and kept office

More information

Brief Summary of the BlackBerry MDS Network - Product Description

Brief Summary of the BlackBerry MDS Network - Product Description BlackBerry Mobile Data System Version 4.1 Technical Overview BlackBerry Mobile Data System Contents BlackBerry Mobile Data System... 3 Application development flexibility... 3 Centralized application management...

More information

Application Note. SA Server and ADAM

Application Note. SA Server and ADAM Application Note SA Server and ADAM Solution Overview All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have and

More information

Reference Document: Best Practices for Managing Your BlackBerry Environment

Reference Document: Best Practices for Managing Your BlackBerry Environment Reference Document: Best Practices for Managing Your BlackBerry Environment Contents Executive Summary... 1 Webcast Summary... 1 Performing Semi-Annual Maintenance... 1 Disaster Recovery Plan... 1 Configuration

More information

ios Deployment Simplified FileMaker How To Guide

ios Deployment Simplified FileMaker How To Guide ios Deployment Simplified FileMaker How To Guide Table of Contents FileMaker How To Guide Introduction... 3 Deployment Options... 3 Option 1 Transfer to the ios device... 3 Option 2 - Host with FileMaker

More information

BlackBerry Mobile Voice System

BlackBerry Mobile Voice System BlackBerry Mobile Voice System BlackBerry Mobile Voice System Mobile Unified Communications BlackBerry Mobile Voice System (BlackBerry MVS) brings desk phone features to BlackBerry smartphones. Work with

More information

Release Notes. BlackBerry Web Services Version 12.4

Release Notes. BlackBerry Web Services Version 12.4 Release Notes BlackBerry Web Services Version 12.4 Published: 2016-01-28 SWD-20160125110725060 Contents New features in BES12 version 12.4... 4 Fixed issues...7 Known issues... 8 Legal notice...9 New features

More information

Introduction to BlackBerry Smartphone Web Development Widgets

Introduction to BlackBerry Smartphone Web Development Widgets Introduction to BlackBerry Smartphone Web Development Widgets Trainer name Date 2009 Research In Motion Limited V1.00 are stand-alone BlackBerry applications that consist of standard web components, including

More information

Technical Note. BlackBerry Enterprise Server for Novell GroupWise

Technical Note. BlackBerry Enterprise Server for Novell GroupWise BlackBerry Enterprise Server for Novell GroupWise Placing the BlackBerry Enterprise Server in a Segmented Network Version: 5.0 Service Pack: 4 Technical Note Published: 2014-01-16 SWD-20140116165308659

More information

SA Server 2.0. Application Note : Evidian SafeKit 7.0.4, Failover

SA Server 2.0. Application Note : Evidian SafeKit 7.0.4, Failover SA Server 2.0 Application Note : Evidian SafeKit 7.0.4, Failover ii Preface All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries

More information

Policy Based Encryption E. Administrator Guide

Policy Based Encryption E. Administrator Guide Policy Based Encryption E Administrator Guide Policy Based Encryption E Administrator Guide Documentation version: 1.2 Legal Notice Legal Notice Copyright 2012 Symantec Corporation. All rights reserved.

More information

Policy Based Encryption E. Administrator Guide

Policy Based Encryption E. Administrator Guide Policy Based Encryption E Administrator Guide Policy Based Encryption E Administrator Guide Documentation version: 1.2 Legal Notice Legal Notice Copyright 2012 Symantec Corporation. All rights reserved.

More information

http://support.oracle.com/

http://support.oracle.com/ Contract Management System Architecture Data Sheet October 2012 Legal Notices Copyright 1997, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle

More information

ORACLE CRM ON DEMAND RELEASE 26

ORACLE CRM ON DEMAND RELEASE 26 ORACLE CRM ON DEMAND RELEASE 26 THE WORLD S MOST COMPREHENSIVE CRM ON DEMAND SOLUTION Easy to use Fast to deploy Powerful analytics Pre-built industry solutions Embedded sales, marketing, and service best

More information

BlackBerry Enterprise Solution

BlackBerry Enterprise Solution BlackBerry Enterprise Server BlackBerry Enterprise Solution The leading wireless solution for connecting mobile users to the customers, colleagues and information that drive business. Mobilize your email,

More information

User Guide. BlackBerry Remote Stereo Gateway

User Guide. BlackBerry Remote Stereo Gateway User Guide BlackBerry Remote Stereo Gateway MAT-17698-001 PRINTSPEC-021 SWD-324580-0416090732-001 Contents Basics...3 About the BlackBerry Remote Stereo Gateway...3 Components...4 LED notification...5

More information

IBM VisualAge for Java,Version3.5. Remote Access to Tool API

IBM VisualAge for Java,Version3.5. Remote Access to Tool API IBM VisualAge for Java,Version3.5 Remote Access to Tool API Note! Before using this information and the product it supports, be sure to read the general information under Notices. Edition notice This edition

More information

Disaster Recovery Planning for BlackBerry Enterprise Server for Microsoft Exchange

Disaster Recovery Planning for BlackBerry Enterprise Server for Microsoft Exchange Disaster Recovery Planning for BlackBerry Enterprise Server for Microsoft An Overview of Best Practices Contents Audience... 1 Purpose... 1 BlackBerry Architecture... 2 Overview of BlackBerry Enterprise

More information

BlackBerry Enterprise Server for Microsoft Exchange

BlackBerry Enterprise Server for Microsoft Exchange BlackBerry Enterprise Server for Microsoft Exchange Version 4.1 Performance Benchmarking BlackBerry Enterprise Server Version 4.1 for Microsoft Exchange Performance Benchmarking Last modified: 14 August

More information

CA Mobile Device Management 2014 Q1 Getting Started

CA Mobile Device Management 2014 Q1 Getting Started CA Mobile Device Management 2014 Q1 Getting Started This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

Ensuring the security of your mobile business intelligence

Ensuring the security of your mobile business intelligence IBM Software Business Analytics Cognos Business Intelligence Ensuring the security of your mobile business intelligence 2 Ensuring the security of your mobile business intelligence Contents 2 Executive

More information

Case Study. Lawyers Use BigHand Mobile Dictation Application on BlackBerry Smartphones to Maximize their Valuable Time.

Case Study. Lawyers Use BigHand Mobile Dictation Application on BlackBerry Smartphones to Maximize their Valuable Time. Case Study Russell Kennedy Lawyers Use BigHand Mobile Dictation Application on BlackBerry Smartphones to Maximize their Valuable Time Company: Russell Kennedy is a commercial law firm located in Melbourne,

More information

Case Study. School Bus Operator Drives Competitive Advantage with BlackBerry Solution

Case Study. School Bus Operator Drives Competitive Advantage with BlackBerry Solution Case Study School Bus Operator Drives Competitive Advantage with BlackBerry Solution Company: Southland Transportation Ltd. is a family-owned transportation company providing school bus and other transportation

More information

Security Guide. BES12 Cloud

Security Guide. BES12 Cloud Security Guide BES12 Cloud Published: 2015-08-20 SWD-20150812133927242 Contents Security features of BES12 Cloud...4 How BES12 Cloud protects data stored in BlackBerry data centers...4 How BES12 Cloud

More information

Application Note Gemalto.NET 2.0 Smart Card Certificate Enrollment using Microsoft Certificate Services on Windows 2008

Application Note Gemalto.NET 2.0 Smart Card Certificate Enrollment using Microsoft Certificate Services on Windows 2008 7 Application Note Gemalto.NET 2.0 Smart Card Certificate Enrollment using Microsoft Certificate Services on Windows 2008 All information herein is either public information or is the property of and owned

More information

LDAP Synchronization Agent Configuration Guide for

LDAP Synchronization Agent Configuration Guide for LDAP Synchronization Agent Configuration Guide for Powerful Authentication Management for Service Providers and Enterprises Version 3.x Authentication Service Delivery Made EASY LDAP Synchronization Agent

More information

BlackBerry Mobile Voice System

BlackBerry Mobile Voice System BlackBerry Mobile Voice System Mobile Unified Communications BlackBerry Mobile Voice System (BlackBerry MVS) brings desk phone features to BlackBerry smartphones. Work with one business number at the office

More information

Advanced Java Application Development for the BlackBerry Smartphone. BlackBerry Academic Program

Advanced Java Application Development for the BlackBerry Smartphone. BlackBerry Academic Program Advanced Java Application Development for the BlackBerry Smartphone BlackBerry Academic Program 2009 Research In Motion Limited. All rights reserved. BlackBerry, RIM, Research In Motion, SureType, SurePress

More information

Securely. Mobilize Any Business Application. Rapidly. The Challenge KEY BENEFITS

Securely. Mobilize Any Business Application. Rapidly. The Challenge KEY BENEFITS Mobilize Any Business Application. Rapidly. Securely. The Challenge Today's enterprises are increasingly leveraging mobility solutions to improve productivity, decrease response times and streamline operational

More information

Technical Note. BlackBerry Enterprise Server for Microsoft Exchange

Technical Note. BlackBerry Enterprise Server for Microsoft Exchange BlackBerry Enterprise Server for Microsoft Exchange Placing the BlackBerry Enterprise Server in a Segmented Network Version: 5.0 Service Pack: 4 Technical Note Published: 2014-01-16 SWD-20140116165150736

More information

About Contract Management

About Contract Management Contract Management System Architecture Data Sheet June 2015 About Contract Management Oracle Primavera Contract Management is a multi-user, multi-project Web-based application that manages all aspects

More information

BES12 Cloud Migration Program Description ( BES12 Cloud Migration Program Description )

BES12 Cloud Migration Program Description ( BES12 Cloud Migration Program Description ) BES12 Cloud Migration Program Description ( BES12 Cloud Migration Program Description ) NOTE: This document is provided for informational purposes only, and does not in itself constitute a binding legal

More information

Tivoli Endpoint Manager for Configuration Management. User s Guide

Tivoli Endpoint Manager for Configuration Management. User s Guide Tivoli Endpoint Manager for Configuration Management User s Guide User s Guide i Note: Before using this information and the product it supports, read the information in Notices. Copyright IBM Corporation

More information

Case Study. Antenna Software on BlackBerry Smartphones Extends Mobile Ticketing System to Service Technicians

Case Study. Antenna Software on BlackBerry Smartphones Extends Mobile Ticketing System to Service Technicians Case Study Antenna Software on BlackBerry Smartphones Extends Mobile Ticketing System to Service Technicians Company: Toshiba America Medical Systems, Inc. sells and services diagnostic equipment such

More information

Big Data Analytics with IBM Cognos BI Dynamic Query IBM Redbooks Solution Guide

Big Data Analytics with IBM Cognos BI Dynamic Query IBM Redbooks Solution Guide Big Data Analytics with IBM Cognos BI Dynamic Query IBM Redbooks Solution Guide IBM Cognos Business Intelligence (BI) helps you make better and smarter business decisions faster. Advanced visualization

More information