Book Image

Learning Salesforce Lightning Application Development

By : Mohit Shrivatsava
Book Image

Learning Salesforce Lightning Application Development

By: Mohit Shrivatsava

Overview of this book

Built on the Salesforce App Cloud, the new Salesforce Lightning Experience combines three major components: Lightning Design System, Lightning App Builder, and Lightning Components, to provide an enhanced user experience. This book will enable you to quickly create modern, enterprise apps with Lightning Component Framework. You will start by building simple Lightning Components and understanding the Lightning Components architecture. The chapters cover the basics of Lightning Component Framework semantics and syntax, the security features provided by Locker Service, and use of third-party libraries inside Lightning Components. The later chapters focus on debugging, performance tuning, testing using Lightning Testing Services, and how to publish Lightning Components on Salesforce AppExchange.
Table of Contents (22 chapters)
Title Page
PacktPub.com
Foreword
Contributors
Preface
Index

Publishing components on AppExchange


Publishing components on AppExchange require the following steps:

  1. Signup for a partner agreement with Salesforce. You can begin the process on their website: https://partnersignup.Salesforce.com/.
  2. Once you sign the agreement, you get access to the publishing console. In the publishing console, find the ORGANIZATIONS tab and connect your Salesforce packaging Org with the package to the console using Connect Organization:

  1. From the PACKAGES tab, you will see your listing. From here, you can create the listing and Security Review process:
  1. Create the Salesforce listing and if it is purely a Lightning Component, choose the category as Lightning Component:

  1. Follow the prompts. A listing requires a security review and assets such as documentation, videos that shows demos, and other marketing assets.
  2. Once your component passes the security review and adheres to guidelines from Salesforce, your app will appear on the AppExchange.

Note

Salesforce provides a License Management...