Create the simplest server with Hana web-based Development Workbench

Source: Internet
Author: User

Server-side JavaScript, see Wikipedia's Introduction:
Https://en.wikipedia.org/wiki/JavaScript#Server-side_JavaScript
Server-side JavaScript

In December 1995, soon after releasing JavaScript for browsers, Netscape introduced a implementation of the language for Server-side Scripting with Netscape Enterprise Server.

Since 1996, the IIS Web-server has supported Microsoft's implementation of Server-side Javascript--JScript--in ASP and . NET pages.

Since the mid-2000s, additional server-side JavaScript implementations has been introduced, such as node. JS in 2009.

Look at SAP's server Side (server-side) JavaScript Solution: SAP Extended Application Service
Open SAP HANA web-based development Workbench:

To create a new package:


To create a new application:


Create a new file Test.xsjs with the following content:

var userInput = $.request.parameters.get("userStuff");$.response.contentType = "text/html";$.response.setBody(userInput);


This Hello World app is a simple echo application that directly outputs the data that the user passes through the URL.
Test:

To get more original Jerry's technical articles, please follow the public number "Wang Zixi" or scan the QR code below:

Create the simplest server with Hana web-based Development Workbench

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.