Prepare to build a translytical application with Hibernate
January 12, 2021
Intermediate
30 min.
Set up the code, the Google Cloud Platform project, and the data for building translytical applications with Hibernate on SAP HANA.
You will learn
- How to set up the Google Cloud Platform project
- Where to get the application code
- How to prepare the required external data
Prerequisites
You’ll need the following software installed before setting up the project:
- A Git client. If you don’t have on installed you can download one at https://git-scm.com/downloads
- Apache Maven, available at http://maven.apache.org/download.cgi, version 3.5 or higher
- A Google Cloud account
- The Google Cloud SDK for deploying to the Google App Engine
- A code editor. For example, Eclipse
- A zip tool capable of creating split zip archives
Step 1: Check out the application code
Step 2: Set up the code editor
Step 3: Set up the Google Maps JavaScript API
Step 4: Set up the Google App Engine
Step 5: Prepare the data
Step 6: Update the application build descriptor
Step 7: Update the application configuration
Step 8: Deploy the application
Navigate tutorial steps
-
Step 1: Check out the application code
-
Step 2: Set up the code editor
-
Step 3: Set up the Google Maps JavaScript API
-
Step 4: Set up the Google App Engine
-
Step 5: Prepare the data
-
Step 6: Update the application build descriptor
-
Step 7: Update the application configuration
-
Step 8: Deploy the application
- Back to Top