Setting up the MobileFirst development environment

improve this page | report issue

Overview

This tutorial covers the basics of the IBM MobileFirst development environment: supported Eclipse versions, installation of Eclipse and MobileFirst Studio and a tour of the Eclipse UI, installation of the IBM MobileFirst Command line tool (CLI), and an introduction to the capabilities of the tools.

Agenda

Development environment: choice of operating system

MobileFirst Studio and MobileFirst CLI are supported on the following operating systems:

  • Windows
  • Apple OS X
  • Linux

Note: Using MobileFirst Studio, it is possible to create projects and applications for iOS also on Windows or Linux. However, due to restrictions set by Apple you can compile an iOS applications only in OS X using the Xcode IDE.

Introduction to MobileFirst Studio

IBM MobileFirst Platform Studio is an Eclipse plug-in that supports the development of rich, mobile web, native, and hybrid apps. It contains an embedded version of MobileFirst Server, a bidirectional WYSIWYG editor, and standard web technologies and tools.

You use MobileFirst Studio to:

  • Develop rich HTML5, hybrid and native applications for all supported modern devices
  • Maximize code sharing by defining custom behavior and styling guidelines that match the target environment
  • Access device APIs by using native code or standard web languages over a uniform Apache Cordova bridge
  • Preview and manage applications by using MobileFirst Console
  • Create custom server-side Java code that can be used by MobileFirst adapters
  • Create, modify and test MobileFirst Java and JavaScript adapters
  • Use both native and standard web languages within the same application to achieve development efficiency and provide a rich user experience
  • Use third-party tools, libraries, and frameworks

Introduction to MobileFirst CLI

IBM MobileFirst Platform Foundation provides a command-line interface tool to easily create and manage apps. The CLI lets you use your preferred text editors or alternative IDEs to create mobile applications.

The commands support tasks such as creating, adding, and configuring with the API library, adding the client-side properties file and performing the build and deploy of the application. From the command-line, you can create and deploy adapters, and test them locally. You can administer your project from CLI or REST services, or the Console, where you can control the local server and observe the logs.

To learn more about the MobileFirst CLI, see this tutorial: Using CLI to create, build, and manage MobileFirst project artifacts.

Download and install MobileFirst Studio or MobileFirst CLI

Before you can install MobileFirst Studio you must install Eclipse. Instructions for installing a supported version of Eclipse and the MobileFirst Studio plug-in, or the MobileFirst command line tool are included with the IBM MobileFirst Platform Foundation Developer Edition:

Get the Foundation Developer Edition

If you have done so already - continue with the Hybrid or Native tutorials from the menu tree to the left.

For more information about downloading and installing the Consumer Edition or Enterprise Edition, see the user documentation.

Eclipse overview

The following screen captures depict the Eclipse interface.
Click on the image to see a larger version.

missing_alt

Workspace

The term workspace is used to describe the environment where you do all your work. The workspace contains the menu bar, toolbars, and one or more perspectives.

Menubar and toolbar

Comply with typical graphical user interface (GUI) applications. Provide the commands to perform standard tasks such as saving and editing files.

Perspectives

A perspective is a special layout of particular views and tools that you need to use in your work. The currently open perspective occupies most of the Eclipse workbench. You can have more than one perspective open at a time, but only the active one is visible. You can access other open perspectives by using the toolbar on the upper-right side of the workbench.

Views

Views are designed to support interaction with information in your workbench. Eclipse is extensible, so that views can be designed to show nearly any information. Most common views are views of the file system, program output, and text files (generally dealt with in a special view called an editor). To add a view, select Window > Show View.

Editors

Editors are a special view, which is designed for viewing and editing data. One of the most common uses of an editor is for editing source code.

Encoding

If you are working on a Windows platform, before you begin to create projects and work with your Eclipse installation, go to Window > Preferences > General > Workspace, and change the text file encoding to UTF-8.

missing_alt

Shortcuts

CTRL + F: find
CTRL + K: find next
CTRL + J: incremental find next
CTRL + L: go to line
CTRL + SHIFT + R: open resource
CTRL + Q: last edit location
ALT + ← (left): back
ALT + → (right): forward

Note: The CTRL key is for Linux and Windows. On a Mac computer, use the CMD key instead.

Inclusive terminology note: The Mobile First Platform team is making changes to support the IBM® initiative to replace racially biased and other discriminatory language in our code and content with more inclusive language. While IBM values the use of inclusive language, terms that are outside of IBM's direct influence are sometimes required for the sake of maintaining user understanding. As other industry leaders join IBM in embracing the use of inclusive language, IBM will continue to update the documentation to reflect those changes.
Last modified on December 02, 2015