The middle tier service that is component of Life Insurance online channel. Service provide connection to Modular - the insurance information service, and initiate service APIs for Front-End to call.
Public Module Online Engine documentation on ADP
powered by Swagger (Official website)
Git SCM: Repository (need permission and AMOS network to access, ask Team Lead)
Code Style and Formatting: look in misc folder, then import Modular-Code-Conventions-AutoFormat.xml
to IDE. (Eclipse settings base)
ADP - an implementation of Pivotal, the PaaS cloud platform, use for system deployment.
-
Check war files, from
S:/PBM_Project/packages - adp/{yyyy-mm-dd[-tttt]}
F/E team will build and provide to the folder. Ask them is the package is CDN or not? -
Include F/E packages into M/E package
-
Copy war files to local machine, extract them, each to their folder's name.
-
Remove and Copy extracted folders (see list below) to
{project_home}/modular-online-engine-bundle/main/src/webapp/
. *app-fast-quote
*app-fast-quote-cdn
*app-widgets
-
Check
{project_home}/modular-online-engine-core/src/main/resources/index.js
, isbaseURL
variable ishttps://modular-uat.apps.adp.allianz/v1
-
ADP CLI (ADP-Cloud Foundry Command Line Interface)
-
cf login -a https://api.sys.adp.allianz
and login with ADP username/password. If you don't have the CLI, please take a look at Getting Started, and username/password ask Team Lead. -
Choose ORG as AZAP-DSP
-
cf push
, here is done the deployment. You should look after the deployment process by ADP web console - Logs, the logging service.