18
Oracle FLEXCUBE Direct Banking Blackberry Native Workspace Configuration Release 12.0.3.0.0 Part No. E52543-01 April 2014

Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

  • Upload
    vukhanh

  • View
    216

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct

Banking Blackberry Native Workspace Configuration

Release 12.0.3.0.0

Part No. E52543-01

April 2014

Page 2: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration ii

Blackberry Native Workspace Configuration

April 2014

Oracle Financial Services Software Limited

Oracle Park

Off Western Express Highway

Goregaon (East)

Mumbai, Maharashtra 400 063

India

Worldwide Inquiries:

Phone: +91 22 6718 3000

Fax:+91 22 6718 3001

www.oracle.com/financialservices/

Copyright © 2008, 2014, Oracle and/or its affiliates. All rights reserved.

Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their

respective owners.

U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any

programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are “commercial

computer software” pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental

regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any

operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be

subject to license terms and license restrictions applicable to the programs. No other rights are granted to the U.S.

Government.

This software or hardware is developed for general use in a variety of information management applications. It is not

developed or intended for use in any inherently dangerous applications, including applications that may create a risk

of personal injury. If you use this software or hardware in dangerous applications, then you shall be responsible to

take all appropriate failsafe, backup, redundancy, and other measures to ensure its safe use. Oracle Corporation and

its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous

applications.

This software and related documentation are provided under a license agreement containing restrictions on use and

disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or

allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit,

perform, publish or display any part, in any form, or by any means. Reverse engineering, disassembly, or

decompilation of this software, unless required by law for interoperability, is prohibited.

The information contained herein is subject to change without notice and is not warranted to be error-free. If you find

any errors, please report them to us in writing.

This software or hardware and documentation may provide access to or information on content, products and

services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all

warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates

will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content,

products, or services.

Page 3: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration iii

Contents

1. Preface ............................................................................................................................................ 1

1.1 Intended Audience ..................................................................................................................... 1

1.2 Documentation Accessibility ..................................................................................................... 1

1.3 Access to OFSS Support .......................................................................................................... 1

1.4 Introduction .................................................................................................................................. 1

1.5 Structure ...................................................................................................................................... 1

1.6 Related Information Sources .................................................................................................... 2

2. Development Environment .......................................................................................................... 3

2.1 Download Blackberry Eclipse Plug-in ..................................................................................... 3

2.2 Configure Java Home ................................................................................................................ 3

3. Steps for project Setup in Eclipse ............................................................................................... 5

3.1 Create New Blackberry Project ................................................................................................ 5

3.2 Create JAD, ALX and COD .................................................................................................... 15

Page 4: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration 1

1. Preface

1.1 Intended Audience

Any interested party working on the delivery of Oracle FLEXCUBE Direct Banking may read this document. The following profile of users would find this document useful:

Application Architects

End to End Designers

Business Service Detailed Designers and Developers

Implementation Partners Specifically, however, this document is targeted at Iimplementation Partners, Customization Development Teams or Vendors providing customization, configuration and implementation services around the Oracle FLEXCUBE Direct Banking product.

1.2 Documentation Accessibility

For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.

1.3 Access to OFSS Support

https://support.us.oracle.com

1.4 Introduction

This document provides information about the development workspace setup and configurations required for Oracle FLEXCUBE Direct Banking Blackberry native mobile application.

1.5 Structure

This document is primarily configured in two sections:

Section 2 – provides the pre-requisites for the development environment setup

Page 5: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration 2

Section 3 – provides steps for setting up the workspace in Eclipse.

1.6 Related Information Sources

Page 6: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration 3

2. Development Environment

2.1 Download Blackberry Eclipse Plug-in

Blackberry Development plug-in for the Eclipse IDE is an integrated environment to build Blackberry

applications. Before you can install or use Blackberry Plug-in, you must have a compatible version of JDK

installed on your development computer.

Blackberry Plug-in for eclipse can be downloaded from below url:

http://developer.blackberry.com/bbos/java/download/#eclipse

2.2 Configure Java Home

Before installing or using the blackberry eclipse plug-in, JAVA_HOME environment variable should be

configured on your machine environment.

Page 7: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration 4

Page 8: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration 5

3. Steps for project Setup in Eclipse

The eclipse that is distributed along with BlackBerry® JDE 7.1.0 is used to develop and configure the

project for Blackberry native application.

3.1 Create New Blackberry Project

1. File -> New ->Project

Page 9: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration 6

2.Select project as ‘BlackBerry Project’. Click next.

Page 10: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration 7

3.Mention Project name.

Choose project jre as “Blackberry JRE 7.1.0(version)”

Page 11: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration 8

4. Click Finish.

Page 12: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration 9

5. Give Details of project in the file called “BlackBerry_App_Descriptor.xml”.

Page 13: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration 10

6.After successful creation of Project, 2 folders namely ’src’ ,’res’will be created inside the base folder

mentioned in step 3.

Copy the src folder to src.

Copy images and resource file to res and refresh the project.

Page 14: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration 11

7. To Launch the Application::Right Click to Project -> Debug As->Blackberry Simulator.

Page 15: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration 12

8. After debug, the application icon should appear in the downloads folder. If not, then Load the

application by going to File of simulator --> Load Program.

Page 16: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration 13

Page 17: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration 14

11. To ‘Launch’ application , Click the Trackball on the simulator to get the login screen.

Page 18: Oracle FLEXCUBE Direct Banking · 3.1 Create New Blackberry Project ... for Oracle FLEXCUBE Direct Banking Blackberry native mobile application. 1.5 Structure

Oracle FLEXCUBE Direct Banking 12.0.3.0.0 Blackberry Native Workspace Configuration 15

3.2 Create JAD, ALX and COD

Using Build option user can create JAR/JAD Right click on project select Option Build.

JAR/JAD/COD will be created inside folder deliverables Deliverables->Standard->7.1.0