Book Image

IBM Worklight Mobile Application Development Essentials

Book Image

IBM Worklight Mobile Application Development Essentials

Overview of this book

Table of Contents (15 chapters)
IBM Worklight Mobile Application Development Essentials
Credits
About the Authors
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a simple IBM Worklight application


Let's start by creating a simple HelloWorld Worklight project.

Note

The steps described for creating an app are similar for IBM Worklight Studio and Eclipse IDE.

The following is what you'll need to do:

  1. Start IBM Worklight Studio.

  2. Navigate to File | New and select Worklight Project, as shown in the following screenshot:

    Creating a new Worklight project

  3. In the dialog that is displayed in the following screenshot, select Hybrid Application as the type of application defined in project templates, enter HelloWorld as the name of the first mobile project, and click on Next.

  4. You will see another dialog for Hybrid Application. In Application name, provide HelloWorld as the name of the application. Leave the checkboxes unchecked for now; these are used to extend supported JavaScript libraries into the app. Click on Finish.

  5. After clicking on Finish, you will see your project has been created from design perspective in Project Explorer, as shown in the following...