Book Image

Software Development on the SAP HANA Platform

By : Mark Walker
Book Image

Software Development on the SAP HANA Platform

By: Mark Walker

Overview of this book

Table of Contents (19 chapters)
Software Development on the SAP HANA Platform
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Quick reference


In this section we present a quick reference to the objects covered in this chapter.

Object

Usage

Creation

XS Engine

Server-side JavaScript-based web application server for SAP HANA.

Installed by default. Runs at http://<server>:80<instance number>.

Project

Groups together all files necessary for an XS Engine application.

Got to the Studio and then to the SAP HANA development perspective. In the Project Explorer panel, right-click in the design area and click on New | Project. Give a name, save, share on server, commit, and activate.

.xsapp

Application descriptor file. Tells XS Engine that a package contains an application.

Right-click on project name, New | File; create a .xsapp file, and save, commit, and activate.

.xsaccess

Configuration of the application.

Right-click on project name, then click on New | File, .xsaccess.

Enter configuration parameters (exposed, authentication, rewrite_rules, and so on), save, commit, and activate.

$.db...