This repository contains the xProject sample application used in units 2, 3 and 4 of week 5 (Security) in the openSAP course SAP Cloud Platform Essentials (Update Q3/2017). Follow the instructions below to install the application on your local development system and deploy it in your SAP Cloud Platform Neo trial account.
- You have Eclipse NEON with the SAP Cloud Platform Tools for Java installed
- You have downloaded and extracted the SAP Cloud Platform Neo Environment SDK for Java Web Tomcat 8 SDK from https://tools.hana.ondemand.com/#cloud
- You have a Java 8 JDK installed
- Create local server runtime
- Launch Eclipse NEON and create a new workspace
- Open Windows > Preferences > Server > Runtime Environment and click on Add..
- Select SAP > Java Web Tomcat 8 Server from the list and click Next
- Browse to your Java Web Tomcat 8 SDK directory and click Finish
- Click OK
- Import project into Eclipse
- Open File > Import > Git > Projects from Git and click Next
- Select Clone URI as Repository Source
- Enter https://github.com/raepple/xproject.git for the URI and click Next
- Select master branch and click Next
- Select your local destination directory and click Next
- Choose Import existing Eclipse projects and click Next
- Click Finish
- Deploy xproject application to your Neo trial account
- Open File > New > Server and click Next
- Select SAP > SAP Cloud Platform for the server type
- Enter hanatrial.ondemand.com in field Region host. Click next
- Enter xproject for the application name. Enter your trial account information in the subaccount information (e.g. p0123456789trial as subaccount name, P0123456789 as user name, and your password). Click Next
- Add xproject to your new server and click Finish